abysas
Results
2
issues of
abysas
The [example](https://guides.github.com/features/mastering-markdown/) requires: - to "package Waffle JARs, including waffle-jna-1.8.1.jar, guava-19.0.jar, jna-4.2.2.jar, jna-platform-4.2.2.jar, slf4j-1.7.21.jar and waffle-jaas.jar **in the application's lib directory** or copy them to Tomcat's lib". - "start Tomcat...
question
chore
I wanted to split configuration interfaces which would share the same property sources and their loading/merging strategy. For that I wanted to define parent interface specifying those sources. Unfortunately in...