[weld/core] 681153: [maven-release-plugin] prepare for next developmen...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: 68115313afd12c05401bbbb1c0f4af2fa4def048
https://github.com/weld/core/commit/68115313afd12c05401bbbb1c0f4af2fa4def048
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M bom/pom.xml
M build-config/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/se/build/pom.xml
M environments/se/core/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/jetty7/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M environments/servlet/tests/tomcat7/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/permalink/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/hello-world/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/jboss-as-7/pom.xml
M jboss-tck-runner/pom.xml
M pom.xml
M porting-package/pom.xml
M tests-arquillian/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
10 years
[weld/core] d053aa: [maven-release-plugin] prepare release 1.1.28.Fina...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: d053aa9a78772eb20cf2142deeb2ecbe2c81de82
https://github.com/weld/core/commit/d053aa9a78772eb20cf2142deeb2ecbe2c81de82
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M bom/pom.xml
M build-config/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/se/build/pom.xml
M environments/se/core/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/jetty7/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M environments/servlet/tests/tomcat7/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/permalink/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/hello-world/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/jboss-as-7/pom.xml
M jboss-tck-runner/pom.xml
M pom.xml
M porting-package/pom.xml
M tests-arquillian/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 1.1.28.Final
10 years
[weld/core] db3b96: WELD-1802 moved clearing of bean store and clean u...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: db3b96efaaed5c4c7f199ba86d4b6016f08af63a
https://github.com/weld/core/commit/db3b96efaaed5c4c7f199ba86d4b6016f08af63a
Author: runeks <rune(a)jpro.no>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
Log Message:
-----------
WELD-1802 moved clearing of bean store and clean up to finally clause
Commit: 0a6603b71973cb7a2158f99e5347bda3e452a257
https://github.com/weld/core/commit/0a6603b71973cb7a2158f99e5347bda3e452a257
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
M impl/src/main/java/org/jboss/weld/logging/messages/ConversationMessage.java
M impl/src/main/resources/org/jboss/weld/messages/conversation_en.properties
Log Message:
-----------
WELD-1774 Fix conversation context activation/association
- do not throw an exception when the conversation context is already
active (just log a warning that it's most likely a ThreadLocal leak)
- always associate the conversation context with the current HTTP
request
Commit: d577de3d11c9e22b955c3839a0253976cd8cbeea
https://github.com/weld/core/commit/d577de3d11c9e22b955c3839a0253976cd8cbeea
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
Log Message:
-----------
WELD-1690 Conversation lock not unlocked when ending conversations
- always try to unlock the current conversation
- don't associate a conversation which was ended
Commit: 9905c885ffc8b90f6887f1c0421b299345ad528e
https://github.com/weld/core/commit/9905c885ffc8b90f6887f1c0421b299345ad528e
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-12-04 (Thu, 04 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/logging/messages/ServletMessage.java
M impl/src/main/java/org/jboss/weld/servlet/WeldListener.java
M impl/src/main/resources/org/jboss/weld/messages/servlet_en.properties
Log Message:
-----------
WELD-1802 An exception during context deactivation/dissociation should
not abort further processing
Compare: https://github.com/weld/core/compare/d2d4bf0f7bc6...9905c885ffc8
10 years