Ola Sundell
Ola Sundell
As you mentioned, this is clearly an issue with the webup8team oracle-java8-installer. I'm currently trying to get hold of Alin Andrei, the maintainer.
No, you just need to set an extra cookie. If you add `.oracle.com TRUE / FALSE 1508402404 oraclelicense accept-securebackup-cookie` to your cookies, it works.
The Dockerfile variant in the examples is, IMNSHO, something which can be improved upon. Immensely.
That's why I use lombok, I really dislike all that boilerplate code needed.
I managed a not-fugly workaround, which could probably be improved: ``` assertThrows { (await withPollInterval ONE_HUNDRED_MILLISECONDS).atMost(ONE_SECOND).until { try { check.check() false } catch (e: CacheDiscrepancyException) { true } } }...
Sorry, I've been away at Kotlinconf so I haven't been able to give your comment the serious answer it merits. 1. I think `untilThrown` is a good name, given the...
We're also seeing this issue, quite a few years have gone by now. Any plans on fixing it? We're using version `5.3.0`.
@klippx thank you for your wonderful explanation. We terminated work on our CJS -> ESM conversion after only a few hours, instead of spending days on trying to fix our...