Make more fields/methods of service classes protected

2014-04-30 Thread Michael Wyraz
Hi, for extending tapestrys internal service classes it's often required to copy a lot of code because almost everything is private. Why not changing it to protected to allow others to extend those classes? Examples: - to temporary fix https://issues.apache.org/jira/browse/TAP5-2219 I had

Re: Build failed in Jenkins: tapestry-trunk-freestyle #1204

2014-04-30 Thread Jochen Kemnade
Am 29.04.2014 21:07, schrieb Jochen Kemnade: I'll downgrade it tomorrow and get myself a Java 1.5 compiler... Which is much harder than I thought it was. I managed to find old rt.jar and jce.jar files and to make Gradle use them. Now I'm getting compile errors, e.g. in VirtualResource:88,

Re: Make more fields/methods of service classes protected

2014-04-30 Thread Thiago H de Paula Figueiredo
On Wed, 30 Apr 2014 06:43:53 -0300, Michael Wyraz michael.wy...@evermind.de wrote: Hi, Hi! for extending tapestrys internal service classes it's often required to copy a lot of code because almost everything is private. Why not changing it to protected to allow others to extend those

Re: CI builds

2014-04-30 Thread Jochen Kemnade
Indeed. It took half a day to even start the last build. The build itself was acceptably fast though.