Re: Official Docker images

2016-02-08 Thread Lukasz Lenart
Hi, I have updated the image at DockerHub, introduced Dockerfile to build the image plus some other changes. The previous version was broken (autogenerated CSSs were broken) https://hub.docker.com/r/theapachestruts/struts-site-jekyll/ Should I prepare images with Showcase app and Showcase-rest?

Re: Official Docker images

2016-02-08 Thread Christoph Nenning
> Hi, > > I have updated the image at DockerHub, introduced Dockerfile to build > the image plus some other changes. The previous version was broken > (autogenerated CSSs were broken) > > https://hub.docker.com/r/theapachestruts/struts-site-jekyll/ > > Should I prepare images with Showcase app a

Re: Official Docker images

2016-02-08 Thread Rene Gielen
Would be a nice addition, indeed. I think an image with Tomcat+war would be a good way to go for people to try the showcases. Maven image + checkout from git + building would be of interest for core developers only, not sure wether one would want to go down this route. - René Am 08.02.16 um 11:

beta3 testing

2016-02-08 Thread Greg Huber
I was dong some more testing and noticed that my message store interceptor messages have stopped working. There is a check in the org.apache.struts2.interceptor.MessageStoreInterceptor to see if the response has been committed, and if it is skip the messages processing. boolean isCommitted = Serv

Re: beta3 testing

2016-02-08 Thread Lukasz Lenart
2016-02-08 13:44 GMT+01:00 Greg Huber : > I was dong some more testing and noticed that my message store interceptor > messages have stopped working. > > There is a check in the > org.apache.struts2.interceptor.MessageStoreInterceptor to see if the > response has been committed, and if it is skip t

Re: beta3 testing

2016-02-08 Thread Greg Huber
Ok thanks, I will have a look. Cheers Greg On 8 February 2016 at 12:50, Lukasz Lenart wrote: > 2016-02-08 13:44 GMT+01:00 Greg Huber : > > I was dong some more testing and noticed that my message store > interceptor > > messages have stopped working. > > > > There is a check in the > > org.apac

Re: beta3 testing

2016-02-08 Thread Greg Huber
I was doing a redirect, so if you say its working I can wait until the next beta to test it. Cheers Greg On 8 February 2016 at 12:50, Lukasz Lenart wrote: > 2016-02-08 13:44 GMT+01:00 Greg Huber : > > I was dong some more testing and noticed that my message store > interceptor > > messages have

Re: beta3 testing

2016-02-08 Thread Greg Huber
Ok, tested it from the snapshot and its good! Thanks. On 8 February 2016 at 12:50, Lukasz Lenart wrote: > 2016-02-08 13:44 GMT+01:00 Greg Huber : > > I was dong some more testing and noticed that my message store > interceptor > > messages have stopped working. > > > > There is a check in the >