File tree Expand file tree Collapse file tree 12 files changed +18
-17
lines changed
flink-connector-elasticsearch-base
flink-connector-elasticsearch-e2e-tests
flink-connector-elasticsearch-e2e-tests-common
flink-connector-elasticsearch6-e2e-tests
flink-connector-elasticsearch7-e2e-tests
flink-connector-elasticsearch6
flink-connector-elasticsearch7
flink-connector-elasticsearch8
flink-sql-connector-elasticsearch6
flink-sql-connector-elasticsearch7 Expand file tree Collapse file tree 12 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 11#
2- #Thu May 12 12:03:32 CEST 2022
3- Production\ code\ must\ not\ call\ methods\ annotated\ with\ @VisibleForTesting=4539e81b-9c72-4fd7-b7b3-ffc2e546b968
4- Options\ for\ connectors\ and\ formats\ should\ reside\ in\ a\ consistent\ package\ and\ be\ public\ API.=aca99410-c331-4bc2-a45b-1363eb8dd20c
5- Tests\ inheriting\ from\ AbstractTestBase\ should\ have\ name\ ending\ with\ ITCase=de342dd1-c974-42c9-8f64-ef182ba8c56d
2+ #Tue Apr 01 20:13:47 CST 2025
63Classes\ in\ API\ packages\ should\ have\ at\ least\ one\ API\ visibility\ annotation.=143fca50-a3b9-4a4b-983e-40dd2c424f62
7- Return\ and\ argument\ types\ of\ methods\ annotated\ with\ @PublicEvolving\ must\ be\ annotated\ with\ @Public(Evolving).=09532d6b-7cb1-4621-90af-755558763875
8- Return\ and\ argument\ types\ of\ methods\ annotated\ with\ @Public\ must\ be\ annotated\ with\ @Public.=06cb39ec-97e2-4e4e-8aa7-cd92504b759c
94ITCASE\ tests\ should\ use\ a\ MiniCluster\ resource\ or\ extension=dd583797-83e1-414c-a38d-330773978813
5+ Tests\ inheriting\ from\ AbstractTestBase\ should\ have\ name\ ending\ with\ ITCase=de342dd1-c974-42c9-8f64-ef182ba8c56d
6+ Options\ for\ connectors\ and\ formats\ should\ reside\ in\ a\ consistent\ package\ and\ be\ public\ API.=aca99410-c331-4bc2-a45b-1363eb8dd20c
107Connector\ production\ code\ must\ not\ depend\ on\ non-public\ API\ outside\ of\ connector\ packages=325d89d0-9c19-495f-86df-7d609b6d63dd
8+ Production\ code\ must\ not\ call\ methods\ annotated\ with\ @VisibleForTesting=4539e81b-9c72-4fd7-b7b3-ffc2e546b968
9+ Connector\ production\ code\ must\ depend\ only\ on\ public\ API\ when\ outside\ of\ connector\ packages=93ebf48a-77a3-4db2-8b74-dc3fd002de96
10+ Return\ and\ argument\ types\ of\ methods\ annotated\ with\ @Public\ must\ be\ annotated\ with\ @Public.=06cb39ec-97e2-4e4e-8aa7-cd92504b759c
11+ Return\ and\ argument\ types\ of\ methods\ annotated\ with\ @PublicEvolving\ must\ be\ annotated\ with\ @Public(Evolving).=09532d6b-7cb1-4621-90af-755558763875
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-parent</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch-base</artifactId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-e2e-tests</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch-e2e-tests-common</artifactId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-e2e-tests</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch6-e2e-tests</artifactId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-e2e-tests</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch7-e2e-tests</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
2525 <parent >
2626 <groupId >org.apache.flink</groupId >
2727 <artifactId >flink-connector-elasticsearch-parent</artifactId >
28- <version >3.1-SNAPSHOT </version >
28+ <version >3.1.0 </version >
2929 </parent >
3030
3131 <packaging >pom</packaging >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-parent</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch6</artifactId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-parent</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch7</artifactId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-parent</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-connector-elasticsearch8</artifactId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ under the License.
2626 <parent >
2727 <groupId >org.apache.flink</groupId >
2828 <artifactId >flink-connector-elasticsearch-parent</artifactId >
29- <version >3.1-SNAPSHOT </version >
29+ <version >3.1.0 </version >
3030 </parent >
3131
3232 <artifactId >flink-sql-connector-elasticsearch6</artifactId >
You can’t perform that action at this time.
0 commit comments