New
v0.7.2
What's Changed
- Update readme by @github-actions[bot] in https://github.com/cmu-pasta/fray/pull/359
- Fix fray crash when lock.unlcok called by a wrong owner by @aoli-al in https://github.com/cmu-pasta/fray/pull/360
- Fix memory leak with FrayClassLoader by @aoli-al in https://github.com/cmu-pasta/fray/pull/361
- Fix thread.setName deadlock by @aoli-al in https://github.com/cmu-pasta/fray/pull/362
- Fix wrong instrumented class returned for classes with the same name in different jar files by @aoli-al in https://github.com/cmu-pasta/fray/pull/363
- Add agents.md by @aoli-al in https://github.com/cmu-pasta/fray/pull/364
- Add spotless by @aoli-al in https://github.com/cmu-pasta/fray/pull/365
- Also skip
FrayTesttests when using non-Fray JVM by @aoli-al in https://github.com/cmu-pasta/fray/pull/366 - Add extra field to track the owner of reentrant read write locks. by @aoli-al in https://github.com/cmu-pasta/fray/pull/368
- Add option to disable classloader reset to improve performance by @aoli-al in https://github.com/cmu-pasta/fray/pull/369
- Better path handling and allow redirecting stdout to a file by @aoli-al in https://github.com/cmu-pasta/fray/pull/370
- Fix urls by @aoli-al in https://github.com/cmu-pasta/fray/pull/371
- Use
findResourceinFrayClassLoaderto load resources. by @aoli-al in https://github.com/cmu-pasta/fray/pull/372 - Add editorconfig by @aoli-al in https://github.com/cmu-pasta/fray/pull/373
- Add option to terminate all threads after main exits by @aoli-al in https://github.com/cmu-pasta/fray/pull/375
- Add option to config time increment delta. by @aoli-al in https://github.com/cmu-pasta/fray/pull/376
- Fix Fray bin wrapper wrong classpath by @aoli-al in https://github.com/cmu-pasta/fray/pull/377
Full Changelog: https://github.com/cmu-pasta/fray/compare/v0.7.1...v0.7.2