Re: [Converter] Serializer

2016-08-23 Thread David Bosschaert
Hi David, In that case you'd need to store the type information somewhere which, depending on the target serialization format may or may not be possible. For example in plain JSON you don't really have a place to store such metadata, although you could add it in a 'special' "__metadata" key or

Re: [Converter] Flexible Adpater Rule convert A to X and vice versa

2016-08-23 Thread David Bosschaert
Hi Stefan, I have prototyped more flexible adapter rules a little bit and committed the current state to the Converter codebase. The adapter now tries to find the most specific adaptation rule available for a given conversion, but it walks up the class hierarchy. So you could specify that you

[jira] [Commented] (FELIX-5309) SslFilter: sendRedirect does not support deliberate protocol changes on the current host

2016-08-23 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433084#comment-15433084 ] Carsten Ziegeler commented on FELIX-5309: - [~kwin] Thanks for the feedback, yes, that sounds good

[jira] [Closed] (FELIX-5263) java.lang.ArrayIndexOutOfBoundsException: -1

2016-08-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Augé closed FELIX-5263. --- Resolution: Fixed I fixed the bud in bnd again to do with equality check against CapReq. >

Re: [Converter] Serializer

2016-08-23 Thread David Leangen
Hi David B., You are definitely right: when you don’t need the type information serialised, it would be much too noisy and intrusive. If you need it, it would be very handy. The default should be that it not be there (i.e. as it works currently). If there were a way to configure to have the

RE: [Converter] Flexible Adpater Rule convert A to X and vice versa

2016-08-23 Thread Stefan Seifert
hello david. thanks a lot for the quick prototype - that was exactly what i thought of. unfortunately further experimenting with this enhanced functionality it still does not work fort solving the "nested configuration" usecase - i currently cannot think of an elegant way to bring it together

[jira] [Commented] (FELIX-5309) SslFilter: sendRedirect does not support deliberate protocol changes on the current host

2016-08-23 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432304#comment-15432304 ] Konrad Windszus commented on FELIX-5309: The patch looks good to me. Maybe we should extend the

[jira] [Comment Edited] (FELIX-5309) SslFilter: sendRedirect does not support deliberate protocol changes on the current host

2016-08-23 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432304#comment-15432304 ] Konrad Windszus edited comment on FELIX-5309 at 8/23/16 7:35 AM: - The

[jira] [Comment Edited] (FELIX-5309) SslFilter: sendRedirect does not support deliberate protocol changes on the current host

2016-08-23 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432304#comment-15432304 ] Konrad Windszus edited comment on FELIX-5309 at 8/23/16 7:35 AM: - The

[jira] [Reopened] (FELIX-5263) java.lang.ArrayIndexOutOfBoundsException: -1

2016-08-23 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-5263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Augé reopened FELIX-5263: - > java.lang.ArrayIndexOutOfBoundsException: -1 > > >