[seam/catch] 83abd1: Fixing up tests to run in IDEA
by noreply@github.com
Branch: refs/heads/develop
Home: https://github.com/seam/catch
Commit: 83abd16f79c1fcb543b9034af38462fff1d65d84
https://github.com/seam/catch/commit/83abd16f79c1fcb543b9034af38462fff1d6...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M testsuite/internals/jbossas/pom.xml
Log Message:
-----------
Fixing up tests to run in IDEA
I don't know if this had anything to do with it or not, or if it was
just me setting up IDEA correctly, but I can now run the tests for the
various test suites.
I think besides setting up IDEA correctly was getting the unpacking done
at a phase I can tell IDEA to execute. I sincerely hope eclipse and m2e
can be setup similarly.
13 years, 5 months
[seam/faces] c09fe7: Fixing SEAMFACES-126
by noreply@github.com
Branch: refs/heads/develop
Home: https://github.com/seam/faces
Commit: c09fe7ef75a9dab68a775287c35f31fcd491c8ed
https://github.com/seam/faces/commit/c09fe7ef75a9dab68a775287c35f31fcd491...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M impl/src/main/java/org/jboss/seam/faces/security/SecurityPhaseListener.java
Log Message:
-----------
Fixing SEAMFACES-126
Logging a warning instead of an exception. This is really a
configuration issue. A 401 is actually the correct thing to do if there
is no configured page.
Also wrapping any output in an if statement to make sure we don't send
any of our output if the users have already pushed things out to the
output stream.
13 years, 5 months
[seam/faces] e8fea5: Fixing up logging and tests for 3.1.0.Beta2
by noreply@github.com
Branch: refs/heads/develop
Home: https://github.com/seam/faces
Commit: e8fea534eeec7515fcacf8f8845356f13fa03bea
https://github.com/seam/faces/commit/e8fea534eeec7515fcacf8f8845356f13fa0...
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-08-25 (Thu, 25 Aug 2011)
Changed paths:
M api/src/main/java/org/jboss/seam/faces/component/UIValidateForm.java
M impl/pom.xml
M impl/src/main/java/org/jboss/seam/faces/component/FormValidationFieldProducer.java
M impl/src/main/java/org/jboss/seam/faces/context/FacesAnnotationsAdapterExtension.java
M impl/src/main/java/org/jboss/seam/faces/context/conversation/ConversationBoundaryInterceptor.java
M impl/src/main/java/org/jboss/seam/faces/environment/SeamApplicationWrapper.java
M impl/src/main/java/org/jboss/seam/faces/event/DelegatingSystemEventListener.java
M impl/src/main/java/org/jboss/seam/faces/event/PhaseEventBridge.java
M impl/src/main/java/org/jboss/seam/faces/exception/CatchExceptionHandler.java
M impl/src/main/java/org/jboss/seam/faces/exception/CatchExceptionHandlerFactory.java
M impl/src/main/java/org/jboss/seam/faces/security/SecurityPhaseListener.java
M impl/src/main/java/org/jboss/seam/faces/status/MessagesAdapter.java
M impl/src/main/java/org/jboss/seam/faces/transaction/TransactionPhaseListener.java
M impl/src/main/java/org/jboss/seam/faces/view/SeamViewMetadata.java
M impl/src/main/java/org/jboss/seam/faces/view/config/ViewConfigExtension.java
M impl/src/main/java/org/jboss/seam/faces/view/config/ViewConfigStoreImpl.java
M impl/src/test/java/org/jboss/seam/faces/test/context/FacesAnnotationsAdapterExtensionTest.java
M impl/src/test/java/org/jboss/seam/faces/test/context/conversation/ConversationBoundaryInterceptorTest.java
M impl/src/test/java/org/jboss/seam/faces/test/environment/ExternalContextProducerTest.java
M impl/src/test/java/org/jboss/seam/faces/test/environment/FacesContextProducerTest.java
M impl/src/test/java/org/jboss/seam/faces/test/event/PhaseEventBridgeTest.java
M impl/src/test/java/org/jboss/seam/faces/test/event/SystemEventBridgeTest.java
M impl/src/test/java/org/jboss/seam/faces/test/security/SecurityPhaseListenerTest.java
M impl/src/test/java/org/jboss/seam/faces/test/status/MessagesAdapterTest.java
M impl/src/test/java/org/jboss/seam/faces/test/view/config/ViewConfigTest.java
Log Message:
-----------
Fixing up logging and tests for 3.1.0.Beta2
13 years, 5 months
[seam/rest] 9e3f4e: fix the AS7 datasource
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/seam/rest
Commit: 9e3f4e863ec92920b886b5b46c4207e34ee81df2
https://github.com/seam/rest/commit/9e3f4e863ec92920b886b5b46c4207e34ee81df2
Author: Marek Schmidt <maschmid(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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
13 years, 5 months