[weld/core] 255d87: [maven-release-plugin] prepare for next developmen...
by Matej Novotny
Branch: refs/heads/3.0
Home: https://github.com/weld/core
Commit: 255d877357deb771562af54a07ee77c786a0c501
https://github.com/weld/core/commit/255d877357deb771562af54a07ee77c786a0c501
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Changed paths:
M bom/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/common/pom.xml
M environments/se/build/pom.xml
M environments/se/core/pom.xml
M environments/se/pom.xml
M environments/se/tests/pom.xml
M environments/servlet/build/pom.xml
M environments/servlet/core/pom.xml
M environments/servlet/pom.xml
M environments/servlet/tests/base/pom.xml
M environments/servlet/tests/jetty/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/translator/ear/pom.xml
M examples/jsf/translator/ejb/pom.xml
M examples/jsf/translator/ftest/pom.xml
M examples/jsf/translator/pom.xml
M examples/jsf/translator/war/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/pom.xml
M jboss-tck-runner/pom.xml
M modules/ejb/pom.xml
M modules/jsf/pom.xml
M modules/jta/pom.xml
M modules/web/pom.xml
M pom.xml
M porting-package/pom.xml
M probe/core/pom.xml
M probe/pom.xml
M probe/tests/pom.xml
M tests-arquillian/pom.xml
M tests-common/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
5 years, 7 months
[weld/core] f40493: [maven-release-plugin] prepare release 3.0.6.Final
by Matej Novotny
Branch: refs/heads/3.0
Home: https://github.com/weld/core
Commit: f40493ea8d6f6cc08485d48c6359840bcede8c43
https://github.com/weld/core/commit/f40493ea8d6f6cc08485d48c6359840bcede8c43
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Changed paths:
M bom/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/common/pom.xml
M environments/se/build/pom.xml
M environments/se/core/pom.xml
M environments/se/pom.xml
M environments/se/tests/pom.xml
M environments/servlet/build/pom.xml
M environments/servlet/core/pom.xml
M environments/servlet/pom.xml
M environments/servlet/tests/base/pom.xml
M environments/servlet/tests/jetty/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/translator/ear/pom.xml
M examples/jsf/translator/ejb/pom.xml
M examples/jsf/translator/ftest/pom.xml
M examples/jsf/translator/pom.xml
M examples/jsf/translator/war/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/pom.xml
M jboss-tck-runner/pom.xml
M modules/ejb/pom.xml
M modules/jsf/pom.xml
M modules/jta/pom.xml
M modules/web/pom.xml
M pom.xml
M porting-package/pom.xml
M probe/core/pom.xml
M probe/pom.xml
M probe/tests/pom.xml
M tests-arquillian/pom.xml
M tests-common/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.0.6.Final
5 years, 7 months
[weld/core] 88f5cd: WELD-2573 Make sure TCCL is preserved within async...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 88f5cd10c4d8239d2f06fdd2e37655de3e9d3047
https://github.com/weld/core/commit/88f5cd10c4d8239d2f06fdd2e37655de3e9d3047
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2019-04-02 (Tue, 02 Apr 2019)
Changed paths:
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/async/classLoader/AsyncEventNotificationPreservesTCCLTest.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/async/classLoader/Foo.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/async/classLoader/Message.java
A environments/se/tests/src/test/java/org/jboss/weld/environment/se/test/event/async/classLoader/Observer.java
M impl/src/main/java/org/jboss/weld/event/ObserverNotifier.java
A impl/src/main/java/org/jboss/weld/event/SecurityActions.java
A impl/src/main/java/org/jboss/weld/security/SetContextClassLoaderAction.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/async/contextClassLoader/AsyncEventNotificationPreservesTCCLTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/async/contextClassLoader/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/async/contextClassLoader/Message.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/async/contextClassLoader/Observer.java
Log Message:
-----------
WELD-2573 Make sure TCCL is preserved within async observer notification. Add automated tests for EE and SE.
5 years, 7 months