Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Alex Soto
I hear you Tim, and I appreciate you taking a moment to help me. I really am no expert on the the inner workings of these technologies (merely trying to move forward my application), but it seems to me that if JAX-RS was conceived to work on top of Servlet, there should have been a way to

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Tim Ward
As with most Open Source Software efforts, it’s an all volunteer army. I haven’t personally needed to use file upload with JAX-RS, and it’s possible that few of the other users of Aries JAX-RS have either. At least one person seems to have it working (based on the GitHub bug you’ve seen), but

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Alex Soto
Hi Tim, Thank you for the feedback. Yes, I understand the @MultipartConfig is in the Servlet Spec, I only added it at the suggestion of others in this thread. It clearly is not doing anything, as you say. Regarding the @Protected annotation, it is irrelevant to the problem, that is just a

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Tim Ward
Hello, Having seen the class included in this email chain I can see that your example is actually quite complex, and that a couple of things you’re trying to do may not be working as you expect: Firstly, the @MultipartConfig annotation is from the Servlet specification, and has no meaning in

Re: Karaf 4.3.0: Bundles don't resolve because of unsatisfied java.* packages

2020-12-03 Thread Jean-Baptiste Onofre
Hi Scott, I’m not able to reproduce your issue (neither on MacOS or Linux (Debian, Ubuntu), nor on Jenkins). I tested with adatjdk and oracle jdk. I will download test with OpenJDK (it should be pretty close to Adapt). Regards JB > Le 3 déc. 2020 à 16:04, Leschke, Scott a écrit : > > Hi

RE: Karaf 4.3.0: Bundles don't resolve because of unsatisfied java.* packages

2020-12-03 Thread Leschke, Scott
Hi JB, I’m curious if you have any info on the issue below. I tested using HotSpot and got the same result. As I’ve mentioned, I find this particularly perplexing as one of the packages that gets flagged is java.lang. Is there anything you’d like me to try on my end regarding this? Scott

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Alex Soto
Yes, of course, I will write you to your email. Best regards, Alex soto > On Dec 3, 2020, at 7:45 AM, Jean-Baptiste Onofre wrote: > > Hi Alex, > > Not yet started, I will take investigate tonight. > > By the way, any chance we can do direct chat together (to move forward > faster) ? > >

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Jean-Baptiste Onofre
Hi Alex, Not yet started, I will take investigate tonight. By the way, any chance we can do direct chat together (to move forward faster) ? Regards JB > Le 3 déc. 2020 à 13:34, Alex Soto a écrit : > > Hi JB, > > Did you have a chance to look into this? It is starting become a blocker in

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-03 Thread Alex Soto
Hi JB, Did you have a chance to look into this? It is starting become a blocker in our project, so if there is workaround or any hints, I will appreciate it. Best regards, Alex soto > On Dec 1, 2020, at 9:03 AM, Jean-Baptiste Onofre wrote: > > Don’t worry, I will update the