I have downloaded and tested the latest snapshot , JRecord_Version_0.90.4_Snapshot and still get the same issue when generating the JAXB classes. I have pasted the command and output in here. Maybe I am doing something wrong. I still see depenency on JAXB classes as soon as I compile on Java 11.
C:\Users\myuser\git\springboot\bureauhubpcce\scripts>java -jar C:/Development/Cobol/JRecord_Version_0.90.4_Snapshot/lib/JRecordCodeGen.jar -Template lineWrapper -package my.package.out -Schema ..\src\main\resources\templates\KBPCEHUB.cpy -FileOrganisation Text -split 01 -outputDirectory ..\src\main\java
Error: Unable to initialize main class net.sf.JRecord.cg.Generate
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
this is my java version
C:\Users\myuser\git\springboot\bureauhubpcce\scripts>java -version
java version "11.0.7" 2020-04-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)
Anonymous
I have update JRecord_Version_0.90.4_Snapshot.zip with a new codegen jar