IOhacker commented on code in PR #4584:
URL: https://github.com/apache/fineract/pull/4584#discussion_r2045261664
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/serialization/GoogleGsonSerializerHelper.java:
##########
@@ -105,7 +105,7 @@ public static GsonBuilder createGsonBuilder() {
public static void registerTypeAdapters(final GsonBuilder builder) {
builder.registerTypeAdapter(java.util.Date.class, new DateAdapter());
builder.registerTypeAdapter(LocalDate.class, new LocalDateAdapter());
- // NOTE: was missing, necessary for GSON serialization with JDK 17's
restrictive module access
+ // NOTE: was missing, necessary for GSON serialization with JDK 21's
restrictive module access
Review Comment:
I have notice the behaviour since JDK 17 exception thrown is "unnamed module"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]