Re: VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-24 Thread David Bosschaert
+1 David On 25 August 2016 at 07:31, Carsten Ziegeler wrote: > I would like to call a vote on the following subproject releases: > > Http SSLFilter 1.2.0 (1 issue solved) > https://issues.apache.org/jira/browse/FELIX-5309 > > > > Staging repositories: > https://repository.apache.org/content/rep

Re: LinkageError, but why?

2016-08-24 Thread Neil Bartlett
> On 25 Aug 2016, at 07:23, Remo Liechti wrote: > > Hi guys > > I send this to you since this seems like a more technical issue than the > felix user mailing list can help me with. Not really… folks on that list can handle any level of technicality (they are mostly the same folks as on this

LinkageError, but why?

2016-08-24 Thread Remo Liechti
Hi guys I send this to you since this seems like a more technical issue than the felix user mailing list can help me with. I am wrapping an existing osgi application that was running with equinoix into a j2ee application that runs on Weblogic. After a few issues, the application deploys and run

[jira] [Commented] (FELIX-5333) Saving the Web Console configuration makes the Console unaccessible

2016-08-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436331#comment-15436331 ] Carsten Ziegeler commented on FELIX-5333: - [~nschroeter] I can't reproduce this wi

[jira] [Comment Edited] (FELIX-5333) Saving the Web Console configuration makes the Console unaccessible

2016-08-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436331#comment-15436331 ] Carsten Ziegeler edited comment on FELIX-5333 at 8/25/16 5:43 AM: --

[jira] [Created] (FELIX-5335) Addition of copy() method to API

2016-08-24 Thread David Leangen (JIRA)
David Leangen created FELIX-5335: Summary: Addition of copy() method to API Key: FELIX-5335 URL: https://issues.apache.org/jira/browse/FELIX-5335 Project: Felix Issue Type: New Feature

Re: VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-24 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 08/25/2016 07:31 AM, Carsten Ziegeler wrote: I would like to call a vote on the following subproject releases: Http SSLFilter 1.2.0 (1 issue solved) https://issues.apache.org/jira/browse/FELIX-5309 Staging repositories: https://repository.apache.org/content/reposi

Re: VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-24 Thread Carsten Ziegeler
+1 -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

VOTE] Release Apache Felix Http SSLFilter 1.2.0

2016-08-24 Thread Carsten Ziegeler
I would like to call a vote on the following subproject releases: Http SSLFilter 1.2.0 (1 issue solved) https://issues.apache.org/jira/browse/FELIX-5309 Staging repositories: https://repository.apache.org/content/repositories/orgapachefelix-1137/ You can use this UNIX script to download the re

Re: [Converter] Map -> Object with generics

2016-08-24 Thread David Bosschaert
For DTOs, I think the following should be ok: class MyDTO { List foo; } In any case, I think the converter should try to honour generics where possible, so if you have a JavaBean with generics it should also work class FooBean { T getFoo(); } In this case you should be able to do: FooBean fo

Re: [Converter] Map -> Object with generics

2016-08-24 Thread Raymond Auge
I'm not really sure that defining DTOs with generics is even acceptable! I think the primary point of a DTO is to be completely concrete. - Ray On Wed, Aug 24, 2016 at 1:39 PM, David Bosschaert < david.bosscha...@gmail.com> wrote: > BTW I'm just noticing that the generic type arguments are not

Re: [Converter] Map -> Object with generics

2016-08-24 Thread David Bosschaert
BTW I'm just noticing that the generic type arguments are not yet used for conversions to DTOs, if you have a test case or even a patch that would be great :) Cheers, David On 24 August 2016 at 18:38, David Bosschaert wrote: > Hi David, > > The current converter implementation actually has (so

Re: [Converter] Map -> Object with generics

2016-08-24 Thread David Bosschaert
Hi David, The current converter implementation actually has (some) support for this already via the TypeReference-based APIs. Basically this generic information is preserved if you create a subclass for your type, and the way to do this is by creating an (anonymous) TypeReference subclass. You ca

[Converter] Map -> Object with generics

2016-08-24 Thread David Leangen
Hi! I’m having a bit of trouble, so am fishing for ideas. Maybe there is a simple answer. If I convert from Map—>DTO, and the DTO has in its tree a generic field, how can I tell the converter the correct type so that it does not get converted as a Map? Example: BottomDTO { public String a

[jira] [Commented] (FELIX-5332) Serializer

2016-08-24 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435136#comment-15435136 ] David Bosschaert commented on FELIX-5332: - Hi [~dleangen], I just reopened the iss

[jira] [Reopened] (FELIX-5332) Serializer

2016-08-24 Thread David Bosschaert (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert reopened FELIX-5332: - > Serializer > -- > > Key: FELIX-5332 > URL: https://i

[jira] [Commented] (FELIX-5332) Serializer

2016-08-24 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435109#comment-15435109 ] David Leangen commented on FELIX-5332: -- Hmmm. Maybe I should not have acted so quickl

[jira] [Created] (FELIX-5334) Problem with modifying manifest fields with Bundle plugin

2016-08-24 Thread Aleksei Ezhov (JIRA)
Aleksei Ezhov created FELIX-5334: Summary: Problem with modifying manifest fields with Bundle plugin Key: FELIX-5334 URL: https://issues.apache.org/jira/browse/FELIX-5334 Project: Felix Issue

[jira] [Closed] (FELIX-5332) Serializer

2016-08-24 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen closed FELIX-5332. Resolution: Won't Fix > Serializer > -- > > Key: FELIX-5332 >

[jira] [Commented] (FELIX-5332) Serializer

2016-08-24 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435023#comment-15435023 ] David Leangen commented on FELIX-5332: -- On second thought, probably this is not a com

[jira] [Created] (FELIX-5333) Saving the Web Console configuration makes the Console unaccessible

2016-08-24 Thread Niels Schroeter (JIRA)
Niels Schroeter created FELIX-5333: -- Summary: Saving the Web Console configuration makes the Console unaccessible Key: FELIX-5333 URL: https://issues.apache.org/jira/browse/FELIX-5333 Project: Felix

[jira] [Updated] (FELIX-5332) Serializer

2016-08-24 Thread David Leangen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Leangen updated FELIX-5332: - Attachment: diff-serializer.txt > Serializer > -- > > Key: FELIX-5332 >

Re: [Converter] Serializer

2016-08-24 Thread David Leangen
Hi, I thought it would be easier to base this on some code, so I submitted a patch to get us started: https://issues.apache.org/jira/browse/FELIX-5332 Cheers, =David > On Aug 24, 2016, at 6:07 AM, David Leangen wrote: > > > Hi David

[jira] [Created] (FELIX-5332) Serializer

2016-08-24 Thread David Leangen (JIRA)
David Leangen created FELIX-5332: Summary: Serializer Key: FELIX-5332 URL: https://issues.apache.org/jira/browse/FELIX-5332 Project: Felix Issue Type: New Feature Components: Conver

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

2016-08-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-5309: Fix Version/s: http.sslfilter-1.1.2 > SslFilter: sendRedirect does not support deliberate pr

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

2016-08-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-5309: --- Assignee: Carsten Ziegeler > SslFilter: sendRedirect does not support deliberate prot

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

2016-08-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-5309. - Resolution: Fixed > SslFilter: sendRedirect does not support deliberate protocol changes o