is not current version
Last Version 1.16.3

org.apache.nifi.registry:nifi-registry-ranger-jersey-bundle 0.3.0

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!/javax/ws/rs/ext/RuntimeDelegate.classtojar:file:/home/koji/nifi-registry-xxx/./ext/ranger/lib/jersey-bundle-1.19.3.jar!/javax/ws/rs/ext/RuntimeDelegate.class

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

org.apache.nifi.registry
ArtifactId

ArtifactId

nifi-registry-ranger-jersey-bundle
Version

Version

0.3.0
Type

Type

jar

Download nifi-registry-ranger-jersey-bundle 0.3.0


<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-ranger-jersey-bundle/ -->
<dependency>
    <groupId>org.apache.nifi.registry</groupId>
    <artifactId>nifi-registry-ranger-jersey-bundle</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-ranger-jersey-bundle/
implementation 'org.apache.nifi.registry:nifi-registry-ranger-jersey-bundle:0.3.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-ranger-jersey-bundle/
implementation ("org.apache.nifi.registry:nifi-registry-ranger-jersey-bundle:0.3.0")
'org.apache.nifi.registry:nifi-registry-ranger-jersey-bundle:jar:0.3.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-ranger-jersey-bundle" rev="0.3.0">
  <artifact name="nifi-registry-ranger-jersey-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-ranger-jersey-bundle', version='0.3.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-ranger-jersey-bundle" % "0.3.0"
[org.apache.nifi.registry/nifi-registry-ranger-jersey-bundle "0.3.0"]