[gatein/gatein-wsrp] 2a2182: GTNWSRP-270 Check that all data is properly transm...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: 2a218223f39adc1c75accdfbdcdcc0354b21850a
https://github.com/gatein/gatein-wsrp/commit/2a218223f39adc1c75accdfbdcdc...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M common/src/main/java/org/gatein/wsrp/WSRPTypeFactory.java
M producer/src/main/java/org/gatein/wsrp/producer/RegistrationInterface.java
M producer/src/main/java/org/gatein/wsrp/producer/WSRPProducerImpl.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/RegistrationHandler.java
M producer/src/main/java/org/gatein/wsrp/producer/v1/WSRP1Producer.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/RegistrationEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/MarkupEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/PortletManagementEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/RegistrationEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/ServiceDescriptionEndpoint.java
M wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v1/RegistrationTestCase.java
M wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/PortletManagementTestCase.java
Log Message:
-----------
GTNWSRP-270 Check that all data is properly transmitted and handled from endpoints to handlers.
- Changed RegistrationInterface to use Register and Deregister parameters so that we can pass all the input values.
- copyPortlets wasn't actually hooked up to implementation :(
- Make sure we properly call producer even if the method isn't actually implemented.
- Added a couple of missed values.
12 years, 8 months
[gatein/gatein-portal-quickstart] 825be5: Improved documentation.
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal-quickstart
Commit: 825be55b99d605b2cfd3e8100164f238a598b7e8
https://github.com/gatein/gatein-portal-quickstart/commit/825be55b99d605b...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M README.md
M gatein-portal-extension/README.md
M gatein-portal-extension/ear/pom.xml
M gatein-sample-portal/README.md
M gatein-sample-portal/ear/pom.xml
M gatein-sample-portal/pom.xml
M jsf2-hello-world-portlet/README.md
M jsf2-rf4-hello-world-portlet/README.md
M pom.xml
M simplest-hello-world-portlet/README.md
M src/build/groovy/FreeMarkerMerger.groovy
M src/main/freemarker/README.md.ftl
M src/main/freemarker/gatein-portal-extension/README.md.ftl
M src/main/freemarker/gatein-sample-portal/README.md.ftl
M src/main/freemarker/include/build-and-deploy-portal-container-or-extension.md.ftl
M src/main/freemarker/include/portal-extension-general.md.ftl
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:
-----------
Improved documentation.
12 years, 8 months
[gatein/gatein-wsrp] 5b82a0: GTNWSRP-285 Modified test setup so that we can tes...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: 5b82a0ab2df31b6c8efdb7ffed414ae25fe8e710
https://github.com/gatein/gatein-wsrp/commit/5b82a0ab2df31b6c8efdb7ffed41...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLConsumerRegistry.java
M consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/registry/JAXBConsumerRegistryTestCase.java
A consumer/src/test/resources/default.xml
M jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/JCRConsumerRegistry.java
M jcr-impl/src/test/java/org/gatein/wsrp/consumer/registry/JCRConsumerRegistryTestCase.java
Log Message:
-----------
GTNWSRP-285 Modified test setup so that we can test XML unmarshalling of consumers configuration.
Commit: 8a54c7b5aca0a9b29dac6dd06bfe1f9d8b308ab1
https://github.com/gatein/gatein-wsrp/commit/8a54c7b5aca0a9b29dac6dd06bfe...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)
Changed paths:
A api/src/main/resources/xsd/gatein_wsrp_consumer_1_1.xsd
M consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLWSRPConsumerFactory.java
M consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
A consumer/src/test/resources/improper-usewss.xml
A consumer/src/test/resources/wssEnabled.xml
Log Message:
-----------
GTNWSRP-285 Added ability to enable WSS via XML configuration and related tests.
Commit: dc459b4fbdb9965dc6cd4b80596431a7e9697a98
https://github.com/gatein/gatein-wsrp/commit/dc459b4fbdb9965dc6cd4b805964...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLWSRPConsumerFactory.java
M consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
A consumer/src/test/resources/improper-cache.xml
A consumer/src/test/resources/vignette.xml
Log Message:
-----------
Added more tests and improved resiliency of XML parsing.
Commit: 8dcd6db50ac3bcf3f8112754845d50f7c37945e0
https://github.com/gatein/gatein-wsrp/commit/8dcd6db50ac3bcf3f8112754845d...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)
Changed paths:
M producer/src/test/java/org/gatein/wsrp/producer/config/ProducerConfigurationTestCase.java
Log Message:
-----------
Improved output.
Compare: https://github.com/gatein/gatein-wsrp/compare/95bbfd36de9b...8dcd6db50ac3
12 years, 8 months
[gatein/gatein-portal] 4ecfaa: GTNPORTAL-2696 Upgrade to IDM 1.4.0.M03. Perf impr...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 4ecfaaf706198950d98cf3a2467acec72c0584b3
https://github.com/gatein/gatein-portal/commit/4ecfaaf706198950d98cf3a246...
Author: mposolda <mposolda(a)gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
A component/identity/src/main/java/org/exoplatform/services/organization/idm/InfinispanCacheFactory.java
M component/identity/src/main/java/org/exoplatform/services/organization/idm/IntegrationCache.java
M component/identity/src/main/java/org/exoplatform/services/organization/idm/PicketLinkIDMCacheService.java
M component/identity/src/main/java/org/exoplatform/services/organization/idm/PicketLinkIDMServiceImpl.java
M component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-configuration.xml
M pom.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
Log Message:
-----------
GTNPORTAL-2696 Upgrade to IDM 1.4.0.M03. Perf improvements for PLIDM+infinispan integration. Added InfinispanCacheFactory
Support for printCache from JMX. IntegrationCache using methods from superclass
Migration to new TreeAPI from plidm
Specific lifespan of leaf nodes
Added support for staleCacheNodesLinksCleanerDelay
Move cache related stuff from PLIDMServiceImpl to new InfinispanCacheFactory
Perf improvement - Using Fqn.fromElements instead of Fqn.fromString
Commit: be66a5fffd198c505d9b38ecf4f8924423b178f0
https://github.com/gatein/gatein-portal/commit/be66a5fffd198c505d9b38ecf4...
Author: mposolda <mposolda(a)gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M webui/core/src/main/java/org/exoplatform/webui/event/ConsoleEventMonitorListener.java
Log Message:
-----------
GTNPORTAL-2697 Add log.isDebugEnabled check to ConsoleEventMonitorListener
Compare: https://github.com/gatein/gatein-portal/compare/9a96b0bde2db...be66a5fffd19
12 years, 8 months
[gatein/gatein-portal-quickstart] f216c5: configuration.xml moved from src/main/java to src/...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal-quickstart
Commit: f216c583ee50868c49a9fd26f04a9964f5327879
https://github.com/gatein/gatein-portal-quickstart/commit/f216c583ee50868...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
R gatein-portal-extension/config/src/main/java/conf/configuration.xml
A gatein-portal-extension/config/src/main/resources/conf/configuration.xml
Log Message:
-----------
configuration.xml moved from src/main/java to src/main/resources.
Commit: bec569dc9810d886acfc11d3701474917ca78be7
https://github.com/gatein/gatein-portal-quickstart/commit/bec569dc9810d88...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M gatein-portal-extension/README.md
M gatein-portal-extension/pom.xml
M gatein-sample-portal/README.md
M jsf2-hello-world-portlet/README.md
M jsf2-rf4-hello-world-portlet/README.md
M pom.xml
M simplest-hello-world-portlet/README.md
M src/main/freemarker/gatein-portal-extension/README.md.ftl
M src/main/freemarker/gatein-sample-portal/README.md.ftl
A src/main/freemarker/include/build-and-deploy-portal-container-or-extension.md.ftl
M src/main/freemarker/include/configure-maven.md.ftl
M src/main/freemarker/include/portal-extension-general.md.ftl
Log Message:
-----------
Improved Portal Extension documentation.
Commit: 8f941d8d50a1d9f819c1d57b09ea8508bc946583
https://github.com/gatein/gatein-portal-quickstart/commit/8f941d8d50a1d9f...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M gatein-portal-extension/README.md
R gatein-portal-extension/config/src/main/java/conf/configuration.xml
A gatein-portal-extension/config/src/main/resources/conf/configuration.xml
M gatein-portal-extension/pom.xml
M gatein-sample-portal/README.md
M jsf2-hello-world-portlet/README.md
M jsf2-rf4-hello-world-portlet/README.md
M pom.xml
M simplest-hello-world-portlet/README.md
M src/main/freemarker/gatein-portal-extension/README.md.ftl
M src/main/freemarker/gatein-sample-portal/README.md.ftl
A src/main/freemarker/include/build-and-deploy-portal-container-or-extension.md.ftl
M src/main/freemarker/include/configure-maven.md.ftl
M src/main/freemarker/include/portal-extension-general.md.ftl
Log Message:
-----------
Merge pull request #16 from ppalaga/master
configuration.xml moved from src/main/java to src/main/resources; Improved Portal Extension documentation
Compare: https://github.com/gatein/gatein-portal-quickstart/compare/c030c1c03bf4.....
12 years, 8 months