Re: [RESULT] [VOTE] Release Apache Portals Pluto 3.1.0

2019-04-24 Thread Werner Keil
Neil,

Thanks for the summary.

Are there any future plans for Portlet and Pluto with Jakarta EE?
The current spec is based on Java EE 7, but any update probably makes more
sense to build on top of Jakarta EE 8 than Java EE 8, because both are
compatible, but Jakarta EE 8 is active and Java EE 8 frozen.

Kind regards,
Werner



On Wed, Apr 24, 2019 at 4:40 PM Neil Griffin 
wrote:

> Apache Portals Team and community,
>
> This release is accepted with the following votes:
>
>   +1 Scott Nickous
>   +1 David S Taylor
>   +1 Werner Keil
>   +1 Woonsan Ko
>
> Thank you all for voting!
>
> We will promote the release candidates to the Maven Central Repository and
> upload the source and binary distributions to the official download area.
>
> An announcement about the new release will be send out as soon as the
> Pluto website is updated and the source and binary distributions have been
> mirrored.
>
> Best Regards to all,
>
> Neil
>
> On 4/17/19 5:41 PM, Neil Griffin wrote:
> > Dear Apache Portals Pluto Team and community,
> >
> > I've staged a release candidate for the new Apache Portals Pluto 3.1.0
> release.
> >
> > This release candidate includes:
> >
> > * A fully compliant Reference Implementation of the Portlet 3.0
> Specification per JSR-362
> >   https://www.jcp.org/en/jsr/detail?id=362
> >
> > * An implementation of a large subset of requirements defined by the MVC
> 1.0 Specification (for use with portlets)
> >
> > * New utility modules:
> >   - portlet-servlet-adapter
> >   - thymeleaf-portlet-api
> >   - thymeleaf-mvc-portlet-api
> >   - thymeleaf-mvc-portlet-cdi
> >   - thymeleaf-mvc-portlet-spring
> >
> > * Two new archetypes:
> >   - mvcbean-jsp-portlet-archetype
> >   - mvcbean-thymeleaf-portlet-archetype
> >
> > * Two new demo portlets:
> >   - applicant-mvcbean-jsp-portlet
> >   - applicant-mvcbean-thymeleaf-portlet
> >
> > Please review the release candidate for this project which is found in
> the following maven staging repository:
> >
> https://repository.apache.org/content/repositories/orgapacheportals-1025/org/apache/portals/pluto/
> >
> > The source and other artifacts have been made available at the /dist/dev
> directory:
> >   https://dist.apache.org/repos/dist/dev/portals/pluto/
> >
> > (These files will be promoted to /dist/release if the vote passes)
> >
> > The Release Notes are available here:
> >
> > * Pluto:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10560&version=12343272
> >
> > * TCK:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10560&version=12345368
> >
> > The KEYS file to verify the release artifacts signature can be found
> here:
> > https://dist.apache.org/repos/dist/release/portals/pluto/KEYS
> >
> > Please review the release candidates and vote on releasing Apache
> Portals Pluto 3.1.0
> >
> > REMINDER: According to the following policy:
> > http://www.apache.org/legal/release-policy.html#release-approval
> >  "Before casting +1 binding votes, individuals are REQUIRED to
> download all
> >   signed source code packages onto their own hardware, verify that
> they meet
> >   all requirements of ASF policy on releases as described below,
> validate all
> >   cryptographic signatures, compile as provided, and test the result
> on their
> >   own platform."
> >
> > Please review the release candidates and vote on releasing Apache
> Portals Pluto 3.1.0
> >
> > This vote is open for the next 72 hours.
> >
> > Please cast your vote:
> >
> > [ ] +1 for Release
> > [ ]  0  for Don't care
> > [ ] -1 Don't release (do provide a reason then)
> >
> > Kind Regards,
> >
> > Neil
> >
>


Re: [VOTE] Release Apache Portals Pluto 3.0.1

2018-05-13 Thread Werner Keil
I guess JCR-362 means JSR-362, as JCR (Java Content Repository) also
relates to Portlets but those are different JSRs.

Regards,
Werner



On Fri, May 11, 2018 at 9:06 PM, Neil Griffin  wrote:

> Dear Apache Portals Pluto Team and community,
>
> I've staged a release candidate for the new Apache Portals Pluto 3.0.1
> release.
>
> This release candidate includes:
>
> * Fully compliant Reference Implementation of the new Portlet 3.0
> Specification per JCR-362
> https://www.jcp.org/en/jsr/detail?id=362
> * Fully completed (and corrected) TCK (Test Compatibility Kit) for Portlet
> Spec 3.0
> * Updated portlet-api with associated Javadoc improvements
> * General bugfixes
> * Updated archetypes
>
> Please review the release candidate for this project which is spread
> across the following THREE maven staging repositories:
>
> 1) portlet-api and pluto-portal components and dependencies:
> https://repository.apache.org/content/repositories/orgapacheportals-1018
>
> 2) pluto+tomcat bundle:
> https://repository.apache.org/content/repositories/orgapacheportals-1019
>
> (The bundle can be tested by unzipping it,
>  and running start.sh from the bin directory,
>  then navigating to http://localhost:8080/pluto
>  and login as pluto/pluto.)
>
> 3) maven archetypes:
> https://repository.apache.org/content/repositories/orgapacheportals-1020
>
> The Release Notes are available here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje
> ctId=10560&version=12338908
>
> The KEYS file to verify the release artifacts signature can be found here:
>
> https://dist.apache.org/repos/dist/release/portals/pluto/KEYS
>
> Please review the release candidates and vote on releasing Apache Portals
> Pluto 3.0.1
>
> Seeing as how I am sending this on a Friday, the normal vote of 72 hours
> seems unreasonable. Therefore I would like to extend the vote to 96 hours.
>
> Please cast your vote:
>
> [ ] +1 for Release
> [ ]  0  for Don't care
> [ ] -1 Don't release (do provide a reason then)
>
>
> Best Regards to all,
>
> Neil
>


Apache Portals Pluto 3.0.0 Demos and Examples

2017-01-13 Thread Werner Keil
Hi,

Are the only demos for Pluto 3 in modules like
https://git-wip-us.apache.org/repos/asf?p=portals-pluto.git;a=tree;f=PortletV3Demo
under the portals-pluto repository?

I would like add a demo for Mobile device support backed by an OpenDDR Java
client (since that's maintained and Apache DeviceMap was archived. The new
OpenDDR project is all under the Apache license and some of it goes back to
DeviceMap, so from a license point it should be quite easy. If
portals-pluto was a problem or should not contain extended demos like
making use of the new getUserAgent() method, how about
http://portals.apache.org/applications/ is that still maintained or can be
updated for Pluto 3 where appropriate?

In either place I would need my Apache user (wkeil) and SSH key to be
updated like it was done with DeviceMap.

Kind Regards,

Werner