Skip to content

Commit

Permalink
update for 1010, add Concurrency to list of SPEC APIs to run signatur…
Browse files Browse the repository at this point in the history
…e testing for on Web Profile + Full Platform

Signed-off-by: Scott Marlow <smarlow@redhat.com>
  • Loading branch information
scottmarlow committed May 18, 2022
1 parent 381d65d commit 4834ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java
Expand Up @@ -85,9 +85,9 @@ public class JavaEESigTest extends SigTestEE {

public static final String KEYWORD_JAVAEE = "ejb interceptors caj jms wsmd javamail"
+ " cdi di beanval persistence jaxb saaj jaxws connector"
+ " jacc jaspic jsonp jta el servlet jsf jaxrs websocket batch jsonb securityapi";
+ " jacc jaspic jsonp jta el servlet jsf jaxrs websocket batch concurrency jsonb securityapi";

public static final String KEYWORD_WEB = "caj ejb persistence el jsf jsonp jsp servlet jta jaxrs cdi di beanval interceptors websocket jsonb securityapi";
public static final String KEYWORD_WEB = "caj ejb persistence el jsf jsonp jsp servlet jta jaxrs cdi di beanval interceptors websocket concurrency jsonb securityapi";

public static final ArrayList<String> KEYWORD_JAVAEE_FULL_OPTIONAL_TECHS = new ArrayList<String>();

Expand Down

0 comments on commit 4834ffd

Please sign in to comment.