Thorn Golden
Thorn Golden
I had to copy the data files out of the JAR, repackage them in my own JAR, and extract them to the filesystem at startup. There was no simple workaround.
@katzyn can you expand on what you see the architectural issues as? H2 is ideal for client-side applications where an embedded database is used. We can produce stripped down JREs...
In fact, "blank" does have a precise meaning in the Java ecosystem as I pointed out in my original post -- it should be consistent with the `isBlank` and `isWhitespace`...
@peterdemaeyer understood, and I have updated the linked PR to remain compatible with that JDK. I do think that since we're currently in rampdown for JDK16, that it's reasonable that...
Well...from Travis I learned that Hamcrest still supports Java7, hence why isBlank is not being used. Need to consider a different approach.
@peterdemaeyer looks like the builds have passed again, and the whitespace changes have been made :)