[seam-commits] [seam/rest] 9e3f4e: fix the AS7 datasource
noreply at github.com
noreply at github.com
Thu Aug 25 11:12:41 EDT 2011
Branch: refs/heads/master
Home: https://github.com/seam/rest
Commit: 9e3f4e863ec92920b886b5b46c4207e34ee81df2
https://github.com/seam/rest/commit/9e3f4e863ec92920b886b5b46c4207e34ee81df2
Author: Marek Schmidt <maschmid at redhat.com>
Date: 2011-07-15 (Fri, 15 Jul 2011)
Changed paths:
M examples/tasks/src/main/jboss7/WEB-INF/classes/META-INF/persistence.xml
Log Message:
-----------
fix the AS7 datasource
Commit: 9fdb90653de6de80781c9ec9262680d92f255e85
https://github.com/seam/rest/commit/9fdb90653de6de80781c9ec9262680d92f255e85
Author: George Gastaldi <gegastaldi at gmail.com>
Date: 2011-07-15 (Fri, 15 Jul 2011)
Changed paths:
M examples/tasks/src/main/jboss7/WEB-INF/classes/META-INF/persistence.xml
Log Message:
-----------
Merge pull request #9 from maschmid/tasks-as7-datasource-fix
fix the AS7 datasource
Commit: 23dcaa76c54d0e6299aa72b682f4db9f3bfa63fe
https://github.com/seam/rest/commit/23dcaa76c54d0e6299aa72b682f4db9f3bfa63fe
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-08 (Mon, 08 Aug 2011)
Changed paths:
R combined/pom.xml
M dist/pom.xml
M dist/src/main/assembly/assembly.xml
M docs/reference/src/main/docbook/en-US/rest-installation.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
removed combined jar
Commit: 7aeeaa645afea7e579b12327378801e50d47d5ed
https://github.com/seam/rest/commit/7aeeaa645afea7e579b12327378801e50d47d5ed
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-09 (Tue, 09 Aug 2011)
Changed paths:
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/rest/client/RestClientProducer.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/SeamExceptionMapper.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/integration/CatchExceptionMapper.java
R impl/src/main/java/org/jboss/seam/rest/util/Interpolator.java
M impl/src/test/java/org/jboss/seam/rest/test/SeamRestClientTest.java
R impl/src/test/java/org/jboss/seam/rest/test/util/InterpolatorTest.java
Log Message:
-----------
SEAMREST-48 Remove Interpolator class
Commit: 68a7143896ef8249122c2a391407eda3345be609
https://github.com/seam/rest/commit/68a7143896ef8249122c2a391407eda3345be609
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-09 (Tue, 09 Aug 2011)
Changed paths:
M examples/exceptions/pom.xml
M examples/exceptions/readme.txt
M examples/tasks/pom.xml
M examples/tasks/readme.txt
Log Message:
-----------
SEAMREST-46 Make AS7 the default container
Commit: f6d5ddc066fa29ba0d7c6d3bb32737fb5a6db24a
https://github.com/seam/rest/commit/f6d5ddc066fa29ba0d7c6d3bb32737fb5a6db24a
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-10 (Wed, 10 Aug 2011)
Changed paths:
M docs/reference/src/main/docbook/en-US/rest-installation.xml
M examples/exceptions/pom.xml
M examples/exceptions/readme.txt
A examples/exceptions/src/main/tomcat/WEB-INF/web.xml
A examples/exceptions/src/main/webapp/WEB-INF/web.xml
M impl/src/main/java/org/jboss/seam/rest/SeamRestStartup.java
A impl/src/main/java/org/jboss/seam/rest/SeamRestStartupListener.java
Log Message:
-----------
SEAMREST-47
Commit: 5dce9b907083cda091792e4884d910a6ec2a1075
https://github.com/seam/rest/commit/5dce9b907083cda091792e4884d910a6ec2a1075
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-24 (Wed, 24 Aug 2011)
Changed paths:
M impl/src/test/java/org/jboss/seam/rest/test/templating/AbstractTemplatingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/FreeMarkerResource.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/FreeMarkerTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/VelocityResource.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/VelocityTest.java
A impl/src/test/resources/org/jboss/seam/rest/test/templating/string.ftl
A impl/src/test/resources/org/jboss/seam/rest/test/templating/string.vm
Log Message:
-----------
Testcase for SEAMREST-49
Commit: 37b8610353f79c55aca66b1c27fd01a6de7c7f24
https://github.com/seam/rest/commit/37b8610353f79c55aca66b1c27fd01a6de7c7f24
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-24 (Wed, 24 Aug 2011)
Changed paths:
M impl/pom.xml
Log Message:
-----------
minor
Commit: 88ba0e5624940d8e45d98b39c544d257a6d773db
https://github.com/seam/rest/commit/88ba0e5624940d8e45d98b39c544d257a6d773db
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-24 (Wed, 24 Aug 2011)
Changed paths:
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/rest/SeamRestStartup.java
M impl/src/main/java/org/jboss/seam/rest/SeamRestStartupListener.java
M impl/src/main/java/org/jboss/seam/rest/client/RestClientExtension.java
M impl/src/main/java/org/jboss/seam/rest/client/RestClientProducer.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/ExceptionMappingExtension.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/SeamExceptionMapper.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/integration/CatchExceptionMapper.java
M impl/src/main/java/org/jboss/seam/rest/templating/TemplatingMessageBodyWriter.java
M impl/src/main/java/org/jboss/seam/rest/validation/ValidationInterceptor.java
M impl/src/test/java/org/jboss/seam/rest/test/Dependencies.java
M impl/src/test/java/org/jboss/seam/rest/test/client/RestClientTest.java
M impl/src/test/java/org/jboss/seam/rest/test/exceptions/BuiltinExceptionMappingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/exceptions/CatchIntegrationTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/DisabledTemplatingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/FreeMarkerTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/VelocityTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/multiple/PreferedTemplatingProviderTest.java
M impl/src/test/java/org/jboss/seam/rest/test/validation/ValidationTest.java
M impl/src/test/resources/arquillian.xml
M pom.xml
Log Message:
-----------
Bump seam-parent version plus minor fixes to get integration tests working again.
Commit: ed2a5ef0184bb9d783df5cfa12b8d9bbf752af4a
https://github.com/seam/rest/commit/ed2a5ef0184bb9d783df5cfa12b8d9bbf752af4a
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M readme.txt
Log Message:
-----------
Release notes
Commit: fafb14b2716ceee3b8d195a4a084d929bdca24e6
https://github.com/seam/rest/commit/fafb14b2716ceee3b8d195a4a084d929bdca24e6
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M examples/client/src/main/java/org/jboss/seam/rest/examples/client/geo/SearchAction.java
M examples/client/src/main/java/org/jboss/seam/rest/examples/client/tasks/SeamTasksAction.java
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M examples/tasks/readme.txt
M examples/tasks/src/main/java/org/jboss/seam/rest/examples/tasks/db/ImportBean.java
Log Message:
-----------
minor
Commit: 46a9b062aaf8c91e3a9eb1954f9897a2f90e308a
https://github.com/seam/rest/commit/46a9b062aaf8c91e3a9eb1954f9897a2f90e308a
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M dist/src/main/assembly/assembly.xml
M examples/client/src/main/assembly/assembly.xml
M examples/exceptions/src/main/assembly/assembly.xml
M examples/tasks/src/main/assembly/assembly.xml
Log Message:
-----------
Assembly id added
Commit: 9dcdfd5ffed06909322e7f5fdee99c4c905dbf89
https://github.com/seam/rest/commit/9dcdfd5ffed06909322e7f5fdee99c4c905dbf89
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
M dist/pom.xml
M docs/reference/pom.xml
M examples/client/pom.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.0.Beta1
Commit: 2f622d7823616c3f7cc826cf905fef157e1d8e92
https://github.com/seam/rest/commit/2f622d7823616c3f7cc826cf905fef157e1d8e92
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
M dist/pom.xml
M docs/reference/pom.xml
M examples/client/pom.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 6f39840f03de32f648326caa2369452190d8f1bd
https://github.com/seam/rest/commit/6f39840f03de32f648326caa2369452190d8f1bd
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M impl/pom.xml
Log Message:
-----------
Ooops
Commit: 3564e577234862dc014221b86de1c3cd694770b1
https://github.com/seam/rest/commit/3564e577234862dc014221b86de1c3cd694770b1
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
M dist/pom.xml
M docs/reference/pom.xml
M examples/client/pom.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.0.Beta1
Commit: 0d94888341f09628bbfff652c45ae0cc21a89966
https://github.com/seam/rest/commit/0d94888341f09628bbfff652c45ae0cc21a89966
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
M dist/pom.xml
M docs/reference/pom.xml
M docs/reference/src/main/docbook/en-US/version_info.xml
M examples/client/pom.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
Revert
Commit: 44b4036846d16d7e9163d9af6047d5f5f19e1dd9
https://github.com/seam/rest/commit/44b4036846d16d7e9163d9af6047d5f5f19e1dd9
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
M dist/pom.xml
M docs/reference/pom.xml
M examples/client/pom.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.0.Beta1
Commit: 62cbef57ff42847b1f37e259ef8922adead6defd
https://github.com/seam/rest/commit/62cbef57ff42847b1f37e259ef8922adead6defd
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
M dist/pom.xml
M docs/reference/pom.xml
M examples/client/pom.xml
M examples/exceptions/pom.xml
M examples/tasks/pom.xml
M impl/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: f6e0f6fdedd2ca501f70b80b6b34a3fb10e9cd75
https://github.com/seam/rest/commit/f6e0f6fdedd2ca501f70b80b6b34a3fb10e9cd75
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/pom.xml
R combined/pom.xml
M dist/pom.xml
M dist/src/main/assembly/assembly.xml
M docs/reference/pom.xml
M docs/reference/src/main/docbook/en-US/rest-installation.xml
M docs/reference/src/main/docbook/en-US/version_info.xml
M examples/client/pom.xml
M examples/client/src/main/assembly/assembly.xml
M examples/client/src/main/java/org/jboss/seam/rest/examples/client/geo/SearchAction.java
M examples/client/src/main/java/org/jboss/seam/rest/examples/client/tasks/SeamTasksAction.java
M examples/exceptions/pom.xml
M examples/exceptions/readme.txt
M examples/exceptions/src/main/assembly/assembly.xml
A examples/exceptions/src/main/tomcat/WEB-INF/web.xml
A examples/exceptions/src/main/webapp/WEB-INF/web.xml
M examples/tasks/pom.xml
M examples/tasks/readme.txt
M examples/tasks/src/main/assembly/assembly.xml
M examples/tasks/src/main/java/org/jboss/seam/rest/examples/tasks/db/ImportBean.java
M examples/tasks/src/main/jboss7/WEB-INF/classes/META-INF/persistence.xml
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/rest/SeamRestStartup.java
A impl/src/main/java/org/jboss/seam/rest/SeamRestStartupListener.java
M impl/src/main/java/org/jboss/seam/rest/client/RestClientExtension.java
M impl/src/main/java/org/jboss/seam/rest/client/RestClientProducer.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/ExceptionMappingExtension.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/SeamExceptionMapper.java
M impl/src/main/java/org/jboss/seam/rest/exceptions/integration/CatchExceptionMapper.java
M impl/src/main/java/org/jboss/seam/rest/templating/TemplatingMessageBodyWriter.java
R impl/src/main/java/org/jboss/seam/rest/util/Interpolator.java
M impl/src/main/java/org/jboss/seam/rest/validation/ValidationInterceptor.java
M impl/src/test/java/org/jboss/seam/rest/test/Dependencies.java
M impl/src/test/java/org/jboss/seam/rest/test/SeamRestClientTest.java
M impl/src/test/java/org/jboss/seam/rest/test/client/RestClientTest.java
M impl/src/test/java/org/jboss/seam/rest/test/exceptions/BuiltinExceptionMappingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/exceptions/CatchIntegrationTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/AbstractTemplatingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/DisabledTemplatingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/FreeMarkerResource.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/FreeMarkerTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/VelocityResource.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/VelocityTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/multiple/PreferedTemplatingProviderTest.java
R impl/src/test/java/org/jboss/seam/rest/test/util/InterpolatorTest.java
M impl/src/test/java/org/jboss/seam/rest/test/validation/ValidationTest.java
M impl/src/test/resources/arquillian.xml
A impl/src/test/resources/org/jboss/seam/rest/test/templating/string.ftl
A impl/src/test/resources/org/jboss/seam/rest/test/templating/string.vm
M pom.xml
M readme.txt
Log Message:
-----------
Merge branch 'release/3.1.0.Beta1'
Compare: https://github.com/seam/rest/compare/609f69f...f6e0f6f
More information about the seam-commits
mailing list