From noreply at github.com Wed Mar 6 11:29:46 2019 From: noreply at github.com (Matej Novotny) Date: Wed, 06 Mar 2019 16:29:46 +0000 (UTC) Subject: [weld-commits] [weld/core] 55ca51: WELD-2568 create automated test. Make sure orderin... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 55ca51fd4e0bc49dbb6d9b180898d5fdbc0748c6 https://github.com/weld/core/commit/55ca51fd4e0bc49dbb6d9b180898d5fdbc0748c6 Author: Matej Novotny Date: 2019-03-06 (Wed, 06 Mar 2019) Changed paths: M impl/src/main/java/org/jboss/weld/bootstrap/events/ContainerLifecycleEvents.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/extension/ordering/ExtensionObserverOrderingTest.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/extension/ordering/UFO.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/extension/ordering/UfoBelieverExtension.java A tests-arquillian/src/test/java/org/jboss/weld/tests/observers/extension/ordering/UfoDisbelieverExtension.java Log Message: ----------- WELD-2568 create automated test. Make sure ordering works in case Jandex is used. From noreply at github.com Wed Mar 6 11:33:54 2019 From: noreply at github.com (Matej Novotny) Date: Wed, 06 Mar 2019 08:33:54 -0800 Subject: [weld-commits] [weld/core] ded08e: WELD-2564 Update tools for doc building, correct ... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: ded08e8a9cc6cfc6f181bcdcfecc867a67410972 https://github.com/weld/core/commit/ded08e8a9cc6cfc6f181bcdcfecc867a67410972 Author: Matej Novotny Date: 2019-03-06 (Wed, 06 Mar 2019) Changed paths: M docs/reference/pom.xml M docs/reference/src/main/asciidoc/configure.asciidoc Log Message: ----------- WELD-2564 Update tools for doc building, correct one ascii doc that doesn't pass XSLT. From noreply at github.com Tue Mar 19 03:08:36 2019 From: noreply at github.com (Matej Novotny) Date: Tue, 19 Mar 2019 07:08:36 +0000 (UTC) Subject: [weld-commits] [weld/core] 1496a4: WELD-2566 Enforce cache clearing for Request/Sessi... Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: 1496a4a3e7ed3cf746c2c7772f91604b16ffc303 https://github.com/weld/core/commit/1496a4a3e7ed3cf746c2c7772f91604b16ffc303 Author: Matej Novotny Date: 2019-03-19 (Tue, 19 Mar 2019) Changed paths: M impl/src/main/java/org/jboss/weld/contexts/AbstractBoundContext.java M impl/src/main/java/org/jboss/weld/contexts/unbound/RequestContextImpl.java M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/ContextPropagationService.java M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/propagation/ContextPropagationTest.java Log Message: ----------- WELD-2566 Enforce cache clearing for Request/Session/Conversation contexts on WeldAlterableContext.clearAndSet(). From noreply at github.com Wed Mar 27 10:26:35 2019 From: noreply at github.com (Nikoleta Ziakova) Date: Wed, 27 Mar 2019 07:26:35 -0700 Subject: [weld-commits] [weld/core] ec2647: WELD-2572 Updated classfilewriter version for JDK12 Message-ID: Branch: refs/heads/master Home: https://github.com/weld/core Commit: ec264754ae0aa453417221a514f93335a4f86b2d https://github.com/weld/core/commit/ec264754ae0aa453417221a514f93335a4f86b2d Author: Nikoleta Ziakova Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M pom.xml Log Message: ----------- WELD-2572 Updated classfilewriter version for JDK12