A number of opinonated helper projects.
Publishing
All projects are published in my github packages repo
repositories {
maven { url "https://maven.pkg.github.com/skiedrowski/sktooling" }
}
dependencies {
implementation "com.github.skiedrowski.tools.sktooling:kotlin-tools:$ver.kotlin_toole"
implementation "com.github.skiedrowski.tools.sktooling:cdi-properties:$ver.cdi_properties"
implementation "com.github.skiedrowski.tools.sktooling:rest-authentication:$ver.rest_authentication"
implementation "com.github.skiedrowski.tools.sktooling:rest-exceptionmapper:$ver.rest_exceptionmapper"
}
Kotlin Tools
Written in Kotlin but usable in any JVM language
CDI Properties
Allows injecting properties files into CDI Beans
REST Exceptionmapper
Defines commonly used exception mappers for REST Resources
REST Authentication
Easy integration of REST Authentication into JAX-RS