You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2020/06/04 17:50:31 UTC

[aries-jax-rs-whiteboard] branch master updated (0972de3 -> 26d03e8)

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

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


    from 0972de3  add actions badge
     new a9384d5  update to bnd 5.1.0
     new c8ac469  test against Java 15-ea
     new 87ef144  add exports required for java 15
     new 7f16404  fix cxf java 15 detection bug
     new 26d03e8  Merge pull request #29 from rotty3000/bnd.and.java15

The 522 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:
 .github/workflows/maven.yml                        |   2 +-
 .../cxf-jettison/cxf-jettison-itest/itest.bndrun   |   4 +-
 integrations/jackson/jackson-itest/itest.bndrun    |   4 +-
 integrations/openapi/openapi-itest/itest.bndrun    |   4 +-
 integrations/shiro/shiro-itest/itest.bndrun        |   4 +-
 jax-rs.itests/itest.bndrun                         |   3 +-
 jax-rs.whiteboard/bnd.bnd                          |   2 +-
 .../java/org/apache/cxf/helpers/JavaUtils.java     | 104 +++++++++++++++++++++
 pom.xml                                            |  43 ++++++++-
 9 files changed, 162 insertions(+), 8 deletions(-)
 create mode 100644 jax-rs.whiteboard/src/main/java/org/apache/cxf/helpers/JavaUtils.java