Re: Tapestry-security 0.6.3 and tapestry-model 0.6.0 for T5.4 released!

2015-12-15 Thread Kalle Korhonen
Thanks for reporting Bob, fixed.

Kalle

On Tue, Dec 15, 2015 at 3:33 AM, Bob Harner  wrote:

> Great news, Kalle!
>
> By the way, when checking it out, I noticed that the "quick start links are
> broken at http://www.tynamo.org/tapestry-model+guide/
> On Dec 14, 2015 9:28 PM, "Kalle Korhonen" 
> wrote:
>
> > Hey all,
> >
> > at this time we have two T5.4 compatible release announcements to make.
> > First tapestry-security 0.6.3:
> >
> > While working on securing an Ember frontend with Tapestry backend, I
> > noticed that tynamo-resteasy didn't want to play well with security. I'm
> > fairly surprised this issue surfaced only now because tapestry-security
> is
> > fairly well battle tested. Anyhow, if you've ever had a problem with T5.4
> > and tapestry-security not being able obtain assigned roles or user
> identity
> > from the request, it's time to upgrade.
> >
> > **Release notes**
> >
> > - Update to T5.4-rc-1 [#25](
> > https://github.com/tynamo/tapestry-security/issues/25)
> > - Store ShiroHttpServletRequest to RequestGlobals before processing
> [#24](
> > https://github.com/tynamo/tapestry-security/issues/24)
> >
> > ---
> > tapestry-model 0.6.0:
> >
> > Finally, we have an officially compatible release tapestry-model for T5.4
> > available. We had one long running issue with the changes in tapestry
> core
> > and it wasn't until T5.4-rc1 before it was all sorted out. The official
> > release note is short but there's been lots of great functional changes
> to
> > the core.
> >
> > **Release notes**
> >
> > - Fix the test suite to use changed form element names [#4](
> > https://github.com/tynamo/tapestry-model/issues/4)
> > - 0.5.2 has a dependency on eclipselink [#2](
> > https://github.com/tynamo/tapestry-model/issues/2)
> >
> > Happy holidays,
> > from your friendly Tynamo team
> >
>


Re: Tapestry-security 0.6.3 and tapestry-model 0.6.0 for T5.4 released!

2015-12-15 Thread Charlouze
That's great news, thanks a lot !

As for tapestry-resteasy and tapestry-security, I had to reorder
HttpServletRequestHandler and add some config to the security filter chain
to secure my api. It was quite easy to do so I didn't think to tell you.

Le mar. 15 déc. 2015 à 12:33, Bob Harner  a écrit :

> Great news, Kalle!
>
> By the way, when checking it out, I noticed that the "quick start links are
> broken at http://www.tynamo.org/tapestry-model+guide/
> On Dec 14, 2015 9:28 PM, "Kalle Korhonen" 
> wrote:
>
> > Hey all,
> >
> > at this time we have two T5.4 compatible release announcements to make.
> > First tapestry-security 0.6.3:
> >
> > While working on securing an Ember frontend with Tapestry backend, I
> > noticed that tynamo-resteasy didn't want to play well with security. I'm
> > fairly surprised this issue surfaced only now because tapestry-security
> is
> > fairly well battle tested. Anyhow, if you've ever had a problem with T5.4
> > and tapestry-security not being able obtain assigned roles or user
> identity
> > from the request, it's time to upgrade.
> >
> > **Release notes**
> >
> > - Update to T5.4-rc-1 [#25](
> > https://github.com/tynamo/tapestry-security/issues/25)
> > - Store ShiroHttpServletRequest to RequestGlobals before processing
> [#24](
> > https://github.com/tynamo/tapestry-security/issues/24)
> >
> > ---
> > tapestry-model 0.6.0:
> >
> > Finally, we have an officially compatible release tapestry-model for T5.4
> > available. We had one long running issue with the changes in tapestry
> core
> > and it wasn't until T5.4-rc1 before it was all sorted out. The official
> > release note is short but there's been lots of great functional changes
> to
> > the core.
> >
> > **Release notes**
> >
> > - Fix the test suite to use changed form element names [#4](
> > https://github.com/tynamo/tapestry-model/issues/4)
> > - 0.5.2 has a dependency on eclipselink [#2](
> > https://github.com/tynamo/tapestry-model/issues/2)
> >
> > Happy holidays,
> > from your friendly Tynamo team
> >
>


Re: Tapestry-security 0.6.3 and tapestry-model 0.6.0 for T5.4 released!

2015-12-15 Thread Bob Harner
Great news, Kalle!

By the way, when checking it out, I noticed that the "quick start links are
broken at http://www.tynamo.org/tapestry-model+guide/
On Dec 14, 2015 9:28 PM, "Kalle Korhonen" 
wrote:

> Hey all,
>
> at this time we have two T5.4 compatible release announcements to make.
> First tapestry-security 0.6.3:
>
> While working on securing an Ember frontend with Tapestry backend, I
> noticed that tynamo-resteasy didn't want to play well with security. I'm
> fairly surprised this issue surfaced only now because tapestry-security is
> fairly well battle tested. Anyhow, if you've ever had a problem with T5.4
> and tapestry-security not being able obtain assigned roles or user identity
> from the request, it's time to upgrade.
>
> **Release notes**
>
> - Update to T5.4-rc-1 [#25](
> https://github.com/tynamo/tapestry-security/issues/25)
> - Store ShiroHttpServletRequest to RequestGlobals before processing [#24](
> https://github.com/tynamo/tapestry-security/issues/24)
>
> ---
> tapestry-model 0.6.0:
>
> Finally, we have an officially compatible release tapestry-model for T5.4
> available. We had one long running issue with the changes in tapestry core
> and it wasn't until T5.4-rc1 before it was all sorted out. The official
> release note is short but there's been lots of great functional changes to
> the core.
>
> **Release notes**
>
> - Fix the test suite to use changed form element names [#4](
> https://github.com/tynamo/tapestry-model/issues/4)
> - 0.5.2 has a dependency on eclipselink [#2](
> https://github.com/tynamo/tapestry-model/issues/2)
>
> Happy holidays,
> from your friendly Tynamo team
>


Tapestry-security 0.6.3 and tapestry-model 0.6.0 for T5.4 released!

2015-12-14 Thread Kalle Korhonen
Hey all,

at this time we have two T5.4 compatible release announcements to make.
First tapestry-security 0.6.3:

While working on securing an Ember frontend with Tapestry backend, I
noticed that tynamo-resteasy didn't want to play well with security. I'm
fairly surprised this issue surfaced only now because tapestry-security is
fairly well battle tested. Anyhow, if you've ever had a problem with T5.4
and tapestry-security not being able obtain assigned roles or user identity
from the request, it's time to upgrade.

**Release notes**

- Update to T5.4-rc-1 [#25](
https://github.com/tynamo/tapestry-security/issues/25)
- Store ShiroHttpServletRequest to RequestGlobals before processing [#24](
https://github.com/tynamo/tapestry-security/issues/24)

---
tapestry-model 0.6.0:

Finally, we have an officially compatible release tapestry-model for T5.4
available. We had one long running issue with the changes in tapestry core
and it wasn't until T5.4-rc1 before it was all sorted out. The official
release note is short but there's been lots of great functional changes to
the core.

**Release notes**

- Fix the test suite to use changed form element names [#4](
https://github.com/tynamo/tapestry-model/issues/4)
- 0.5.2 has a dependency on eclipselink [#2](
https://github.com/tynamo/tapestry-model/issues/2)

Happy holidays,
from your friendly Tynamo team