Re: Getting rid of the dependency on java-xmlbuilder

2021-02-26 Thread ForgeRock
I will convert the s3 code to only use the standard JDK APIs since it's the preferred approach. Thanks for your answers. Le ven. 26 févr. 2021 à 13:39, Andrew Gaul a écrit : > On Thu, Feb 25, 2021 at 09:59:55AM +0100, Jean-Noėl Rouvignac (ForgeRock) > wrote: > > 3. I could directly use the

Re: Getting rid of the dependency on java-xmlbuilder

2021-02-26 Thread Andrew Gaul
On Thu, Feb 25, 2021 at 09:59:55AM +0100, Jean-Noël Rouvignac (ForgeRock) wrote: > 3. I could directly use the `javax.xml` and `org.w3c.dom` APIs of the JDK. > > Please let me know what approach you prefer and I'll try to do it. It would be great if you could use java.xml! Reducing dependencies

Re: Getting rid of the dependency on java-xmlbuilder

2021-02-25 Thread Ignasi Barrera
On Thu, Feb 25, 2021 at 10:00 AM Jean-Noël Rouvignac (ForgeRock) < jean-noel.rouvig...@forgerock.com> wrote: > Hello! > > I am coming back on this subject that I originally suggested here: > https://github.com/apache/jclouds/pull/93#issuecomment-762705311 > > Here is my original message: > > BTW