Releases: ikvmnet/ikvm-maven
Releases · ikvmnet/ikvm-maven
1.6.8
First upgrade to more modern Maven version, since IKVM now supports the underlying atomic operations.
- Update to IKVM 8.7.5
- Upgrade Maven to 3.9 and Maven Resolver to 1.9. This release relies on atomic locking, and thus requires an IKVM update to implement atomic locking on OS X and Linux.
- Reduce logging level.
- Fix possible secondary Maven transitive dependency ordering described by #50, but not itself #50.
Full Changelog: 1.6.7...1.6.8
1.6.7
- Fix issue parsing security-settings.xml
Full Changelog: 1.6.6...1.6.7
1.6.6
- Fix failure on missing security-settings.xml.
Full Changelog: 1.6.5...1.6.6
1.6.5
- Populate provided servers with authentication information to allow login.
Full Changelog: 1.6.4...1.6.5
1.6.4
- Using System.Text.Json instead of Newtonsoft. This gets us a little more speed.
- No more formatting, I had left it indented for ease of debugging, but that period has past.
- Increased max depth count to something that won't break stack, but is also higher than we would expect to get in Maven (1024).
- Added reference preservation to cache file. No longer will duplicate objects be emitted repeatidly. DependencyNodes and Artifacts and Dependencies will be referenced with $id and $ref. Shortens the JSON file.
1.6.3
- Implement internal SLF4J logging from Aether to make debugging easier.
- Enable TaskHostFactory on Core now, since it is available in SDK 6.
- Update to IKVM 8.7.3. Should fix error with running on win-x86.
- Use IKVM.NET.Sdk for Java code compilation.
Full Changelog: 1.6.2...1.6.3
1.6.2
1.6.1
1.6.0
1.6.0-pre.2
For now we're just going to disable Unix tests. Buildalyzer is lockin…