From e71d52be8a6c0671a8691a30a5b82971be6471e6 Mon Sep 17 00:00:00 2001 From: Tour Date: Thu, 4 Dec 2025 04:00:03 +0100 Subject: [PATCH] USe ASM 9.8 with Java 25 --- pom.xml | 9 +++++++++ .../java/com/auction/DatabaseService.java | 2 +- .../com/auction/ImageProcessingService.java | 8 +++++++- .../auction/ImageProcessingServiceTest.java | 19 +++++++++++++++---- 4 files changed, 32 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1b379ed..f745ab7 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,15 @@ org.apache.maven.plugins maven-surefire-plugin 3.2.5 + + + + + -Dnet.bytebuddy.experimental=true + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED + +