Nils Wöhler
Nils Wöhler
The issue seems to be more related to the Spring Boot jar launcher than to the Jackson mapper library. I've created a very minimal test [with Java 11 but without...
I investigated a bit more and it seems to be an issue with the call to `ServiceLoader.load()` in `javax.money.spi.Bootstrap`. When called in a parallel stream within a Spring Boot jar...
Looks like the same issue to me that we had as well in JavaMoney/jsr354-ri#331. In your prototype you do the initial call the Moneta within a [parallel stream](https://github.com/iakunin/moneta-concurrent-init/blob/master/src/main/java/dev/iakunin/monetaconcurrentinit/MonetaTestApplication.java#L43). Somehow it...
Tested with the repository referenced in https://github.com/JavaMoney/jsr354-ri/issues/331. The PR fixes the issue :+1:
I'm afraid not working in the payment industry anymore and cannot answer this. But if I remember correctly we did upgrade to a more recent version and were using java11...
We faced the same problem as we also use the Nebula provided plugin. I think the problem with approach two is that you do not exclude transitive dependencies of the...
Having the same problem. Wifi works fine, ethernet stops working after a few minutes. Also on a ROG mainboard: ``` Base Board Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: ROG...
Same here. Same error occurs when trying to go back to the main menu. I assume storing an autosave is broken somehow. ps: Awesome game, thank you!
Tested with latest `master` and it is working again, thanks for the quick fix 🎉