dan-s1 commented on PR #9921:
URL: https://github.com/apache/nifi/pull/9921#issuecomment-2860441177
@exceptionfactory I was curious. Do the builds for this PR not build the
whole project? Usually I see many more warnings about deprecated classes when
building which I do not think have been solved lately. e.g
```
[WARNING]
nifi/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/process
ors/aws/v2/AbstractAwsProcessor.java:[274,75] [deprecation] RetryPolicy in
software.amazon.awssdk.core.retry has been deprecated
[WARNING]
nifi/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/process
ors/aws/v2/AbstractAwsProcessor.java:[274,62] [deprecation]
retryPolicy(RetryPolicy) in Builder has been deprecated
[WARNING]
nifi/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/src/main/java/org/apache/nifi/author
ization/azure/ClientCredentialAuthProvider.java:[40,53] [deprecation]
IAuthenticationProvider in com.microsoft.graph.authentication has been
deprecated
[WARNING]
nifi/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/vision/Abst
ractGetGcpVisionAnnotateOperationStatus.java:[112,23] [deprecation]
GeneratedMessageV3 in com.google.protobuf has been deprecated
[WARNING]
nifi-extension-bundles/nifi-smb-bundle/nifi-smb-processors/src/test/java/org/apache/nifi/processors/smb/SmbDfsIT.ja
va:[59,55] [deprecation] <SELF>FixedHostPortGenericContainer(String) in
FixedHostPortGenericContainer has been deprecated
[WARNING]
nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/test/java/org/apache/nifi/snmp/testagents/TestAgen
t.java:[42,40] [deprecation] BaseAgent in org.snmp4j.agent has been
deprecated
[WARNING]
nifi-registry/nifi-registry-core/nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/security/authenti
cation/jwt/JwtService.java:[104,59] [deprecation] SigningKeyResolverAdapter
in io.jsonwebtoken has been deprecated
[WARNING]
nifi-registry/nifi-registry-core/nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/security/authenti
cation/jwt/JwtService.java:[104,32] [deprecation]
setSigningKeyResolver(SigningKeyResolver) in JwtParserBuilder has been
deprecated
[WARNING] [deprecation] ExpressionUrlAuthorizationConfigurer in
org.springframework.security.config.annotation.web.configurers has been
deprecated
[WARNING]
nifi-registry/nifi-registry-core/nifi-registry-web-api/src/main/java/org/apache/nifi/registry/web/security/NiFiRegi
strySecurityConfig.java:[113,16] [removal]
authorizeRequests(Customizer<ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrlRegistry>)
in
HttpSecurity has been deprecated and marked for removal
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]