Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 9bcdded580c2407e1191faccba12ab245dd0174f
https://github.com/weld/core/commit/9bcdded580c2407e1191faccba12ab245dd0174f
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M
modules/web/src/main/java/org/jboss/weld/context/http/LazyHttpConversationContextImpl.java
M modules/web/src/main/java/org/jboss/weld/servlet/ConversationContextActivator.java
M pom.xml
Log Message:
-----------
WELD-2004 LazyHttpConversationContext - implement activateLazily()
Commit: 796aa74adbb5e2bea590bb211341bb978795d2ad
https://github.com/weld/core/commit/796aa74adbb5e2bea590bb211341bb978795d2ad
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java
M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java
Log Message:
-----------
WELD-2016 Do not use package specification version from manifest
Commit: 2f4976ff3cec60164ef145a3316716e90c70757d
https://github.com/weld/core/commit/2f4976ff3cec60164ef145a3316716e90c70757d
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M pom.xml
Log Message:
-----------
WELD-2016 Override manifest specification info from parent
Commit: b412278309bd7ea87f4b9dbf740ed0d0af781f00
https://github.com/weld/core/commit/b412278309bd7ea87f4b9dbf740ed0d0af781f00
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M probe/core/src/main/java/org/jboss/weld/probe/ProbeFilter.java
Log Message:
-----------
WELD-2016 ProbeFilter - use Formats.getSimpleVersion()
Commit: 0837c8e22af1d435518a8513db42a6a25a1189ce
https://github.com/weld/core/commit/0837c8e22af1d435518a8513db42a6a25a1189ce
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M probe/core/src/main/client/app.js
M probe/core/src/main/client/probe.html
M probe/core/src/main/java/org/jboss/weld/probe/EventInfo.java
M probe/core/src/main/java/org/jboss/weld/probe/Json.java
M probe/core/src/main/java/org/jboss/weld/probe/JsonObjects.java
M probe/core/src/main/java/org/jboss/weld/probe/Strings.java
M probe/core/src/test/java/org/jboss/weld/probe/JsonTest.java
A probe/core/src/test/java/org/jboss/weld/probe/StringsTest.java
Log Message:
-----------
WELD-2025 Improve JSON escaping in Probe
- also limit the portion of toString() data returned to the client and
stored for events
- remove unused JS functions
Compare:
https://github.com/weld/core/compare/f18a2f06a821...0837c8e22af1