[seam-commits] [seam/remoting] 063ef3: correct unmarshalling of weld proxy objects
noreply at github.com
noreply at github.com
Mon Oct 3 01:16:24 EDT 2011
Branch: refs/heads/master
Home: https://github.com/seam/remoting
Commit: 063ef35e3fe306e8f363a89215af1181233e8ec1
https://github.com/seam/remoting/commit/063ef35e3fe306e8f363a89215af1181233e8ec1
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-09-02 (Fri, 02 Sep 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/remoting/wrapper/BeanWrapper.java
Log Message:
-----------
correct unmarshalling of weld proxy objects
Commit: cb242114143ecaa94235ec9083ef20db1f4b16c7
https://github.com/seam/remoting/commit/cb242114143ecaa94235ec9083ef20db1f4b16c7
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-09-04 (Sun, 04 Sep 2011)
Changed paths:
A building.txt
M pom.xml
A settings.xml
Log Message:
-----------
removed repository config from pom
Commit: 8d01178b4c6ccb3f08547d4cc1bfdf18c199177f
https://github.com/seam/remoting/commit/8d01178b4c6ccb3f08547d4cc1bfdf18c199177f
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-09-06 (Tue, 06 Sep 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/remoting/MarshalUtils.java
M impl/src/main/resources/org/jboss/seam/remoting/remote.js
Log Message:
-----------
SEAMREMOTING-23
Commit: 8e1103d533b783231efa376daa52d44eb95d1d9b
https://github.com/seam/remoting/commit/8e1103d533b783231efa376daa52d44eb95d1d9b
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-09-06 (Tue, 06 Sep 2011)
Changed paths:
M docs/src/main/docbook/en-US/remoting-general.xml
Log Message:
-----------
SEAMREMOTING-23
Commit: 919e5803008e97b5cbffe85ade7deef43760ea78
https://github.com/seam/remoting/commit/919e5803008e97b5cbffe85ade7deef43760ea78
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-09-21 (Wed, 21 Sep 2011)
Changed paths:
M examples/model/pom.xml
M examples/validation/pom.xml
Log Message:
-----------
SEAMREMOTING-47
Commit: 0539793a7f26b1ff19d217f59c58521f89e3486c
https://github.com/seam/remoting/commit/0539793a7f26b1ff19d217f59c58521f89e3486c
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-09-21 (Wed, 21 Sep 2011)
Changed paths:
M examples/model/pom.xml
M examples/validation/pom.xml
Log Message:
-----------
Merge pull request #25 from jharting/SEAMREMOTING-47
SEAMREMOTING-47
Commit: ca6d4986a4bc02cee5e77fb181541a9e3eedf182
https://github.com/seam/remoting/commit/ca6d4986a4bc02cee5e77fb181541a9e3eedf182
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-09-23 (Fri, 23 Sep 2011)
Changed paths:
M examples/helloworld/pom.xml
M examples/helloworld/src/main/webapp/helloworld.html
M examples/helloworld/src/test/java/org/jboss/seam/remoting/examples/helloworld/ftest/HelloworldTest.java
R examples/helloworld/src/test/resources/ftests.xml
M examples/model/pom.xml
M examples/model/src/main/webapp/model.html
A examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AbstractTest.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AddressTest.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/ModelPage.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/PersonTest.java
R examples/model/src/test/resources/ftests.xml
M examples/readme.txt
M examples/validation/pom.xml
M examples/validation/src/main/webapp/validation.html
M examples/validation/src/test/java/org/jboss/seam/remoting/examples/validation/ftest/ValidationTest.java
R examples/validation/src/test/resources/ftests.xml
M pom.xml
Log Message:
-----------
Arquillian ajocado migration
Commit: 39c7feca08213d722ce1bc51589eec30f79cee2d
https://github.com/seam/remoting/commit/39c7feca08213d722ce1bc51589eec30f79cee2d
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-09-29 (Thu, 29 Sep 2011)
Changed paths:
M examples/helloworld/src/test/java/org/jboss/seam/remoting/examples/helloworld/ftest/HelloworldTest.java
M examples/validation/src/test/java/org/jboss/seam/remoting/examples/validation/ftest/ValidationTest.java
Log Message:
-----------
SEAMREMOTING-48
Commit: 034cc21190ee61d00dfdd0c1fae83bbad657ff79
https://github.com/seam/remoting/commit/034cc21190ee61d00dfdd0c1fae83bbad657ff79
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
Changed paths:
M examples/model/pom.xml
M examples/model/src/main/java/org/jboss/seam/remoting/examples/model/EntityManagerProducer.java
M examples/model/src/main/java/org/jboss/seam/remoting/examples/model/PopulateDatabase.java
M examples/validation/pom.xml
M examples/validation/src/main/java/org/jboss/seam/remoting/examples/validation/EntityManagerProducer.java
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/remoting/ExecutionHandler.java
M impl/src/main/java/org/jboss/seam/remoting/MetadataCache.java
M impl/src/main/java/org/jboss/seam/remoting/NonInjectionRemoting.java
M impl/src/main/java/org/jboss/seam/remoting/Remoting.java
M impl/src/main/java/org/jboss/seam/remoting/model/ModelHandler.java
M impl/src/main/java/org/jboss/seam/remoting/validation/ConstraintTranslator.java
M pom.xml
Log Message:
-----------
updated parent and bom versions, update solder package name
Commit: fe74f20d8a5e9a6c166817b61b56b47090e7608e
https://github.com/seam/remoting/commit/fe74f20d8a5e9a6c166817b61b56b47090e7608e
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
Changed paths:
M examples/helloworld/pom.xml
M examples/helloworld/src/main/webapp/helloworld.html
M examples/helloworld/src/test/java/org/jboss/seam/remoting/examples/helloworld/ftest/HelloworldTest.java
R examples/helloworld/src/test/resources/ftests.xml
M examples/model/pom.xml
M examples/model/src/main/webapp/model.html
A examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AbstractTest.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AddressTest.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/ModelPage.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/PersonTest.java
R examples/model/src/test/resources/ftests.xml
M examples/readme.txt
M examples/validation/pom.xml
M examples/validation/src/main/webapp/validation.html
M examples/validation/src/test/java/org/jboss/seam/remoting/examples/validation/ftest/ValidationTest.java
R examples/validation/src/test/resources/ftests.xml
Log Message:
-----------
Merge branch 'develop' of github.com:seam/remoting into develop
Conflicts:
pom.xml
Commit: d0c235bcea4fc9779753519cb994acc4c6b30bc4
https://github.com/seam/remoting/commit/d0c235bcea4fc9779753519cb994acc4c6b30bc4
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
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.Beta3
Commit: 1214a6d1e0b779dde681176d9532089704b104c2
https://github.com/seam/remoting/commit/1214a6d1e0b779dde681176d9532089704b104c2
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
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: 6648c2c252733db97370837c165fa791b9adba19
https://github.com/seam/remoting/commit/6648c2c252733db97370837c165fa791b9adba19
Author: Shane Bryzak <sbryzak at gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
Changed paths:
A building.txt
M docs/src/main/docbook/en-US/remoting-general.xml
M examples/helloworld/pom.xml
M examples/helloworld/src/main/webapp/helloworld.html
M examples/helloworld/src/test/java/org/jboss/seam/remoting/examples/helloworld/ftest/HelloworldTest.java
R examples/helloworld/src/test/resources/ftests.xml
M examples/model/pom.xml
M examples/model/src/main/java/org/jboss/seam/remoting/examples/model/EntityManagerProducer.java
M examples/model/src/main/java/org/jboss/seam/remoting/examples/model/PopulateDatabase.java
M examples/model/src/main/webapp/model.html
A examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AbstractTest.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/AddressTest.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/ModelPage.java
M examples/model/src/test/java/org/jboss/seam/remoting/examples/model/ftest/PersonTest.java
R examples/model/src/test/resources/ftests.xml
M examples/readme.txt
M examples/validation/pom.xml
M examples/validation/src/main/java/org/jboss/seam/remoting/examples/validation/EntityManagerProducer.java
M examples/validation/src/main/webapp/validation.html
M examples/validation/src/test/java/org/jboss/seam/remoting/examples/validation/ftest/ValidationTest.java
R examples/validation/src/test/resources/ftests.xml
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/remoting/ExecutionHandler.java
M impl/src/main/java/org/jboss/seam/remoting/MarshalUtils.java
M impl/src/main/java/org/jboss/seam/remoting/MetadataCache.java
M impl/src/main/java/org/jboss/seam/remoting/NonInjectionRemoting.java
M impl/src/main/java/org/jboss/seam/remoting/Remoting.java
M impl/src/main/java/org/jboss/seam/remoting/model/ModelHandler.java
M impl/src/main/java/org/jboss/seam/remoting/validation/ConstraintTranslator.java
M impl/src/main/java/org/jboss/seam/remoting/wrapper/BeanWrapper.java
M impl/src/main/resources/org/jboss/seam/remoting/remote.js
M pom.xml
A settings.xml
Log Message:
-----------
Merge branch 'release/3.1.0.Beta3'
Compare: https://github.com/seam/remoting/compare/21c04c8...6648c2c
More information about the seam-commits
mailing list