[portletbridge/portletbridge] bd8750: PBR-508 Update archetype versions to remove SNAPSH...
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: bd8750c437e5729d8f98401a763477e1a921e488
https://github.com/portletbridge/portletbridge/commit/bd8750c437e5729d8f9...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/src/main/resources/archetype-resources/pom.xml
M archetypes/richfaces-simpleapp/src/main/resources/archetype-resources/pom.xml
Log Message:
-----------
PBR-508 Update archetype versions to remove SNAPSHOT
Commit: ce1751848b5e4d1687aa8a85ee5f4002e3009615
https://github.com/portletbridge/portletbridge/commit/ce1751848b5e4d1687a...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/pom.xml
M archetypes/pom.xml
M archetypes/richfaces-simpleapp/pom.xml
M build-resources/pom.xml
M core/pom.xml
M core/portletbridge-api/pom.xml
M core/portletbridge-impl/pom.xml
M depchain/jsf2/pom.xml
M depchain/richfaces4/pom.xml
M examples/cdi-portlet/pom.xml
M examples/jsf2portlet/pom.xml
M examples/pom.xml
M examples/richfaces-showcase/pom.xml
M examples/richfaces-simple/pom.xml
M extension/richfaces/pom.xml
M pom.xml
M testsuites/common/pom.xml
M testsuites/jsf2/pom.xml
M testsuites/pom.xml
M testsuites/richfaces4/pom.xml
Log Message:
-----------
PBR-508 prepare release 3.2.0.CR1
Commit: 2fcef93cb3d1761fb9caf1abcb37531058701794
https://github.com/portletbridge/portletbridge/commit/2fcef93cb3d1761fb9c...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/pom.xml
M archetypes/pom.xml
M archetypes/richfaces-simpleapp/pom.xml
M build-resources/pom.xml
M core/pom.xml
M core/portletbridge-api/pom.xml
M core/portletbridge-impl/pom.xml
M depchain/jsf2/pom.xml
M depchain/richfaces4/pom.xml
M examples/cdi-portlet/pom.xml
M examples/jsf2portlet/pom.xml
M examples/pom.xml
M examples/richfaces-showcase/pom.xml
M examples/richfaces-simple/pom.xml
M extension/richfaces/pom.xml
M pom.xml
M testsuites/common/pom.xml
M testsuites/jsf2/pom.xml
M testsuites/pom.xml
M testsuites/richfaces4/pom.xml
Log Message:
-----------
PBR-508 prepare for next development iteration
Commit: 069f3d192270138231af9434f489a9df262d1ed0
https://github.com/portletbridge/portletbridge/commit/069f3d192270138231a...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/src/main/resources/archetype-resources/pom.xml
M archetypes/richfaces-simpleapp/src/main/resources/archetype-resources/pom.xml
Log Message:
-----------
PBR-508 Revert archetype versions back to SNAPSHOT
Compare: https://github.com/portletbridge/portletbridge/compare/e23fcd0faca1...069...
11 years, 9 months
[portletbridge/portletbridge] 27629d: PBR-505 Memory leak for RequestScoped, SessionScop...
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: 27629de97dc251fb771d06eb049dfd4d2a2ea079
https://github.com/portletbridge/portletbridge/commit/27629de97dc251fb771...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/application/PortletApplicationImpl.java
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/bridge/context/BridgeContextImpl.java
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/bridge/scope/BridgeRequestScopeImpl.java
A core/portletbridge-impl/src/main/java/org/jboss/portletbridge/lifecycle/ManagedBeanPhaseListener.java
A core/portletbridge-impl/src/main/java/org/jboss/portletbridge/listener/PortletBridgeListener.java
M core/portletbridge-impl/src/main/resources/META-INF/faces-config.xml
A core/portletbridge-impl/src/main/resources/META-INF/pbr.tld
Log Message:
-----------
PBR-505 Memory leak for RequestScoped, SessionScoped, and ViewScoped JSF beans
11 years, 9 months
[portletbridge/portletbridge] cbfc83: Create abstract test class to handle common test s...
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: cbfc8340211bca9703c877d1a5acdea96735d1bb
https://github.com/portletbridge/portletbridge/commit/cbfc8340211bca9703c...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
A testsuites/common/src/main/java/org/jboss/portletbridge/test/AbstractPortletTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/AjaxSubmitTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/HelloJsfPortletTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/JsfFormSubmitTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandButton/CommandButtonTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/commandLink/CommandLinkTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/inputText/InputTextTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/link/LinkTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/message/MessagesTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLabel/OutputLabelTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputText/OutputTextTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/selectCheckbox/SelectCheckboxTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/NoWebXmlTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlNoFacesServletTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlNoFacesServletWithErrorPagesTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/config/WebXmlWithErrorPagesTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionWithSuffixTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/exception/ExceptionWithoutSuffixTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionCustomTagTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionDefineTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionParameterTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/facelet/FaceletCompositionTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/fixes/pbr500/PBR500Test.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/i18n/I18nResourceTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationConditionalTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/navigation/NavigationTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/redirect/AjaxRedirectTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/flash/FlashScopeTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/scope/view/ViewScopeTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/stage/StageAbstractTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/taglib/PortletTagTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorAjaxEmailTest.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/validator/ValidatorEmailTest.java
Log Message:
-----------
Create abstract test class to handle common test setup
Commit: cbb09d7931b5dcee10fd2c1a911cb0dbd1cf1a4f
https://github.com/portletbridge/portletbridge/commit/cbb09d7931b5dcee10f...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/context/PortletExternalContextImpl.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkPage.java
M testsuites/jsf2/src/test/java/org/jboss/portletbridge/test/component/h/outputLink/OutputLinkTest.java
M testsuites/jsf2/src/test/resources/pages/component/h/outputLink/outputlink.xhtml
M testsuites/pom.xml
Log Message:
-----------
PBR-496 Mismatch between current view prefix/suffix and view for URL generation causes invalid URLs
Compare: https://github.com/portletbridge/portletbridge/compare/a32efb26983d...cbb...
11 years, 9 months
[portletbridge/portletbridge] 27250e: PBR-504 Update archetype versions for release
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: 27250e282efa765cca2f28e251e600147a1cd824
https://github.com/portletbridge/portletbridge/commit/27250e282efa765cca2...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/src/main/resources/archetype-resources/pom.xml
M archetypes/richfaces-simpleapp/src/main/resources/archetype-resources/pom.xml
Log Message:
-----------
PBR-504 Update archetype versions for release
Commit: 972d28239c84bb8b2c608e6cb9482525aaa09fcf
https://github.com/portletbridge/portletbridge/commit/972d28239c84bb8b2c6...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/pom.xml
M archetypes/pom.xml
M archetypes/richfaces-simpleapp/pom.xml
M build-resources/pom.xml
M core/pom.xml
M core/portletbridge-api/pom.xml
M core/portletbridge-impl/pom.xml
M depchain/jsf2/pom.xml
M depchain/richfaces4/pom.xml
M examples/cdi-portlet/pom.xml
M examples/jsf2portlet/pom.xml
M examples/pom.xml
M examples/richfaces-showcase/pom.xml
M examples/richfaces-simple/pom.xml
M extension/richfaces/pom.xml
M pom.xml
M testsuites/common/pom.xml
M testsuites/jsf2/pom.xml
M testsuites/pom.xml
M testsuites/richfaces4/pom.xml
Log Message:
-----------
PBR-504 prepare release 3.2.0.Beta2
Commit: a7b556858c429fff86bdd19ff33ad445be77dd13
https://github.com/portletbridge/portletbridge/commit/a7b556858c429fff86b...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/pom.xml
M archetypes/pom.xml
M archetypes/richfaces-simpleapp/pom.xml
M build-resources/pom.xml
M core/pom.xml
M core/portletbridge-api/pom.xml
M core/portletbridge-impl/pom.xml
M depchain/jsf2/pom.xml
M depchain/richfaces4/pom.xml
M examples/cdi-portlet/pom.xml
M examples/jsf2portlet/pom.xml
M examples/pom.xml
M examples/richfaces-showcase/pom.xml
M examples/richfaces-simple/pom.xml
M extension/richfaces/pom.xml
M pom.xml
M testsuites/common/pom.xml
M testsuites/jsf2/pom.xml
M testsuites/pom.xml
M testsuites/richfaces4/pom.xml
Log Message:
-----------
PBR-504 prepare for next development iteration
Commit: a32efb26983d29b94770bba42bc31d31bee5c888
https://github.com/portletbridge/portletbridge/commit/a32efb26983d29b9477...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M archetypes/jsf2-basic/src/main/resources/archetype-resources/pom.xml
M archetypes/richfaces-simpleapp/src/main/resources/archetype-resources/pom.xml
Log Message:
-----------
PBR-504 Reset archetype versions back to SNAPSHOT
Compare: https://github.com/portletbridge/portletbridge/compare/6a969bf73255...a32...
11 years, 9 months