[jira] [Closed] (FELIX-5319) HttpServiceRuntime provides incorrect info for service that is both Servlet and Resource

2016-08-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed FELIX-5319. --- > HttpServiceRuntime provides incorrect info for service that is both Servlet > and Resource > --

[jira] [Closed] (FELIX-5321) Include service.ranking of servlet context helpers in web console output

2016-08-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed FELIX-5321. --- > Include service.ranking of servlet context helpers in web console output > -

[VOTE RESULT] Release Apache Felix Http Base 3.0.12, Http Bridge 3.0.12, and Http Jetty 3.2.4

2016-08-12 Thread Carsten Ziegeler
The vote passed with three binding +1 votes. Thanks! Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: [Converter] Embedded Types

2016-08-12 Thread David Bosschaert
Hi David, The rules are applied in AdapterImpl.ConvertingWrapper.to() where they are looked up in a map of class rules. If you find that the current implementation does not support the case you have above, it would be great if you could come up with a patch :) Cheers, David On 12 August 2016 a

Re: [Converter] Null result... why?

2016-08-12 Thread David Leangen
Awesome! Thanks so much! :-D Cheers, =David > On Aug 12, 2016, at 1:32 AM, David Bosschaert > wrote: > > Hi David, > > I added initial support for DTOs which should make what you were doing > possible. Not all name-escaping rules are implemented yet, but for simple > DTOs things should work