Re: Potential removal of JAXB un/marshal extension methods in Groovy 4

2021-03-31 Thread Paul King
On Wed, Mar 31, 2021 at 10:39 PM Mariusz W wrote: > Hi, > Ok for me. I still had to remember to add / copy dependency files from > extras-jaxb. As I understand it will no longer be needed. > Yes, those jars should be added transitively by your build tool if you have groovy-jaxb as dependency and

Re: Potential removal of JAXB un/marshal extension methods in Groovy 4

2021-03-31 Thread Mariusz W
Hi, Ok for me. I still had to remember to add / copy dependency files from extras-jaxb. As I understand it will no longer be needed. Regards, Mariusz On 2021/03/29 06:14:30, Paul King wrote: > Hi folks, > > We have 4 JAXB extension methods which offer a very small enhancement over > the built

Potential removal of JAXB un/marshal extension methods in Groovy 4

2021-03-28 Thread Paul King
Hi folks, We have 4 JAXB extension methods which offer a very small enhancement over the built-in JAXB methods. The way these are packaged causes increased complexity in JDK9+ environments which even today doesn't seem to be handled well by IDEs such as JetBrains' IDEA. Weighing up the minimal val