dmfs/oauth2-essentials

Upgrade to org.dmfs:httpurlconnection-executor:1.x.x

ghilainm opened this issue · 3 comments

The new version httpurlconnection-executor is not compatible with the latest version of oauth2-essentials.

java.lang.NoSuchMethodError: 'org.dmfs.jems.optional.Optional org.dmfs.httpessentials.client.HttpResponseEntity.contentType()'

dmfs commented

Good point. I'll take care of that.

dmfs commented

I just checked, the latest version of the httpurlconnection-executor is actually 0.20. I see there is a version 1.16.2 on Maven Central. Not sure how that came into being. Must have been a mistake. I'll think of a way to resolve that. Unfortunately there is no way to remove that version from Maven Central. I might have to publish a version newer than that.

@dmfs We just ran into this issue as we implemented Renovate Bot (dependency updater), which automatically bumped the version of that lib to 1.16.2. Would it be possible to release a version newer than that, as you suggested above? Thanks! 🙏🏼