What's Changed
- Add java.net.HttpURLConnection to JavaNet by @marcprux in #782
- Add regression coverage for overloaded initializer Java names by @tiennguyen2310 in #781
- Stable wrap-java output (don't reorder noise) and regenerate Stdlib by @ktoso in #784
- Various attempts to speed up CI by @ktoso in #785
- Fix: Identity equality for non
Equatableclases. by @madsodgaard in #787 - IDE/build: improve source set registration so IDEs can find them by @ktoso in #788
- Initial SwiftExtract version - a reusable Swift analysis module by @ktoso in #774
- Drop --enable-preview, we don't need it anymore by @ktoso in #791
- fail eagerly when missing JavaObject mapping by @tiennguyen2310 in #789
- jextract: Skip generating specialization for generic enum types by @sidepelican in #792
- jextract/jni: Add code generation support for URL type by @sidepelican in #795
- Commit workaround for LSP lazy indexing issues by @ktoso in #796
- Cleanup: parseAsRoot is no longer async by @ktoso in #797
- Derive Maven version from git describe by @ktoso in #794
- [CodePrinting] add printGuardBlock by @ktoso in #798
- CodePrinting: make CodePrinter generic over a Language type by @ktoso in #799
- Use suppressed exceptions to provide detailed library loading errors by @sidepelican in #800
- SwiftExtract: fix subscript label handling by @ktoso in #801
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #802
- SwiftExtract: Implement lookForGenericParameters logic by @ktoso in #803
- [SwiftExtract] Handle InlineArray<N, T> and not just [N of T] by @ktoso in #804
- SwiftExtract: fix compiler version check for @nonexhaustive by @cobbal in #805
New Contributors
Full Changelog: 0.4.1...0.4.2