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 2021/01/28 21:19:30 UTC

[aries-jax-rs-whiteboard] branch master updated (9445244 -> a47c16e)

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 9445244  [ARIES-2032] Not needed until we can pair converters to OpenAPI instances
     add 78bcbfe  cors test
     add a47c16e  re-resolve

No new revisions were added by this update.

Summary of changes:
 .../cxf-jettison/cxf-jettison-itest/itest.bndrun   |   3 +-
 integrations/jackson/jackson-itest/itest.bndrun    |   3 +-
 integrations/openapi/openapi-itest/itest.bndrun    |   3 +-
 integrations/shiro/shiro-itest/itest.bndrun        |   3 +-
 jax-rs.itests/itest.bndrun                         |   5 +-
 jax-rs.itests/pom.xml                              |  25 +++++
 jax-rs.itests/src/main/java/test/CorsTest.java     | 117 +++++++++++++++++++++
 .../src/main/java/test/types/TestHelper.java       |  22 ++++
 pom.xml                                            |  10 ++
 9 files changed, 181 insertions(+), 10 deletions(-)
 create mode 100644 jax-rs.itests/src/main/java/test/CorsTest.java