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
The following commit(s) were added to refs/heads/master by this push:
new 4ee8440 Remove CAUTION block from Docs
new b7af65b Merge pull request #594 from emecas/TOMEE-2715
4ee8440 is described below
commit 4ee84406897cc6d6ea43de545ce86e2f8bcc7be3
Author: Emerson Castaneda <[email protected]>
AuthorDate: Mon Oct 21 14:17:54 2019 -0400
Remove CAUTION block from Docs
---
examples/mp-jwt-bean-validation/README.adoc | 2 --
examples/mp-jwt-bean-validation/README_es.adoc | 2 --
2 files changed, 4 deletions(-)
diff --git a/examples/mp-jwt-bean-validation/README.adoc
b/examples/mp-jwt-bean-validation/README.adoc
index 8973b60..86fdadf 100644
--- a/examples/mp-jwt-bean-validation/README.adoc
+++ b/examples/mp-jwt-bean-validation/README.adoc
@@ -6,8 +6,6 @@
TomEE has a fun feature that allows the use of Bean Validation as an
alternative or compliment to the `@RolesAllowed` annotation. The motivation of
the feature is that `JsonWebToken` is effectively a bean and a security check
is ultimately an act of producing a boolean result using some minimal input.
It is a perfect problem for Bean Validation.
-CAUTION: This feature has been temporarily removed in `master` and needs to be
reworked. It is anticipated this will complete before Apache TomEE 8.0.0 final.
-
The feature ultimately allows you to implement a method like this:
[source,java]
diff --git a/examples/mp-jwt-bean-validation/README_es.adoc
b/examples/mp-jwt-bean-validation/README_es.adoc
index 1d6ccc2..26ec761 100644
--- a/examples/mp-jwt-bean-validation/README_es.adoc
+++ b/examples/mp-jwt-bean-validation/README_es.adoc
@@ -8,8 +8,6 @@ TomEE tiene una particular característica que permite el uso de
Validación de
La motivación para esta función es que `JsonWebToken` es efectivamente un
bean, y una verificación de seguridad es, en última instancia, un acto de
producir un resultado booleano utilizando una entrada mínima. Es un problema
perfecto para la Validación de Bean.
-CAUTION: Esta característica se ha eliminado temporalmente en `master` y
necesita ser modificada. Se anticipa que esto se completará antes de Apache
TomEE 8.0.0 final.
-
La característica en última instancia le permite implementar un método como
este: