After a bit of a struggle with maven central, we'v...
# http4k
d
After a bit of a struggle with maven central, we've released v3.22.2 of http4k. New in this release: - A new OAuth module http4k-security-oauth, allowing for super simple integration with OAuth providers. Including pre configured instances for popular services like Google, Dropbox and Auth0 - Rewrite of static resource loaders to remove dependencies on javax.activation - previously this broke when upgrading to java 9 and above - Squashed a weird header bug with the Apache client which broke f5 load balancers.
👏 1
e
Regarding the struggle with Maven central, have you considered enabling automatic artifact publishing via Jitpack? (https://jitpack.io/) Consumers of your library would have to add the Jitpack Maven repo to their Maven settings or pom
d
we've already got maven and bintray (jcenter) - lots of people using the lib can only get stuff from MC, so using JitPack wouldn't get us any further
e
hmmm... I see