This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/cxf.version-3.4.4
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git.
discard 648235e Bump cxf.version from 3.4.3 to 3.4.4
add 3851504 ARIES-2055: support Swagger annotations on JAX-RS application
add b9e8cb2 Avoid publishing the JAX-RS whiteboard until CXF has fully
started
add e2781c0 Merge pull request #114 from timothyjward/fix/cxf-lifecycle
add 2b5464b Make the JAX-RS whiteboard easily resolvable with minimal pom
dependencies
add ce3e7bc Ensure that tests find the correct JAXB on Java 8
add 4d32bec Merge pull request #115 from timothyjward/fix/resolve
add b2aa092 Async invocation performance improvements
add 9853636 Merge pull request #116 from
timothyjward/feature/async-performance
add e53c663 Fix missing License headers in source
add a06d361 Merge pull request #118 from timothyjward/fix/headers
add 427d047 fix accidental license usage
add a0e1fe5 [ARIES-JAXRS-Whiteboard][maven-release-plugin] 2.0.1 prepare
release org.apache.aries.jax.rs-2.0.1
add f6a23cd [ARIES-JAXRS-Whiteboard][maven-release-plugin] 2.0.1 prepare
for next development iteration
add 48a3823 Use a temporary local repository for the integration tests
add 0b58153 Merge pull request #122 from timothyjward/fix/invoker
add fa3c32f persist resolution results
add 120720d Bump org.eclipse.osgi from 3.16.200 to 3.17.0
add 9893055 Bump cxf.version from 3.4.3 to 3.4.4
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (648235e)
\
N -- N -- N refs/heads/dependabot/maven/cxf.version-3.4.4
(9893055)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../cxf-jettison/cxf-jettison-itest/bnd.bnd | 3 +
.../cxf-jettison/cxf-jettison-itest/itest.bndrun | 26 ++++---
.../cxf-jettison/cxf-jettison-itest/pom.xml | 6 +-
.../cxf-jettison/cxf-jettison-jaxrs/bnd.bnd | 3 +
.../cxf-jettison/cxf-jettison-jaxrs/pom.xml | 6 +-
integrations/cxf-jettison/pom.xml | 2 +-
integrations/jackson/jackson-itest/itest.bndrun | 19 +++--
integrations/jackson/jackson-itest/pom.xml | 2 +-
integrations/jackson/jackson-jaxrs/pom.xml | 12 +--
integrations/jackson/pom.xml | 2 +-
integrations/openapi/openapi-itest/itest.bndrun | 19 +++--
integrations/openapi/openapi-itest/pom.xml | 2 +-
.../src/main/java/test/OpenApiTest.java | 12 +--
.../test/types/TestApplicationWithClasses.java | 13 ++++
integrations/openapi/openapi-resource/pom.xml | 2 +-
.../jax/rs/openapi/JaxrsWhiteboardScanner.java | 27 ++++++-
.../jax/rs/openapi/OpenAPIWithModelResolvers.java | 24 +++---
.../aries/jax/rs/openapi/OpenApiResource.java | 18 ++++-
integrations/openapi/pom.xml | 2 +-
integrations/pom.xml | 2 +-
integrations/rest-management/pom.xml | 2 +-
.../rest-management/rest-management-itest/bnd.bnd | 3 +
.../rest-management-itest/itest.bndrun | 45 ++++++-----
.../rest-management/rest-management-itest/pom.xml | 2 +-
.../rest-management/bnd-java-9-plus.bnd} | 4 +
.../rest-management/rest-management/bnd.bnd | 9 +--
.../rest-management/rest-management/pom.xml | 21 ++++-
.../management/feature/RestManagementFeature.java | 16 ++++
.../jaxb/ServiceSchemaContextResolver.java | 16 ++++
.../management/schema/BundleHeaderAdapter.java | 16 ++++
.../rest/management/schema/PropertiesAdapter.java | 16 ++++
.../rs/rest/management/schema/ServiceSchema.java | 16 ++++
.../management/schema/ServiceSchemaAdapter.java | 16 ++++
integrations/shiro/pom.xml | 2 +-
integrations/shiro/shiro-authc/pom.xml | 2 +-
integrations/shiro/shiro-authz/pom.xml | 2 +-
integrations/shiro/shiro-itest/itest.bndrun | 26 ++++---
integrations/shiro/shiro-itest/pom.xml | 2 +-
.../aries-jaxrs-whiteboard-example.bndrun | 10 +--
jax-rs.example/aries-jaxrs-whiteboard-only.bndrun | 8 +-
jax-rs.example/pom.xml | 38 ++++++++-
jax-rs.features/pom.xml | 2 +-
jax-rs.itests/bnd.bnd | 3 +
jax-rs.itests/itest.bndrun | 23 ++++--
jax-rs.itests/pom.xml | 33 +++++++-
jax-rs.itests/src/main/java/test/CorsTest.java | 16 ++++
.../main/java/test/WhiteboardLifecycleTest.java | 35 +++++----
.../src/main/java/test/types/TestResourceTie.java | 16 ++++
.../src/main/java/test/types/TestResourceTie2.java | 16 ++++
.../whiteboard-resolve-test/java-11.bndrun | 7 ++
.../whiteboard-resolve-test/java-8.bndrun | 7 ++
.../whiteboard-resolve-test/pom.xml | 65 ++++++++++++++++
jax-rs.whiteboard/{bnd.bnd => bnd-java-9-plus.bnd} | 5 ++
jax-rs.whiteboard/bnd.bnd | 10 +++
jax-rs.whiteboard/pom.xml | 38 ++++++++-
.../activator/CxfJaxrsBundleActivator.java | 72 ++++++++++-------
.../cxf/jaxrs/client/PromiseRxInvokerImpl.java | 89 ++--------------------
.../jaxrs/client/PromiseRxInvokerProviderImpl.java | 3 +-
pom.xml | 64 ++++------------
59 files changed, 677 insertions(+), 301 deletions(-)
copy integrations/{jackson/jackson-jaxrs/bnd.bnd =>
rest-management/rest-management/bnd-java-9-plus.bnd} (92%)
copy
integrations/cxf-jettison/cxf-jettison-itest/src/main/java/test/JaxbJsonTest.java
=> jax-rs.itests/src/main/java/test/WhiteboardLifecycleTest.java (59%)
create mode 100644
jax-rs.itests/src/test/resources/integration-test/whiteboard-resolve-test/java-11.bndrun
create mode 100644
jax-rs.itests/src/test/resources/integration-test/whiteboard-resolve-test/java-8.bndrun
create mode 100644
jax-rs.itests/src/test/resources/integration-test/whiteboard-resolve-test/pom.xml
copy jax-rs.whiteboard/{bnd.bnd => bnd-java-9-plus.bnd} (89%)