This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch concurency
in repository https://gitbox.apache.org/repos/asf/tomee.git
from 41dab0e655 Add CronTrigger tests verifying ZonedTrigger works with
existing scheduler
new bdc3fe9395 Fix scheduled async interceptor to call setFuture before
ctx.proceed
new a830d73543 Fix scheduled async lifecycle: stop on non-null return,
reject invalid JNDI
new 8447b7f17d Use bean-discovery-mode=annotated in Concurrency TCK
archive processor
new 020017b41d Add multiple schedules and maxAsync unit tests for
scheduled async
new 40716ae895 Fix JNDI lookup for java:module/ and java:app/ scoped
scheduled executors
The 5 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:
.../ScheduledAsyncCustomExecutorTest.java | 110 +++++++++
.../cdi/concurrency/AsynchronousInterceptor.java | 66 +++--
...ManagedScheduledExecutorServiceImplFactory.java | 31 ++-
.../AsynchronousScheduledTCKStyleTest.java | 270 +++++++++++++++++++++
.../ConcurrencyTCKArchiveProcessor.java | 56 +++++
.../tck/concurrency/ConcurrencyTCKExtension.java} | 10 +-
...org.jboss.arquillian.core.spi.LoadableExtension | 1 +
7 files changed, 504 insertions(+), 40 deletions(-)
create mode 100644
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/concurrency/ScheduledAsyncCustomExecutorTest.java
create mode 100644
container/openejb-core/src/test/java/org/apache/openejb/cdi/concurrency/AsynchronousScheduledTCKStyleTest.java
create mode 100644
tck/concurrency-standalone/src/test/java/org/apache/tomee/tck/concurrency/ConcurrencyTCKArchiveProcessor.java
copy
tck/{data-standalone/src/test/java/org/apache/tomee/tck/data/DataTCKExtension.java
=>
concurrency-standalone/src/test/java/org/apache/tomee/tck/concurrency/ConcurrencyTCKExtension.java}
(73%)
create mode 100644
tck/concurrency-standalone/src/test/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension