ken_kentan

Results 6 issues of ken_kentan

## :writing_hand: Describe the bug We faced JDK 17 compatibility issue that already fixed by https://github.com/ChuckerTeam/chucker/pull/1025 But this fix is not available either sonatype and JitPack. I quickly checked the...

Hello/bonjour, ## What? I update `Testing.kt`'s package reference from old to new package name ## Why? The package `com.nhaarman.mockitokotlin2:mockito-kotlin` was moved to `org.mockito.kotlin:mockito-kotlin` ## How? Update group name from `com.nhaarman.mockitokotlin2`...

size/S

Fix #371 Nashorn Engine were removed in Java 15 and Minecraft 1.17 required Java 16. So we have to add Nashorn Engine manually.

``` [17:48:20] [Shop Updater/WARN]: Exception in thread "Shop Updater" java.util.ConcurrentModificationException [17:48:20] [Shop Updater/WARN]: at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) [17:48:20] [Shop Updater/WARN]: at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967) [17:48:20] [Shop Updater/WARN]: at ShopChest-1.13-SNAPSHOT.jar//de.epiceric.shopchest.nms.Hologram.togglePlayer(Hologram.java:140) [17:48:20] [Shop Updater/WARN]: at ShopChest-1.13-SNAPSHOT.jar//de.epiceric.shopchest.nms.Hologram.showPlayer(Hologram.java:92)...

Minecraft 1.17.x required Java 16. JS engine were removed in Java 15. I found a lot of warning spam in console when I run this plugin in Java 16. ```...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...

bug