Skip to content

Commit 640f4c5

Browse files
authored
NIFI-14813 Fixed javadoc generation, remove unnecessary dependency overrides, and others (#10161)
- fix javadoc generation by removing Java 8 reference and add fail on error flag similar to nifi-api - remove all unnecessary version references when the module is already managed via dependencies management at a higher level in the project hierarchy - bump angus-mail from 2.0.3 to 2.0.4 - https://github.com/eclipse-ee4j/angus-mail/releases/tag/2.0.4 - bump mysql-connector-j from 9.3.0 to 9.4.0 - https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html - bump FlywayDB from 11.10.4 to 11.10.5 - https://github.com/flyway/flyway/releases/tag/flyway-11.10.5 - bump AWS SDK v2 from 2.32.11 to 2.32.13 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md - bump Apache Commons CSV from 1.14.0 to 1.14.1 - https://commons.apache.org/proper/commons-csv/changes.html#a1.14.1 - bump Swagger Annotations from 2.2.34 to 2.2.35 - https://github.com/swagger-api/swagger-core/releases/tag/v2.2.35 - bump checkstyle from 10.21.1 to 10.26.1 - https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-10.26.1 - bump PMD from 7.10.0 to 7.16.0 - https://docs.pmd-code.org/latest/pmd_release_notes.html Signed-off-by: David Handermann <[email protected]>
1 parent d3123e3 commit 640f4c5

File tree

84 files changed

+47
-189
lines changed
  • minifi
    • minifi-assembly
    • minifi-nar-bundles/minifi-framework-bundle/minifi-framework
  • nifi-commons
  • nifi-extension-bundles
    • nifi-apicurio-bundle/nifi-apicurio-schema-registry-service
    • nifi-aws-bundle
    • nifi-azure-bundle/nifi-azure-graph-authorizer
    • nifi-compress-bundle/nifi-compress-processors
    • nifi-dropbox-bundle
    • nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-nar
    • nifi-email-bundle/nifi-email-processors
    • nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils
    • nifi-flow-registry-client-bundle/nifi-flow-registry-client-services
    • nifi-hashicorp-vault-bundle/nifi-hashicorp-vault-client-service
    • nifi-jslt-bundle
    • nifi-kafka-bundle
    • nifi-network-bundle/nifi-network-processors
    • nifi-opentelemetry-bundle/nifi-opentelemetry-processors
    • nifi-protobuf-bundle/nifi-protobuf-services
    • nifi-py4j-extension-bundle/nifi-py4j-bridge
    • nifi-redis-bundle/nifi-redis-extensions
    • nifi-registry-bundle/nifi-registry-service
    • nifi-snowflake-bundle/nifi-snowflake-processors
    • nifi-sql-reporting-bundle/nifi-sql-reporting-nar
    • nifi-standard-bundle
    • nifi-standard-services
      • nifi-lookup-services-bundle/nifi-lookup-services
      • nifi-record-serialization-services-bundle/nifi-record-serialization-services
    • nifi-websocket-bundle/nifi-websocket-services-jetty
    • nifi-windows-event-log-bundle/nifi-windows-event-log-processors
  • nifi-framework-bundle
    • nifi-framework-extensions
      • nifi-framework-kubernetes-bundle/nifi-framework-kubernetes-state-provider
      • nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers
      • nifi-py4j-framework-bundle/nifi-python-extension-api
    • nifi-framework
  • nifi-registry
  • nifi-stateless/nifi-stateless-assembly
  • nifi-system-tests
    • nifi-system-test-nar-provider-bundles
      • nifi-nar-provider-processors-nar
      • nifi-nar-provider-service-api-nar
      • nifi-nar-provider-service-nar
    • nifi-system-test-suite
  • nifi-toolkit/nifi-toolkit-api

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+47
-189
lines changed

minifi/minifi-assembly/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ limitations under the License.
316316
<dependency>
317317
<groupId>org.apache.nifi</groupId>
318318
<artifactId>nifi-python-framework-api</artifactId>
319-
<version>2.6.0-SNAPSHOT</version>
320319
<scope>compile</scope>
321320
</dependency>
322321

minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.apache.nifi.minifi</groupId>
4444
<artifactId>minifi-framework-api</artifactId>
45-
<version>2.6.0-SNAPSHOT</version>
4645
</dependency>
4746
<dependency>
4847
<groupId>org.apache.nifi</groupId>
@@ -122,7 +121,6 @@ limitations under the License.
122121
<dependency>
123122
<groupId>org.apache.nifi</groupId>
124123
<artifactId>nifi-framework-nar-utils</artifactId>
125-
<version>2.6.0-SNAPSHOT</version>
126124
</dependency>
127125
<dependency>
128126
<groupId>org.apache.nifi</groupId>
@@ -137,7 +135,6 @@ limitations under the License.
137135
<dependency>
138136
<groupId>org.apache.nifi</groupId>
139137
<artifactId>c2-client-api</artifactId>
140-
<version>2.6.0-SNAPSHOT</version>
141138
</dependency>
142139
<dependency>
143140
<groupId>org.apache.nifi</groupId>

minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ limitations under the License.
3838
<dependency>
3939
<groupId>org.apache.nifi.minifi</groupId>
4040
<artifactId>minifi-framework-api</artifactId>
41-
<version>2.6.0-SNAPSHOT</version>
4241
</dependency>
4342
<dependency>
4443
<groupId>org.apache.nifi.minifi</groupId>

minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<dependency>
3636
<groupId>org.apache.nifi</groupId>
3737
<artifactId>nifi-headless-server</artifactId>
38-
<version>2.6.0-SNAPSHOT</version>
3938
</dependency>
4039
<dependency>
4140
<groupId>org.apache.nifi</groupId>
@@ -54,13 +53,11 @@
5453
<dependency>
5554
<groupId>org.apache.nifi</groupId>
5655
<artifactId>nifi-framework-nar-utils</artifactId>
57-
<version>2.6.0-SNAPSHOT</version>
5856
<scope>compile</scope>
5957
</dependency>
6058
<dependency>
6159
<groupId>org.apache.nifi</groupId>
6260
<artifactId>nifi-framework-nar-loading-utils</artifactId>
63-
<version>2.6.0-SNAPSHOT</version>
6461
<scope>compile</scope>
6562
</dependency>
6663
<dependency>
@@ -91,7 +88,6 @@
9188
<dependency>
9289
<groupId>org.apache.nifi.minifi</groupId>
9390
<artifactId>minifi-framework-api</artifactId>
94-
<version>2.6.0-SNAPSHOT</version>
9591
</dependency>
9692
</dependencies>
9793
</project>
File renamed without changes.

nifi-commons/nifi-site-to-site-client/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<dependency>
7878
<groupId>org.apache.httpcomponents</groupId>
7979
<artifactId>httpclient</artifactId>
80-
<version>${httpclient.version}</version>
8180
<exclusions>
8281
<exclusion>
8382
<groupId>commons-logging</groupId>
@@ -88,7 +87,6 @@
8887
<dependency>
8988
<groupId>org.apache.httpcomponents</groupId>
9089
<artifactId>httpcore-nio</artifactId>
91-
<version>4.4.16</version>
9290
<exclusions>
9391
<exclusion>
9492
<groupId>commons-logging</groupId>
@@ -99,7 +97,6 @@
9997
<dependency>
10098
<groupId>org.apache.httpcomponents</groupId>
10199
<artifactId>httpcore</artifactId>
102-
<version>4.4.16</version>
103100
<exclusions>
104101
<exclusion>
105102
<groupId>commons-logging</groupId>

nifi-extension-bundles/nifi-apicurio-bundle/nifi-apicurio-schema-registry-service/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<dependency>
4343
<groupId>org.apache.nifi</groupId>
4444
<artifactId>nifi-web-client-api</artifactId>
45-
<version>2.6.0-SNAPSHOT</version>
4645
</dependency>
4746
<dependency>
4847
<groupId>com.github.ben-manes.caffeine</groupId>

nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@
6464
<dependency>
6565
<groupId>org.apache.httpcomponents</groupId>
6666
<artifactId>httpclient</artifactId>
67-
<version>4.5.14</version>
6867
</dependency>
6968
<dependency>
7069
<groupId>org.apache.httpcomponents</groupId>
7170
<artifactId>httpcore</artifactId>
72-
<version>4.4.16</version>
7371
</dependency>
7472
<dependency>
7573
<groupId>com.fasterxml.jackson.core</groupId>

nifi-extension-bundles/nifi-aws-bundle/nifi-aws-parameter-providers/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<dependency>
3030
<groupId>org.apache.nifi</groupId>
3131
<artifactId>nifi-aws-service-api</artifactId>
32-
<version>2.6.0-SNAPSHOT</version>
3332
</dependency>
3433
<dependency>
3534
<groupId>org.apache.nifi</groupId>

nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,10 @@
264264
<dependency>
265265
<groupId>org.apache.httpcomponents</groupId>
266266
<artifactId>httpclient</artifactId>
267-
<version>4.5.14</version>
268267
</dependency>
269268
<dependency>
270269
<groupId>org.apache.httpcomponents</groupId>
271270
<artifactId>httpcore</artifactId>
272-
<version>4.4.16</version>
273271
</dependency>
274272
<dependency>
275273
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)