Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-wsrp
Commit: 1d473b8f32e33b662c62e7bd67bb7f43f44f0a7c
https://github.com/gatein/gatein-wsrp/commit/1d473b8f32e33b662c62e7bd67bb...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
M ws-security/wss/src/main/java/org/gatein/wsrp/wss/WebServiceSecurityFactory.java
Log Message:
-----------
Prevent direct instantiation.
Commit: 3aae1574ad538a3938bc97eda4042ce0970ee570
https://github.com/gatein/gatein-wsrp/commit/3aae1574ad538a3938bc97eda404...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
M ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/Utils.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CXFCustomizePortListener.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/producer/WSRPWSSecurityFeature.java
Log Message:
-----------
Factor out common behavior.
Commit: 920ef6955286df84b1106f703c76fdac57648be4
https://github.com/gatein/gatein-wsrp/commit/920ef6955286df84b1106f703c76...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
A common/src/main/java/org/gatein/wsrp/PortCustomizer.java
M consumer/src/main/java/org/gatein/wsrp/services/SOAPServiceFactory.java
R
ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer/JBWSCustomizePortListener.java
A
ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer/JBWSPortCustomizer.java
R
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CXFCustomizePortListener.java
A
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CXFPortCustomizer.java
R ws-security/wss/src/main/java/org/gatein/wsrp/wss/CustomizePortListener.java
M ws-security/wss/src/main/java/org/gatein/wsrp/wss/WebServiceSecurityFactory.java
Log Message:
-----------
Renamed CustomizePortListener to PortCustomizer and moved to common module to be able to
use it outside of WSS.
Renamed associated classes and accessors.
Commit: c56f3b4e11a9d21b6e9aa8da1c2fbcc7178233ab
https://github.com/gatein/gatein-wsrp/commit/c56f3b4e11a9d21b6e9aa8da1c2f...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
Changed paths:
A
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/BEAPolicyIgnoringPortCustomizer.java
Log Message:
-----------
GTNWSRP-313 Added BEAPolicyIgnoringPortCustomizer to deal with WebLogic 10.
Commit: a299bbc6fee6ad13d860c94faad073936b5b8cf3
https://github.com/gatein/gatein-wsrp/commit/a299bbc6fee6ad13d860c94faad0...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
R ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/Utils.java
A ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/WSSConfiguration.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CXFPortCustomizer.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/producer/WSRPWSSecurityFeature.java
Log Message:
-----------
Renamed Utils to WSSConfiguration to be more explicit about purpose of class.
Commit: 8f159a185d668cc7cee629a2710da72ff3c6be56
https://github.com/gatein/gatein-wsrp/commit/8f159a185d668cc7cee629a2710d...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M cxf-integration/src/main/java/org/gatein/wsrp/cxf/FeatureIntegratorFactory.java
M cxf-integration/src/main/java/org/gatein/wsrp/cxf/Utils.java
M
ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/AbstractJBWSSecurityHandlerWrapper.java
Log Message:
-----------
Replace pathSeparator by more appropriate pathSeparatorChar.
Commit: f415218f78b62ced1eef49372b4b5c0c751c38e9
https://github.com/gatein/gatein-wsrp/commit/f415218f78b62ced1eef49372b4b...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/BEAPolicyIgnoringPortCustomizer.java
Log Message:
-----------
Added Provider since CXF will ignore Policy interceptors that are not provided via a
PolicyInterceptorProvider.
Fixed QName for policy.
Commit: 844906333736517562ee65323c1cde6479c38d01
https://github.com/gatein/gatein-wsrp/commit/844906333736517562ee65323c1c...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M ws-security/jboss7/pom.xml
Log Message:
-----------
Cleaned-up dependencies a little.
Commit: 5caf04c5cec2ec22a8b60198547d68d61f3186e2
https://github.com/gatein/gatein-wsrp/commit/5caf04c5cec2ec22a8b60198547d...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
R common/src/main/java/org/gatein/wsrp/PortCustomizer.java
M consumer/pom.xml
A consumer/src/main/java/org/gatein/wsrp/services/PortCustomizer.java
A consumer/src/main/java/org/gatein/wsrp/services/PortCustomizerRegistry.java
M consumer/src/main/java/org/gatein/wsrp/services/SOAPServiceFactory.java
M
ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer/JBWSPortCustomizer.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/BEAPolicyIgnoringPortCustomizer.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CXFPortCustomizer.java
M ws-security/wss/pom.xml
M ws-security/wss/src/main/java/org/gatein/wsrp/wss/WebServiceSecurityFactory.java
Log Message:
-----------
Generalized PortCustomizer functionality so that it's possible to customize a port
for other purposes than just WSS support.
Moved PortCustomizer to consumer module and extracted related functionality into new
PortCustomizerRegistry class from WebServiceSecurityFactory.
Commit: d00cacbb00da6e0ed2da036e1678dd1bbb9749e5
https://github.com/gatein/gatein-wsrp/commit/d00cacbb00da6e0ed2da036e1678...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M
ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer/WSSecurityCredentialHandler.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CXFPortCustomizer.java
M
ws-security/jboss7/src/main/java/org/gatein/wsrp/wss/cxf/consumer/CurrentUserPasswordCallback.java
A ws-security/wss/src/main/java/org/gatein/wsrp/wss/CredentialsAccess.java
R ws-security/wss/src/main/java/org/gatein/wsrp/wss/WebServiceSecurityFactory.java
Log Message:
-----------
Renamed WebServiceSecurityFactory to CredentialsAccess to make it more explicit.
Commit: 8585223daa10e83ff20c6f2e1d5034055d924825
https://github.com/gatein/gatein-wsrp/commit/8585223daa10e83ff20c6f2e1d50...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
M examples/policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss5/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
Changed version to 2.2.0.Beta09-SNAPSHOT.
Commit: e0160f8efa2a426115d7f5f8787fc986ceca4225
https://github.com/gatein/gatein-wsrp/commit/e0160f8efa2a426115d7f5f8787f...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-18 (Thu, 18 Oct 2012)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
M examples/policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss5/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 2.2.0.Beta09
Commit: 5e4fb6a8ce1569bb6f8e617f511d6a54e213c9d1
https://github.com/gatein/gatein-wsrp/commit/5e4fb6a8ce1569bb6f8e617f511d...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-18 (Thu, 18 Oct 2012)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
M examples/policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss5/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare:
https://github.com/gatein/gatein-wsrp/compare/012e04cf5a65...5e4fb6a8ce15