[seam/remoting] bbda2d: Merge branch 'master' of github.com:seam/remoting ...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/seam/remoting
Commit: bbda2dc31d455dcfc6eb7dbeffd2c645758bce42
https://github.com/seam/remoting/commit/bbda2dc31d455dcfc6eb7dbeffd2c6457...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-02 (Fri, 02 Dec 2011)
Log Message:
-----------
Merge branch 'master' of github.com:seam/remoting into develop
Commit: 4757bbae530a9beb3270611002a9050a51a8e570
https://github.com/seam/remoting/commit/4757bbae530a9beb3270611002a9050a5...
Author: Shane Bryzak <sbryzak(a)gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/remoting/wrapper/BagWrapper.java
Log Message:
-----------
SEAMREMOTING-44
Commit: 6772c8082e842f3a99258b861457319009d5c79f
https://github.com/seam/remoting/commit/6772c8082e842f3a99258b86145731900...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/remoting/wrapper/BagWrapper.java
Log Message:
-----------
Merge branch 'develop' of github.com:seam/remoting into develop
Commit: ea16e3b5b096426e1dbeacf235ccafcb5845388e
https://github.com/seam/remoting/commit/ea16e3b5b096426e1dbeacf235ccafcb5...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
A examples/model/src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
Fixing SEAMREMOTING-53
Commit: 778618ac7058944df9a430ee3d80798abc6ed1e5
https://github.com/seam/remoting/commit/778618ac7058944df9a430ee3d80798ab...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/remoting/wrapper/BagWrapper.java
Log Message:
-----------
Fixing the Glassfish side for SEAMREMOTING-44
Commit: d9b015c19283ccc01ebb2f70a679672155ae8954
https://github.com/seam/remoting/commit/d9b015c19283ccc01ebb2f70a67967215...
Author: Shane Bryzak <sbryzak(a)gmail.com>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M pom.xml
Log Message:
-----------
update parent, bom versions
Commit: f0f1d741c25b3bc83978d87f2d9e11f8b8e60474
https://github.com/seam/remoting/commit/f0f1d741c25b3bc83978d87f2d9e11f8b...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M dist/pom.xml
M docs/pom.xml
M examples/helloworld/pom.xml
M examples/model/pom.xml
M examples/validation/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.0.Final
Commit: 255e0f878f78d5737211984070d35511c7feaa05
https://github.com/seam/remoting/commit/255e0f878f78d5737211984070d35511c...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M dist/pom.xml
M docs/pom.xml
M examples/helloworld/pom.xml
M examples/model/pom.xml
M examples/validation/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 573bee4d242abfe2af54488832ed9d6c8c366422
https://github.com/seam/remoting/commit/573bee4d242abfe2af54488832ed9d6c8...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M dist/pom.xml
M docs/pom.xml
M examples/helloworld/pom.xml
M examples/model/pom.xml
A examples/model/src/main/webapp/WEB-INF/web.xml
M examples/validation/pom.xml
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/remoting/wrapper/BagWrapper.java
M pom.xml
Log Message:
-----------
Merge branch 'release/3.1.0.Final'
Compare: https://github.com/seam/remoting/compare/2767086...573bee4
14 years, 3 months
[seam/conversation] b91d8e: Attempting to fix tests
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/seam/conversation
Commit: b91d8e1d85f31481f9325800bd05d0dcd5943653
https://github.com/seam/conversation/commit/b91d8e1d85f31481f9325800bd05d...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M candi/src/test/java/org/jboss/seam/conversation/test/CanDISmokeTest.java
M owb/src/test/java/org/jboss/seam/conversation/test/OWBSmokeTest.java
M owb/src/test/resources/arquillian.xml
M pom.xml
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractHttpSeamConversationContext.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractManagerObjectFactory.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractSeamConversationContext.java
M spi/src/test/java/org/jboss/seam/conversation/support/RealTestFilter.java
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/SmokeBase.java
M weld/pom.xml
M weld/src/test/java/org/jboss/seam/conversation/test/WeldSmokeTest.java
M weld/src/test/resources/arquillian.xml
Log Message:
-----------
Attempting to fix tests
Commit: 8ce286a170b721d28e797e93075749b29817705e
https://github.com/seam/conversation/commit/8ce286a170b721d28e797e9307574...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Skipping tests
The bump in arquillian has broken these tests, we're going to fix them
later.
Commit: c53a7ec6088bc8c245f20c2c0186d336f1e295bb
https://github.com/seam/conversation/commit/c53a7ec6088bc8c245f20c2c0186d...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/src/test/java/org/jboss/seam/conversation/test/CanDISmokeTest.java
M owb/pom.xml
M owb/src/test/java/org/jboss/seam/conversation/test/OWBSmokeTest.java
M owb/src/test/resources/arquillian.xml
M pom.xml
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractHttpSeamConversationContext.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractManagerObjectFactory.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractSeamConversationContext.java
M spi/src/test/java/org/jboss/seam/conversation/support/RealTestFilter.java
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/JettyDeployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/SmokeBase.java
M weld/pom.xml
M weld/src/test/java/org/jboss/seam/conversation/test/WeldSmokeTest.java
M weld/src/test/resources/arquillian.xml
Log Message:
-----------
Merge branch 'fix_tests' into release/3.1.0.Final
Commit: 362cdc8cf49a30c0e8ae26db61baa69984fd2a1d
https://github.com/seam/conversation/commit/362cdc8cf49a30c0e8ae26db61baa...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/pom.xml
M owb/pom.xml
M pom.xml
M spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.0.Final
Commit: 2770e42fb18cb84e9314cdd47a29f68b039ab310
https://github.com/seam/conversation/commit/2770e42fb18cb84e9314cdd47a29f...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/pom.xml
M owb/pom.xml
M pom.xml
M spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 0fa73a7c24ca97353fc7555fa6aca4701d1fb4c0
https://github.com/seam/conversation/commit/0fa73a7c24ca97353fc7555fa6aca...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/pom.xml
M candi/src/test/java/org/jboss/seam/conversation/test/CanDISmokeTest.java
M owb/pom.xml
M owb/src/test/java/org/jboss/seam/conversation/test/OWBSmokeTest.java
M owb/src/test/resources/arquillian.xml
M pom.xml
M spi/pom.xml
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractHttpSeamConversationContext.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractManagerObjectFactory.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractSeamConversationContext.java
M spi/src/test/java/org/jboss/seam/conversation/support/RealTestFilter.java
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/SmokeBase.java
M weld/pom.xml
M weld/src/test/java/org/jboss/seam/conversation/test/WeldSmokeTest.java
M weld/src/test/resources/arquillian.xml
Log Message:
-----------
Merge branch 'release/3.1.0.Final'
Compare: https://github.com/seam/conversation/compare/293000e...0fa73a7
14 years, 3 months
[seam/conversation] 393030: [maven-release-plugin] prepare release 3.0.0.CR2
by noreply@github.com
Branch: refs/heads/develop
Home: https://github.com/seam/conversation
Commit: 39303022c2481a9ec67f103e247a74b2af5df9f5
https://github.com/seam/conversation/commit/39303022c2481a9ec67f103e247a7...
Author: Shane Bryzak <sbryzak(a)gmail.com>
Date: 2011-07-25 (Mon, 25 Jul 2011)
Changed paths:
M candi/pom.xml
M owb/pom.xml
M pom.xml
M spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.0.0.CR2
Commit: 268ae1e7913957a0c062b43ed286d097b0fa4ba5
https://github.com/seam/conversation/commit/268ae1e7913957a0c062b43ed286d...
Author: Shane Bryzak <sbryzak(a)gmail.com>
Date: 2011-07-25 (Mon, 25 Jul 2011)
Changed paths:
M candi/pom.xml
M owb/pom.xml
M pom.xml
M spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 293000eee53983f6e7df9287eba7a402e13239f7
https://github.com/seam/conversation/commit/293000eee53983f6e7df9287eba7a...
Author: Shane Bryzak <sbryzak(a)gmail.com>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M owb/pom.xml
M pom.xml
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/JettyDeployments.java
M weld/pom.xml
Log Message:
-----------
update parent, arq dependencies
Commit: b91d8e1d85f31481f9325800bd05d0dcd5943653
https://github.com/seam/conversation/commit/b91d8e1d85f31481f9325800bd05d...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M candi/src/test/java/org/jboss/seam/conversation/test/CanDISmokeTest.java
M owb/src/test/java/org/jboss/seam/conversation/test/OWBSmokeTest.java
M owb/src/test/resources/arquillian.xml
M pom.xml
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractHttpSeamConversationContext.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractManagerObjectFactory.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractSeamConversationContext.java
M spi/src/test/java/org/jboss/seam/conversation/support/RealTestFilter.java
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/SmokeBase.java
M weld/pom.xml
M weld/src/test/java/org/jboss/seam/conversation/test/WeldSmokeTest.java
M weld/src/test/resources/arquillian.xml
Log Message:
-----------
Attempting to fix tests
Commit: 8ce286a170b721d28e797e93075749b29817705e
https://github.com/seam/conversation/commit/8ce286a170b721d28e797e9307574...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Skipping tests
The bump in arquillian has broken these tests, we're going to fix them
later.
Commit: c53a7ec6088bc8c245f20c2c0186d336f1e295bb
https://github.com/seam/conversation/commit/c53a7ec6088bc8c245f20c2c0186d...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/src/test/java/org/jboss/seam/conversation/test/CanDISmokeTest.java
M owb/pom.xml
M owb/src/test/java/org/jboss/seam/conversation/test/OWBSmokeTest.java
M owb/src/test/resources/arquillian.xml
M pom.xml
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractHttpSeamConversationContext.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractManagerObjectFactory.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractSeamConversationContext.java
M spi/src/test/java/org/jboss/seam/conversation/support/RealTestFilter.java
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/JettyDeployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/SmokeBase.java
M weld/pom.xml
M weld/src/test/java/org/jboss/seam/conversation/test/WeldSmokeTest.java
M weld/src/test/resources/arquillian.xml
Log Message:
-----------
Merge branch 'fix_tests' into release/3.1.0.Final
Commit: 362cdc8cf49a30c0e8ae26db61baa69984fd2a1d
https://github.com/seam/conversation/commit/362cdc8cf49a30c0e8ae26db61baa...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/pom.xml
M owb/pom.xml
M pom.xml
M spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.0.Final
Commit: 2770e42fb18cb84e9314cdd47a29f68b039ab310
https://github.com/seam/conversation/commit/2770e42fb18cb84e9314cdd47a29f...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/pom.xml
M owb/pom.xml
M pom.xml
M spi/pom.xml
M weld/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 1322c4d0fe4aaf3b1bf5b2e854bed6de69f228e3
https://github.com/seam/conversation/commit/1322c4d0fe4aaf3b1bf5b2e854bed...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2012-01-05 (Thu, 05 Jan 2012)
Changed paths:
M candi/pom.xml
M candi/src/test/java/org/jboss/seam/conversation/test/CanDISmokeTest.java
M owb/pom.xml
M owb/src/test/java/org/jboss/seam/conversation/test/OWBSmokeTest.java
M owb/src/test/resources/arquillian.xml
M pom.xml
M spi/pom.xml
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractHttpSeamConversationContext.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractManagerObjectFactory.java
M spi/src/main/java/org/jboss/seam/conversation/api/AbstractSeamConversationContext.java
M spi/src/test/java/org/jboss/seam/conversation/support/RealTestFilter.java
M spi/src/test/java/org/jboss/seam/conversation/test/Deployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/JettyDeployments.java
M spi/src/test/java/org/jboss/seam/conversation/test/SmokeBase.java
M weld/pom.xml
M weld/src/test/java/org/jboss/seam/conversation/test/WeldSmokeTest.java
M weld/src/test/resources/arquillian.xml
Log Message:
-----------
Merge branch 'release/3.1.0.Final' into develop
Compare: https://github.com/seam/conversation/compare/2e2edbb...1322c4d
14 years, 3 months