Commit Graph

18 Commits

Author SHA1 Message Date
bbd6251bb2 Fixed bug with service providers under JPMS
Modules that are service providers are not required by any other modules, this causes them to be ignored by
`Configuration.resolve` and not included in the module layer
2022-09-01 13:07:08 +08:00
0b4b2882b0 switch to lys-catalog 2022-09-01 12:38:23 +08:00
40bd8e71bd fixed issue with URL stream handler 2022-08-05 15:35:55 +08:00
2516139a31 fixed JPMS bug 2022-07-01 04:36:02 +08:00
2b8e150949 added library toc file 2022-06-30 21:09:17 +08:00
6f294d4dd7 fixed bug with resource handling 2022-06-27 17:21:23 +08:00
01ff2bae71 added support for Java 8 2022-06-27 01:23:58 +08:00
6ded50d682 removed custom URLStreamHandlerFactory 2022-05-12 00:00:47 +08:00
662d77d3cd added extension classloader to classloader's hierarchy 2022-05-10 15:11:02 +08:00
24eea81a06 added custom URL scheme 2022-05-10 11:57:38 +08:00
bedff34ecf added system properties support 2022-03-16 23:05:23 +08:00
7ec91ed870 fixed JPMS support 2022-03-16 13:52:58 +08:00
ae7ed05ad5 bugfix
manifest retrieval is unreliable when multiple manifests files are on the classpath
2022-02-02 20:03:39 +08:00
fafbf178b1 JavaAgent's agentmain method declared public 2022-01-30 16:21:11 +08:00
1a47d2956e upgraded bytecode to Java 11 2022-01-16 19:27:57 +08:00
7f8557541a added Jenkinsfile 2022-01-15 18:46:29 +08:00
5aea49219f project renamed envelope 2022-01-15 18:46:28 +08:00
9f085af24a initial commit 2022-01-15 18:46:28 +08:00