[gatein/gatein-portal-quickstart] 85a960: Going back to JSF-ish CSS loading
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal-quickstart
Commit: 85a96002692ea051418fa612eb20e624bb256d5c
https://github.com/gatein/gatein-portal-quickstart/commit/85a96002692ea05...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
R jsf2-hello-world-portlet/src/main/webapp/WEB-INF/gatein-resources.xml
M jsf2-hello-world-portlet/src/main/webapp/pages/main.xhtml
A jsf2-hello-world-portlet/src/main/webapp/resources/css/background/jsf-logo.png
A jsf2-hello-world-portlet/src/main/webapp/resources/css/jsf2-hello-world-portlet.css
R jsf2-hello-world-portlet/src/main/webapp/skin/Default/background/jsf-logo.png
R jsf2-hello-world-portlet/src/main/webapp/skin/Default/jsf2-hello-world-portlet.css
R jsf2-rf4-hello-world-portlet/src/main/webapp/WEB-INF/gatein-resources.xml
M jsf2-rf4-hello-world-portlet/src/main/webapp/pages/main.xhtml
A jsf2-rf4-hello-world-portlet/src/main/webapp/resources/css/background/rf-logo.png
A jsf2-rf4-hello-world-portlet/src/main/webapp/resources/css/jsf2-rf4-hello-world-portlet.css
R jsf2-rf4-hello-world-portlet/src/main/webapp/skin/Default/background/rf-logo.png
R jsf2-rf4-hello-world-portlet/src/main/webapp/skin/Default/jsf2-rf4-hello-world-portlet.css
Log Message:
-----------
Going back to JSF-ish CSS loading
12 years, 10 months
[gatein/gatein-wsrp] a34a12: [maven-release-plugin] prepare release 2.2.0.CR03
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: a34a12f2d5af071c14331a3651a485b4647a21fb
https://github.com/gatein/gatein-wsrp/commit/a34a12f2d5af071c14331a3651a4...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 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.CR03
Commit: 09d9af8eddd2b794f729537178d780ff11946f61
https://github.com/gatein/gatein-wsrp/commit/09d9af8eddd2b794f729537178d7...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 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/d1feae597e67...09d9af8eddd2
12 years, 10 months
[gatein/gatein-wsrp] 9a28f9: Exclude i18n from bridge request scope to avoid se...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: 9a28f97e251624c76adbc17d89ee60cce2ccc25b
https://github.com/gatein/gatein-wsrp/commit/9a28f97e251624c76adbc17d89ee...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M admin-gui/src/main/webapp/WEB-INF/faces-config.xml
Log Message:
-----------
Exclude i18n from bridge request scope to avoid serialization issue.
Commit: d72cd0c7aca7cce23730ccb7c1f41ede1b616621
https://github.com/gatein/gatein-wsrp/commit/d72cd0c7aca7cce23730ccb7c1f4...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/services/SOAPServiceFactory.java
Log Message:
-----------
No need to set the endpoint address in request context, avoids issues in clusters where the address would reference address of the node instead of loadbalancer, resulting in errors during failover.
Commit: 0f49afc5daf03c958f4b5bde32bed131b2935b4b
https://github.com/gatein/gatein-wsrp/commit/0f49afc5daf03c958f4b5bde32be...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/handlers/ServiceDescriptionHandler.java
Log Message:
-----------
Throw InvalidHandle if we can't find a description associated to the specified handle. Cleaner. Scenario was previously resulting in IllegalArgumentException instead.
Commit: b1fcf90f0a7324dc96a01d72071f883a84a31904
https://github.com/gatein/gatein-wsrp/commit/b1fcf90f0a7324dc96a01d72071f...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/ProducerConfigurationMapping.java
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/RegistrationRequirementsMapping.java
M producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerConfigurationImpl.java
Log Message:
-----------
Move ProducerConfiguration persistence to BaseMapping and add ability to use LastModifiedMixin.
Commit: 30a245cc1087565bb868d05ec6db5f5b2c80cddc
https://github.com/gatein/gatein-wsrp/commit/30a245cc1087565bb868d05ec6db...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
If policy is null, we need to reload it. Also avoids potential NPE.
Commit: e42e25e4ba8ab7f8317dd37eadb0812002ae70e6
https://github.com/gatein/gatein-wsrp/commit/e42e25e4ba8ab7f8317dd37eadb0...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M consumer/src/test/java/org/gatein/wsrp/consumer/ProducerInfoTestCase.java
M consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
Log Message:
-----------
Tests improvements.
Commit: 90f7487d464f254ac3826fc9209775f0a96e95fc
https://github.com/gatein/gatein-wsrp/commit/90f7487d464f254ac3826fc92097...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
A common/src/main/java/org/gatein/wsrp/SupportsLastModified.java
M consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
Extracted lastModified handling into a SupportsLastModified class to share behavior.
Commit: f07e115cc9e76836ecc9bb68be5a52f8441d9aa7
https://github.com/gatein/gatein-wsrp/commit/f07e115cc9e76836ecc9bb68be5a...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
Removing useless comment.
Commit: c5313d5c2554dd33e52ba3681f49869b1220c415
https://github.com/gatein/gatein-wsrp/commit/c5313d5c2554dd33e52ba3681f49...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
Better handling of last modified time. Should now be marked as modified a little less often.
Commit: 4e1a2e018ffc13c22711140866d6ef4304a9cd96
https://github.com/gatein/gatein-wsrp/commit/4e1a2e018ffc13c22711140866d6...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/ProducerConfigurationMapping.java
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/RegistrationRequirementsMapping.java
M producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java
M producer/src/main/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirements.java
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerConfigurationImpl.java
Log Message:
-----------
Made ProducerConfiguration and ProducerRegistrationRequirements properly support last modified time.
Commit: 1e2e9a1296abe7ca390310c813f7f730bff6a2a0
https://github.com/gatein/gatein-wsrp/commit/1e2e9a1296abe7ca390310c813f7...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
Log Message:
-----------
Better Chromattic session handling on error and avoiding to save when not needed.
Commit: d1feae597e67da4f3cf431cc487691debac127ca
https://github.com/gatein/gatein-wsrp/commit/d1feae597e67da4f3cf431cc4876...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/AbstractProducerConfigurationService.java
Log Message:
-----------
GTNWSRP-302 Added ability to reload the ProducerConfiguration if we detect that it has persisted changes more recent than what we've done locally.
Compare: https://github.com/gatein/gatein-wsrp/compare/c9834d6a1588...d1feae597e67
12 years, 10 months
[gatein/gatein-portal-quickstart] 114f91: RF4 Quickstart updated to correspond with JSF2 Qui...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal-quickstart
Commit: 114f91b138b333f90c3b565032cc989e82b43046
https://github.com/gatein/gatein-portal-quickstart/commit/114f91b138b333f...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M jsf2-hello-world-portlet/README.md
M jsf2-hello-world-portlet/src/main/java/org/jboss/as/quickstarts/jsf/HelloBean.java
M jsf2-rf4-hello-world-portlet/README.md
M jsf2-rf4-hello-world-portlet/pom.xml
M jsf2-rf4-hello-world-portlet/src/main/java/org/jboss/as/quickstarts/jsfrf/HelloBean.java
A jsf2-rf4-hello-world-portlet/src/main/resources/org/jboss/as/quickstarts/jsfrf/messages.properties
A jsf2-rf4-hello-world-portlet/src/main/resources/org/jboss/as/quickstarts/jsfrf/messages_de.properties
M jsf2-rf4-hello-world-portlet/src/main/webapp/WEB-INF/faces-config.xml
A jsf2-rf4-hello-world-portlet/src/main/webapp/WEB-INF/gatein-resources.xml
M jsf2-rf4-hello-world-portlet/src/main/webapp/WEB-INF/portlet.xml
M jsf2-rf4-hello-world-portlet/src/main/webapp/WEB-INF/web.xml
M jsf2-rf4-hello-world-portlet/src/main/webapp/pages/main.xhtml
R jsf2-rf4-hello-world-portlet/src/main/webapp/resources/css/style.css
A jsf2-rf4-hello-world-portlet/src/main/webapp/skin/Default/background/rf-logo.png
A jsf2-rf4-hello-world-portlet/src/main/webapp/skin/Default/jsf2-rf4-hello-world-portlet.css
M pom.xml
M simplest-hello-world-portlet/README.md
M src/main/freemarker/jsf2-hello-world-portlet/README.md.ftl
M src/main/freemarker/jsf2-rf4-hello-world-portlet/README.md.ftl
M src/main/freemarker/simplest-hello-world-portlet/README.md.ftl
Log Message:
-----------
RF4 Quickstart updated to correspond with JSF2 Quickstart as for CSS,
internationalization and comments.
12 years, 10 months