Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: d4130240a6b1b70863885edb8e561713f10b3393
https://github.com/weld/core/commit/d4130240a6b1b70863885edb8e561713f10b3393
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java
Log Message:
-----------
WELD-1933 Fix last log message collision
- ValidatorLogger.notProxyablePrivateConstructor() is also used for
dependent managed beans with interceptor bindings
Branch: refs/heads/2.3
Home: https://github.com/weld/api
Commit: d8b0a875a15857791c06de969880d413b2fd734b
https://github.com/weld/api/commit/d8b0a875a15857791c06de969880d413b2fd734b
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M bom/pom.xml
M parent/pom.xml
M pom.xml
M weld-spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Branch: refs/heads/2.3
Home: https://github.com/weld/api
Commit: 88897691e6666cb62631a12c10d2ab826a44246c
https://github.com/weld/api/commit/88897691e6666cb62631a12c10d2ab826a44246c
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M bom/pom.xml
M weld-spi/pom.xml
M weld-spi/src/test/java/org/jboss/weld/servlet/spi/test/MockHttpServletRequest.java
M weld/pom.xml
Log Message:
-----------
WELD-1913 Revise EE dependencies in API
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 5e0f844d10695a8dd30f46b464aa41664e44c4e2
https://github.com/weld/core/commit/5e0f844d10695a8dd30f46b464aa41664e44c4e2
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M environments/servlet/core/src/main/java/org/jboss/weld/environment/AbstractContainer.java
M environments/servlet/core/src/main/java/org/jboss/weld/environment/jetty/JettyContainer.java
M environments/servlet/pom.xml
Log Message:
-----------
WELD-1959 Fix Jetty container detection
- also upgrade test versions of Tomcat and Jetty
Commit: b488055627b58ae0b527b8d007e741c51aa27bb9
https://github.com/weld/core/commit/b488055627b58ae0b527b8d007e741c51aa27bb9
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M environments/servlet/pom.xml
M environments/servlet/tests/jetty/pom.xml
Log Message:
-----------
Workaround for Jetty 9.1 to work on JDK8 correctly
Compare: https://github.com/weld/core/compare/8a78f863841f...b488055627b5
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: a4f07214efa432f0cd86641ded44aae5c66383ee
https://github.com/weld/core/commit/a4f07214efa432f0cd86641ded44aae5c66383ee
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M environments/servlet/core/src/main/java/org/jboss/weld/environment/AbstractContainer.java
M environments/servlet/core/src/main/java/org/jboss/weld/environment/jetty/JettyContainer.java
M environments/servlet/pom.xml
Log Message:
-----------
WELD-1959 Fix Jetty container detection
- also upgrade test versions of Tomcat and Jetty
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 8a78f863841f26227103149f3b8ba76307d20293
https://github.com/weld/core/commit/8a78f863841f26227103149f3b8ba76307d20293
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M docs/reference/src/main/asciidoc/scopescontexts.asciidoc
M modules/web/src/main/java/org/jboss/weld/servlet/WeldInitialListener.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/event/Servlet.java
Log Message:
-----------
WELD-1958 Presence of @Initialized(ConversationScoped) observers should not cause eager conversation loading
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: e6da213790160355fc5b69e27795d2d7df2741a8
https://github.com/weld/core/commit/e6da213790160355fc5b69e27795d2d7df2741a8
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-05-29 (Fri, 29 May 2015)
Changed paths:
M docs/reference/src/main/asciidoc/scopescontexts.asciidoc
M impl/src/main/java/org/jboss/weld/servlet/WeldInitialListener.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/event/Servlet.java
Log Message:
-----------
WELD-1958 Presence of @Initialized(ConversationScoped) observers should not cause eager conversation loading