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

Getting rid of the dependency on java-xmlbuilder

2021-02-25 Thread ForgeRock
ml` and `org.w3c.dom` APIs of the JDK. Please let me know what approach you prefer and I'll try to do it. Thanks! Jean-Noel Rouvignac -- ForgeRock values your Privacy <https://www.forgerock.com/your-privacy>

Re: https://issues.apache.org/jira/browse/JCLOUDS-1491

2020-06-03 Thread ForgeRock
if you had any control over the jclouds/jcloudsrepo, and whether you could delete it altogether? Thanks, Jean-Noel Le mer. 3 juin 2020 à 10:08, Jean-Noël Rouvignac (ForgeRock) < jean-noel.rouvig...@forgerock.com> a écrit : > Thank you very much! > We have very recently switched to Guava

Re: https://issues.apache.org/jira/browse/JCLOUDS-1491

2020-06-03 Thread ForgeRock
esting to create a Modernizer custom > violations file with all the removed methods in newer Guava versions: > > https://github.com/gaul/modernizer-maven-plugin > > On Thu, May 28, 2020 at 07:08:15PM +0200, Jean-Noël Rouvignac (ForgeRock) > wrote: > > Great, thank you for y

Re: https://issues.apache.org/jira/browse/JCLOUDS-1491

2020-05-28 Thread ForgeRock
0 at 03:41:53PM +0200, Jean-Noël Rouvignac (ForgeRock) > wrote: > > Hello, > > > > I am looking at https://issues.apache.org/jira/browse/JCLOUDS-1491, and > > specifically the use of deprecated (and now removed) guava APIs in code > > used to support Azure cloud stor

https://issues.apache.org/jira/browse/JCLOUDS-1491

2020-05-28 Thread ForgeRock
Hello, I am looking at https://issues.apache.org/jira/browse/JCLOUDS-1491, and specifically the use of deprecated (and now removed) guava APIs in code used to support Azure cloud storage. If I understand correctly, updating the guava version is a challenge due to dependencies on Apache Karaf.