You are viewing a plain text version of this content. The canonical link for it is here.
- portals-pluto git commit: Fix for issue PLUTO-653 which was caused by a hard coded portal name and version in the TCK code. Fix for issue PLUTO-640 to change the tomcat role name from 'manager' to 'manager-gui'. Removed extraneous comments from pom file. - posted by ms...@apache.org on 2017/01/04 14:53:23 UTC, 0 replies.
- portals-pluto git commit: updated release plugin options. - posted by ms...@apache.org on 2017/01/04 17:42:23 UTC, 0 replies.
- portals-pluto git commit: added maven scm provider plugin - posted by ms...@apache.org on 2017/01/04 17:54:02 UTC, 0 replies.
- [1/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:38 UTC, 0 replies.
- [2/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:39 UTC, 0 replies.
- [3/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:40 UTC, 0 replies.
- [4/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:41 UTC, 0 replies.
- [5/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:42 UTC, 0 replies.
- [6/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:43 UTC, 0 replies.
- [7/8] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/05 17:45:44 UTC, 0 replies.
- [8/8] portals-pluto git commit: [maven-release-plugin] prepare for next development iteration - posted by ms...@apache.org on 2017/01/05 17:45:45 UTC, 0 replies.
- [portals-pluto] Git Push Summary - posted by ms...@apache.org on 2017/01/05 17:46:37 UTC, 2 replies.
- [1/5] portals-pluto git commit: Fixed three test cases where the context path was hard-coded. - posted by ms...@apache.org on 2017/01/08 04:48:43 UTC, 0 replies.
- [2/5] portals-pluto git commit: Modified TCK POM to allow filtering. Modified the additionalPages.xml files in the TCK to use substitution variables rather than hard-coded versions in the context paths. - posted by ms...@apache.org on 2017/01/08 04:48:44 UTC, 0 replies.
- [3/5] portals-pluto git commit: Merge branch 'fixtests' of e:\git\pluto-git into fixtests - posted by ms...@apache.org on 2017/01/08 04:48:45 UTC, 0 replies.
- [4/5] portals-pluto git commit: Reverted to version 3.0.0-SNAPSHOT in preparation for rerunning the release process. - posted by ms...@apache.org on 2017/01/08 04:48:46 UTC, 0 replies.
- [5/5] portals-pluto git commit: Changed the name of the Pluto installer plugin from maven-pluto-plugin to pluto-maven-plugin in the affected POMs and in the dist-build.xml ant build file. Note that the artifact is still kept in a directory named 'maven-p - posted by ms...@apache.org on 2017/01/08 04:48:47 UTC, 0 replies.
- [1/2] portals-pluto git commit: [maven-release-plugin] prepare release pluto-3.0.0 - posted by ms...@apache.org on 2017/01/08 08:11:58 UTC, 0 replies.
- [2/2] portals-pluto git commit: [maven-release-plugin] prepare for next development iteration - posted by ms...@apache.org on 2017/01/08 08:11:59 UTC, 0 replies.
- portals-pluto git commit: updating release procedure to include settings.xml instructions - posted by ta...@apache.org on 2017/01/11 17:08:11 UTC, 0 replies.
- portals-pluto git commit: updating release procedure to include wget/dist instructions - posted by ta...@apache.org on 2017/01/11 18:16:43 UTC, 0 replies.
- portals-pluto git commit: Updated RELEASE_PROCEDURES.txt to add some additional steps that were necessary for the 3.0.0 release. Steps 10, 11, 12, and 14 were added or modified. - posted by ms...@apache.org on 2017/01/12 08:32:34 UTC, 0 replies.
- portals-pluto git commit: updating release procedure with release notes - posted by ta...@apache.org on 2017/01/18 23:55:28 UTC, 0 replies.
- portals-pluto git commit: First working implementation of cross context cdi events. - posted by ma...@apache.org on 2017/01/23 10:30:27 UTC, 0 replies.
- portals-pluto git commit: Made cdi events to be fired from event phase too. Portlet container now prioritize cdi events fired in action/event phase before processing portlet events. - posted by ma...@apache.org on 2017/01/25 13:50:36 UTC, 0 replies.
- portals-pluto git commit: Cleaned up legacy code in PortletCDIEventExtension. Also, found a better way to make empty observers from event definitions instead of observer definitions. Previously empty observers were derived from observer definitions. Howe - posted by ma...@apache.org on 2017/01/25 22:28:20 UTC, 0 replies.
- portals-pluto git commit: Shifted the mechanism to prioritize CDI events over portlet events in EventCoordinationServiceImpl instead of PortletContainerImpl. Cleaned up CDI Event Store and came up with better type checking while analyzing fields in Portl - posted by ma...@apache.org on 2017/01/26 09:28:49 UTC, 0 replies.
- portals-pluto git commit: Refactoring code - Removed a lot of legacy code, renamed data structures, deleted/renamed files. - posted by ma...@apache.org on 2017/01/26 10:54:32 UTC, 0 replies.
- portals-pluto git commit: 1. Introduced new @EmptyEvent qualifier in event definition and empty observers. Doing so does not call the emtpy observers again when we call the cdi event later in event phase via bean manager. 2. CDI events fired in the obser - posted by ma...@apache.org on 2017/01/29 15:27:49 UTC, 0 replies.
- portals-pluto git commit: Changed the way we load event data class. The reason is Class.forName() wont be able to find the jar if its located in WEB-INF/lib folder of each webapp. - posted by ma...@apache.org on 2017/01/30 14:44:19 UTC, 0 replies.