Re: Migrating WhitespaceTokenizerFactory from 8.2 to 9.4

2022-10-31 Thread Gus Heck
Based on what Uwe says, if your problem does relate to shade but you need to package things in a single executable jar, https://github.com/nsoft/uno-jar (my fork of the old OneJar utility) might work better for since it never unpacks any jar file, but instead teaches java how to treat an overall ja

Re: Migrating WhitespaceTokenizerFactory from 8.2 to 9.4

2022-10-29 Thread Uwe Schindler
Hi, we can't help you here without a full source code and your build system setup. Generally those errors only happen if you are using some shading or any other tool that creates UBER JARs. E.g. for Maven's UBER JARS you need to add the some resource ransformers, so it includes all necessary