You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2021/07/22 13:48:51 UTC

[aries-jax-rs-whiteboard] branch master updated (e2781c0 -> 4d32bec)

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

timothyjward pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git.


    from e2781c0  Merge pull request #114 from timothyjward/fix/cxf-lifecycle
     new 2b5464b  Make the JAX-RS whiteboard easily resolvable with minimal pom dependencies
     new ce3e7bc  Ensure that tests find the correct JAXB on Java 8
     new 4d32bec  Merge pull request #115 from timothyjward/fix/resolve

The 662 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        |  3 +
 .../cxf-jettison/cxf-jettison-itest/itest.bndrun   | 20 +++++--
 .../cxf-jettison/cxf-jettison-itest/pom.xml        |  4 ++
 .../cxf-jettison/cxf-jettison-jaxrs/bnd.bnd        |  3 +
 .../cxf-jettison/cxf-jettison-jaxrs/pom.xml        |  4 ++
 integrations/jackson/jackson-itest/itest.bndrun    | 13 +++--
 integrations/jackson/jackson-jaxrs/pom.xml         | 10 ----
 integrations/openapi/openapi-itest/itest.bndrun    | 13 +++--
 .../rest-management/rest-management-itest/bnd.bnd  |  3 +
 .../rest-management-itest/itest.bndrun             | 37 +++++++-----
 .../rest-management/bnd-java-9-plus.bnd}           |  4 ++
 .../rest-management/rest-management/bnd.bnd        |  9 ++-
 .../rest-management/rest-management/pom.xml        | 19 +++++++
 integrations/shiro/shiro-itest/itest.bndrun        | 19 +++++--
 .../aries-jaxrs-whiteboard-example.bndrun          |  6 +-
 jax-rs.example/aries-jaxrs-whiteboard-only.bndrun  |  6 +-
 jax-rs.example/pom.xml                             | 36 +++++++++++-
 jax-rs.itests/bnd.bnd                              |  3 +
 jax-rs.itests/itest.bndrun                         | 19 +++++--
 jax-rs.itests/pom.xml                              | 30 ++++++++++
 .../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                          | 36 ++++++++++++
 .../activator/CxfJaxrsBundleActivator.java         | 19 +++++--
 pom.xml                                            | 60 ++++----------------
 28 files changed, 355 insertions(+), 115 deletions(-)
 copy integrations/{jackson/jackson-jaxrs/bnd.bnd => rest-management/rest-management/bnd-java-9-plus.bnd} (92%)
 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%)