File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
src/main/java/com/getindata/connectors/http Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 38
38
39
39
- name : Test JavaDoc
40
40
run : mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
41
- if : startsWith(matrix.flink, '1.15.0 ')
41
+ if : startsWith(matrix.flink, '1.18 ')
42
42
43
43
- name : Add coverage to PR
44
44
id : jacoco
Original file line number Diff line number Diff line change 13
13
* other factories in
14
14
* <pre>resources/META-INF/services/org.apache.flink.table.factories.Factory</pre>
15
15
* file and then referenced by their identifiers in:
16
- * <li>
17
- * The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
18
- * for HTTP sink.
19
- * </li>
20
- * <li>
21
- * The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
22
- * for HTTP lookup.
23
- * </li>
24
- *
25
- * <br />
16
+ * <ul>
17
+ * <li>
18
+ * The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
19
+ * for HTTP sink.
20
+ * </li>
21
+ * <li>
22
+ * The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
23
+ * for HTTP lookup.
24
+ * </li>
25
+ * </ul>
26
+ * <br>
26
27
*
27
28
* <p>The following example shows the minimum Table API example to create a {@link HttpDynamicSink}
28
29
* that uses a custom callback created by a factory that returns <i>my-callback</i> as its
You can’t perform that action at this time.
0 commit comments