[portletbridge/portletbridge] 342a47: PBR-534 Update Checkstyle to provide reporting in ...
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: 342a47db8de062a79ae36a54f0613a4a5d3d8bf9
https://github.com/portletbridge/portletbridge/commit/342a47db8de062a79ae...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-08-06 (Tue, 06 Aug 2013)
Changed paths:
M core/portletbridge-api/pom.xml
M core/portletbridge-impl/pom.xml
M examples/jsf2portlet/src/main/java/org/jboss/portletbridge/example/ApplicationException.java
M examples/jsf2portlet/src/main/java/org/jboss/portletbridge/example/ErrorGenerator.java
M examples/jsf2portlet/src/main/java/org/jboss/portletbridge/example/ErrorGeneratorBean.java
M extension/richfaces/pom.xml
M pom.xml
Log Message:
-----------
PBR-534 Update Checkstyle to provide reporting in mvn:site and run against all modules
- Remove checkstyle plugin from individual modules that defined it
- Add checkstyle plugin to parent pom
- Setup checkstyle report
- Fix classes that failed due to checkstyle being run on them for first time
11 years, 4 months
[portletbridge/portletbridge] ca760c: Use @WebListener to resolve Wildfly startup issues
by Ken Finnigan
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: ca760cde2a6fd3c3ef59d5869dfbe1b298d85864
https://github.com/portletbridge/portletbridge/commit/ca760cde2a6fd3c3ef5...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-07-17 (Wed, 17 Jul 2013)
Changed paths:
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/config/BridgeConfigureListener.java
M core/portletbridge-impl/src/main/java/org/jboss/portletbridge/config/BridgeInitializer.java
Log Message:
-----------
Use @WebListener to resolve Wildfly startup issues
Commit: 2c4e1d892dcff39e52df3d115689474a3696ffda
https://github.com/portletbridge/portletbridge/commit/2c4e1d892dcff39e52d...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-08-06 (Tue, 06 Aug 2013)
Changed paths:
M pom.xml
M testsuites/jsf2/pom.xml
R testsuites/jsf2/src/main/webapp/META-INF/MANIFEST.MF
R testsuites/jsf2/src/main/webapp/index.html
R testsuites/jsf2/src/main/webapp/resources/css/screen.css
R testsuites/jsf2/src/test/resources/arquillian.xml
M testsuites/pom.xml
R testsuites/richfaces4/pom.xml
R testsuites/richfaces4/src/main/webapp/META-INF/MANIFEST.MF
R testsuites/richfaces4/src/main/webapp/index.html
R testsuites/richfaces4/src/main/webapp/resources/css/screen.css
R testsuites/richfaces4/src/test/java/org/jboss/portletbridge/test/A4jCommandLinkTest.java
R testsuites/richfaces4/src/test/resources/WEB-INF/faces-config.xml
R testsuites/richfaces4/src/test/resources/WEB-INF/jboss-deployment-structure.xml
R testsuites/richfaces4/src/test/resources/WEB-INF/portlet.xml
R testsuites/richfaces4/src/test/resources/WEB-INF/web.xml
R testsuites/richfaces4/src/test/resources/a4jLink.xhtml
R testsuites/richfaces4/src/test/resources/arquillian.xml
R testsuites/richfaces4/src/test/resources/output.xhtml
R testsuites/richfaces4/src/test/resources/resources/stylesheet.css
R testsuites/richfaces4/src/test/resources/template.xhtml
A testsuites/servers/jboss7/pom.xml
A testsuites/servers/jboss7/src/test/resources/arquillian.xml
A testsuites/servers/jetty8/pom.xml
A testsuites/servers/jetty8/src/test/resources/arquillian.xml
A testsuites/servers/pom.xml
Log Message:
-----------
PBR-532 Restructure test profiles to be separate modules
Compare: https://github.com/portletbridge/portletbridge/compare/046d647a9ef2...2c4...
11 years, 4 months