[weld/core] c517b2: [maven-release-plugin] prepare for next developmen...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: c517b2b0edaf209b28ba2ac68d6af7a14f32ad28
https://github.com/weld/core/commit/c517b2b0edaf209b28ba2ac68d6af7a14f32ad28
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-24 (Tue, 24 Apr 2018)
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/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/osgi/paint-api/pom.xml
M examples/osgi/paint-core/pom.xml
M examples/osgi/paint-square/pom.xml
M examples/osgi/paint-triangle/pom.xml
M examples/osgi/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/hello-world/pom.xml
M examples/se/numberguess/pom.xml
M examples/webstart/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
6 years, 7 months
[weld/core] 155bb3: [maven-release-plugin] prepare release 3.0.4.Final
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 155bb383868241dc9ac5ba781e93b9b35f10fe1a
https://github.com/weld/core/commit/155bb383868241dc9ac5ba781e93b9b35f10fe1a
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-24 (Tue, 24 Apr 2018)
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/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/osgi/paint-api/pom.xml
M examples/osgi/paint-core/pom.xml
M examples/osgi/paint-square/pom.xml
M examples/osgi/paint-triangle/pom.xml
M examples/osgi/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/hello-world/pom.xml
M examples/se/numberguess/pom.xml
M examples/webstart/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.4.Final
6 years, 7 months
[weld/core] 1cb6cb: WELD-2482 Globally selected alternatives with same...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 1cb6cb4e98f95de58265dca039ad74ff852ca371
https://github.com/weld/core/commit/1cb6cb4e98f95de58265dca039ad74ff852ca371
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/enablement/GlobalEnablementBuilder.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/samePriority/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/samePriority/FooAlt1.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/samePriority/FooAlt2.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/alternatives/samePriority/GloballySelectedAlternativesWithSamePriorityTest.java
Log Message:
-----------
WELD-2482 Globally selected alternatives with same priority should result in ambiguous dependency.
6 years, 7 months
[weld/core] babdd5: WELD-1130: Add a property that causes retreving a ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: babdd5dbb7249d62c553236c61bbfe8189bcb26a
https://github.com/weld/core/commit/babdd5dbb7249d62c553236c61bbfe8189bcb26a
Author: Benjamin Confino <benjamic(a)uk.ibm.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
M modules/web/src/main/java/org/jboss/weld/module/web/context/beanstore/http/AbstractSessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/module/web/context/beanstore/http/EagerSessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/module/web/context/beanstore/http/LazySessionBeanStore.java
M modules/web/src/main/java/org/jboss/weld/module/web/context/http/HttpConversationContextImpl.java
M modules/web/src/main/java/org/jboss/weld/module/web/context/http/HttpSessionContextImpl.java
M modules/web/src/main/java/org/jboss/weld/module/web/context/http/HttpSessionDestructionContext.java
Log Message:
-----------
WELD-1130: Add a property that causes retreving a session or conversation scoped bean from the session store to mark
that attribute as modified
6 years, 7 months