chaokunyang opened a new pull request, #3553:
URL: https://github.com/apache/fory/pull/3553

   ## Summary
   - reserve optional internal SQL type ids and serializer metadata by 
qualified class name without loading the target class during bootstrap
   - move optional SQL serializer access behind reflective helpers so startup 
does not touch `java.sql` unless those classes are actually used
   - add a JPMS regression test for building without `java.sql` and preserve 
time ref-tracking behavior for lazy serializer registrations
   
   ## Testing
   - mvn -T4 -pl fory-core -am -DskipTests compile
   - mvn -T4 -pl fory-core 
-Dtest=org.apache.fory.serializer.TimeSerializersTest 
-Dsurefire.failIfNoSpecifiedTests=false test
   - mvn -T4 -pl fory-core -Dtest=org.apache.fory.JpmsOptionalClassLoadingTest 
-Dsurefire.failIfNoSpecifiedTests=false test
   
   Fixes #1695


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to