Michael Osipov
Michael Osipov
If I don't here any objections I will merge this by end of week.
This draft includes these languages: "bash.js" "bash.min.js" "diff.js" "diff.min.js" "java.js" "java.min.js" "json.js" "json.min.js" "powershell.js" "powershell.min.js" "shell.js" "shell.min.js" "xml.js" "xml.min.js"
@kwin, do you want to work on this? Before 2.0.0 GA? I won't be able to do so because it requires some significant amount of time.
Correct, that'd MIT only.
Will happily review in the next couple of days.
Your project is ill-designed. Why are you using Maven Shade Plugin with the Spring Boot Maven Plugin? Both do repackage the target artifact. Since the Spring Boot Maven Plugin creates...
> > Your project is ill-designed. Why are you using Maven Shade Plugin with the Spring Boot Maven Plugin? Both do repackage the target artifact. Since the Spring Boot Maven...
> [@michael-o](https://github.com/michael-o) Did you try it without it ? 
I'd prefer to have a native-free JAR first. In my case I have the native library locally installed for the loader, thus no need to constantly extract it.
> I have made a rudimentary port of sqlite-jdbc from JNI to FFM (Java 22+) with no bundled native libraries (there are some other changes as well): https://github.com/Nnnes/sqlite-jdbc-ffm > >...