This is an automated email from the ASF dual-hosted git repository.
csierra pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git.
from 73ef94b [ARIES-JAX-RS-integrations][maven-release-plugin] 1.0.2
prepare for next development iteration
new 053927e bnd 4.2.0 and resolution
new 6a207ba [itest.fragment] use permantent version (just used the latest
version)
new c1195de [eclipse] JDT just does not like this method usage so give in
so that it will compile in eclipse
new 64c2461 [tidy up] bnd 4.2.0, use bundle annotations where possible,
etc.
The 442 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cxf-jettison/cxf-jettison-itest/bnd.bnd | 1 -
.../cxf-jettison/cxf-jettison-itest/itest.bndrun | 71 +++---
.../cxf-jettison/cxf-jettison-itest/pom.xml | 100 +--------
.../src/main/java/test/types/TestJaxbJson.java | 3 +
.../cxf-jettison/cxf-jettison-jaxrs/bnd.bnd | 4 +-
.../cxf-jettison/cxf-jettison-jaxrs/pom.xml | 37 ++--
.../json/activator/JaxbJsonBundleActivator.java | 2 +
.../JsonProviderPrototypeServiceFactory.java | 12 +
integrations/jackson/jackson-itest/bnd.bnd | 6 +-
integrations/jackson/jackson-itest/itest.bndrun | 52 +++--
integrations/jackson/jackson-itest/pom.xml | 85 ++-----
.../src/main/java/test/types/TestJaxbJson.java | 6 +
integrations/jackson/jackson-jaxrs/bnd.bnd | 12 -
integrations/jackson/jackson-jaxrs/pom.xml | 27 +--
.../jax/rs/jackson/JaxbJsonBundleActivator.java | 2 +
.../JsonProviderPrototypeServiceFactory.java | 16 +-
integrations/pom.xml | 5 +-
integrations/shiro/shiro-authc/bnd.bnd | 8 +-
integrations/shiro/shiro-authc/pom.xml | 31 ++-
.../authc/impl/ShiroAuthenticationActivator.java | 28 +--
.../impl/ShiroAuthenticationFeatureProvider.java | 17 +-
integrations/shiro/shiro-authz/bnd.bnd | 8 +-
integrations/shiro/shiro-authz/pom.xml | 31 ++-
.../authz/impl/ShiroAuthorizationActivator.java | 18 +-
.../authz/impl/ShiroAuthorizationFeature.java | 29 ++-
integrations/shiro/shiro-itest/itest.bndrun | 66 +++---
integrations/shiro/shiro-itest/pom.xml | 118 ++--------
.../shiro-itest/src/main/java/test/ShiroTest.java | 80 +++----
.../main/java/test/types/TestShiroAnnotations.java | 15 +-
.../shiro-itest/src/test/resources/logback.xml | 2 +-
javax.jax.rs-api/bnd.bnd | 36 ---
javax.jax.rs-api/pom.xml | 98 --------
jax-rs.itests-fragment/pom.xml | 7 +
jax-rs.itests/bnd.bnd | 6 +-
jax-rs.itests/itest.bndrun | 36 ++-
jax-rs.itests/pom.xml | 88 ++------
jax-rs.whiteboard/bnd.bnd | 41 +---
jax-rs.whiteboard/pom.xml | 73 ++----
.../activator/CxfJaxrsBundleActivator.java | 2 +
.../jax/rs/whiteboard/internal/Whiteboard.java | 4 +-
.../aries/jax/rs/whiteboard/package-info.java | 65 +++++-
pom.xml | 246 ++++++++++++++++++++-
42 files changed, 741 insertions(+), 853 deletions(-)
delete mode 100644 javax.jax.rs-api/bnd.bnd
delete mode 100644 javax.jax.rs-api/pom.xml