[weld/core] 170345: WELD-1130: Add a property that causes retreving a ...
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: 17034576b75b3e72541ed5aae0c45f48880079d3
https://github.com/weld/core/commit/17034576b75b3e72541ed5aae0c45f48880079d3
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 impl/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/EagerSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/beanstore/http/LazySessionBeanStore.java
M impl/src/main/java/org/jboss/weld/context/http/HttpConversationContextImpl.java
M impl/src/main/java/org/jboss/weld/context/http/HttpSessionContextImpl.java
M impl/src/main/java/org/jboss/weld/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
[weld/core] 7d8909: WELD-2480: Include JS dependencies licenses in wel...
by GitHub
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: 7d890909f70e4385c2e85f92beae9f5223617b68
https://github.com/weld/core/commit/7d890909f70e4385c2e85f92beae9f5223617b68
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M probe/core/pom.xml
A probe/core/src/main/client/licenses/bootstrap-license.txt
A probe/core/src/main/client/licenses/d3-license.txt
A probe/core/src/main/client/licenses/ember-license.txt
A probe/core/src/main/client/licenses/font-awesome-license.txt
A probe/core/src/main/client/licenses/handlebars-license.txt
A probe/core/src/main/client/licenses/highlight-license.txt
A probe/core/src/main/client/licenses/jquery-license.txt
A probe/core/src/main/client/licenses/licenses.html
A probe/core/src/main/client/licenses/moment-license.txt
Log Message:
-----------
WELD-2480: Include JS dependencies licenses in weld-probe-core.jar
6 years, 7 months
[weld/core] f923b0: WELD-2480: Include JS dependencies licenses in wel...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: f923b07bca7474bb8cc79794df07290b3a46ef07
https://github.com/weld/core/commit/f923b07bca7474bb8cc79794df07290b3a46ef07
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M probe/core/pom.xml
A probe/core/src/main/client/licenses/bootstrap-license.txt
A probe/core/src/main/client/licenses/d3-license.txt
A probe/core/src/main/client/licenses/ember-license.txt
A probe/core/src/main/client/licenses/font-awesome-license.txt
A probe/core/src/main/client/licenses/handlebars-license.txt
A probe/core/src/main/client/licenses/highlight-license.txt
A probe/core/src/main/client/licenses/jquery-license.txt
A probe/core/src/main/client/licenses/licenses.html
A probe/core/src/main/client/licenses/moment-license.txt
Log Message:
-----------
WELD-2480: Include JS dependencies licenses in weld-probe-core.jar
6 years, 7 months
[weld/core] d4d02e: WELD-2457: Make it possible to drop unused beans m...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: d4d02e3a7bdba5a61b67761a9053641e0d0cf003
https://github.com/weld/core/commit/d4d02e3a7bdba5a61b67761a9053641e0d0cf003
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2018-04-17 (Tue, 17 Apr 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentValidator.java
M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java
A impl/src/main/java/org/jboss/weld/bootstrap/WeldUnusedMetadataExtension.java
M impl/src/main/java/org/jboss/weld/config/ConfigurationKey.java
M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M impl/src/main/java/org/jboss/weld/resources/ClassTransformer.java
M impl/src/main/java/org/jboss/weld/serialization/ContextualStoreImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M probe/tests/src/main/java/org/jboss/weld/probe/tests/integration/JSONTestUtil.java
M probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeObserversTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/ExcludedUnused.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/TestExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/TestExternalConfiguration.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/Unused.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedBeanRemovalTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedExcludeAnnotation.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedResolvableToInstance.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedResolvableToInstanceBase.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedWithExcludeAnnotation.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedWithName.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedWithObserver.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedWithProducer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/bootstrap/unusedbeans/UnusedWithUnusedProducer.java
Log Message:
-----------
WELD-2457: Make it possible to drop unused beans metadata
- also make sure specialized beans and resources are released (WELD-2475)
6 years, 7 months