You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/07/22 13:01:15 UTC

[tomee] 02/03: Merge remote-tracking branch 'apache/master' into xa-docs

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

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 1a0397d93533c9584307cf423832807a6d4f02e8
Merge: 26f624f bbaeef7
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Jul 18 11:33:32 2019 +0100

    Merge remote-tracking branch 'apache/master' into xa-docs

 README.adoc                                        |   4 +-
 .../applicationcomposer-jaxws-cdi/README_pt.adoc   | 231 ++++++++++++++++
 examples/arquillian-jpa/README_pt.adoc             | 170 ++++++++++++
 examples/cdi-application-scope/README_pt.adoc      | 135 ++++++++++
 examples/cdi-interceptors/README_pt.adoc           | 221 +++++++++++++++
 examples/cdi-produces-disposes/README_pt.adoc      | 297 +++++++++++++++++++++
 examples/cdi-produces-field/README_pt.adoc         | 295 ++++++++++++++++++++
 examples/cdi-qualifier/README_pt.adoc              |  99 +++++++
 examples/cdi-realm/README.adoc                     |   4 +-
 examples/cdi-realm/{README.adoc => README_pt.adoc} |  49 ++--
 examples/cdi-request-scope/README_pt.adoc          | 161 +++++++++++
 examples/cdi-session-scope/README.adoc             |  15 +-
 .../{README.adoc => README_pt.adoc}                |  39 +--
 examples/change-jaxws-url/README.adoc              |  20 +-
 .../{README.adoc => README_pt.adoc}                |  25 +-
 examples/cloud-tomee-azure/README.adoc             |   8 +-
 examples/cloud-tomee-azure/README_pt.adoc          | 110 ++++++++
 examples/jsf-cdi-and-ejb/README.adoc               |   6 +-
 .../{README.adoc => README_pt.adoc}                |  62 ++---
 .../rest/MoviesMPJWTConfigurationProvider.java     |   2 +-
 .../tomee/microprofile/jwt/ConstraintAdapter.java  |  16 ++
 .../microprofile/jwt/JsonWebTokenValidator.java    |  16 +-
 .../apache/tomee/microprofile/jwt/MPJWTFilter.java |  17 +-
 .../tomee/microprofile/jwt/MPJWTInitializer.java   |   2 +-
 .../jwt/config/JWTAuthConfiguration.java           |  26 +-
 .../jwt/config/JWTAuthConfigurationProperties.java |  12 +-
 .../jwt/JsonWebTokenValidatorTest.java             |  16 ++
 .../jwt/bval/ValidationConstraintsTest.java        |  16 ++
 .../jwt/bval/ValidationGeneratorTest.java          |  16 ++
 .../tck/jwt/JWTAuthContextInfoProvider.java        |   2 +-
 .../tck/jwt/jwk/PublicKeyAsJWKSTest.java           |   2 +-
 31 files changed, 1953 insertions(+), 141 deletions(-)