This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 506705417c7815a8f0c023565aea647861691903
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Thu Aug 3 07:48:13 2023 -0400

    NIFI-11904 Updated nifi-registry-ranger-jersey-bundle description
    
    This closes #7568
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 .../nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
index f7aac779a6..7259c61c06 100644
--- 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
+++ 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml
@@ -21,7 +21,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <description>This module removes javax.ws.rs package from 
jersey-bundle-1.19.3.jar which is used by ranger-plugins-common.jar in order to 
address javax.ws.rs version mismatch between jersey-bundle-1.19.3.jar and NiFi 
Registry. NiFi Registry uses javax.ws.rs version 2.1. Without doing this, NiFi 
Registry encounters java.lang.LinkageError: ClassCastException: attempting to 
castjar:file:nifi-registry-xxx/work/jetty/nifi-registry-web-api-xxx.war/webapp/WEB-INF/lib/javax.ws.rs-api-2.1.jar
 [...]
+    <description>This module removes javax.ws.rs package from 
jersey-bundle.jar which is used by ranger-plugins-common.jar in order to 
address javax.ws.rs version mismatch between jersey-bundle.jar and NiFi 
Registry. NiFi Registry uses javax.ws.rs version 2.1. Without doing this, NiFi 
Registry encounters java.lang.LinkageError: ClassCastException: attempting to 
castjar:file:nifi-registry-xxx/work/jetty/nifi-registry-web-api-xxx.war/webapp/WEB-INF/lib/javax.ws.rs-api.jar!/javax/ws/rs/ext/
 [...]
 
     <artifactId>nifi-registry-ranger-jersey-bundle</artifactId>
 

Reply via email to