Skip to content

Releases: ikvmnet/ikvm-maven

1.6.8

05 Feb 20:12
37f5dce
Compare
Choose a tag to compare

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

09 Jan 17:29
Compare
Choose a tag to compare
  • Fix issue parsing security-settings.xml

Full Changelog: 1.6.6...1.6.7

1.6.6

07 Jan 19:29
Compare
Choose a tag to compare
  • Fix failure on missing security-settings.xml.

Full Changelog: 1.6.5...1.6.6

1.6.5

14 Dec 18:16
Compare
Choose a tag to compare
  • Populate provided servers with authentication information to allow login.

Full Changelog: 1.6.4...1.6.5

1.6.4

12 Dec 20:23
Compare
Choose a tag to compare
  • 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

11 Dec 01:47
Compare
Choose a tag to compare
  • 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

04 Dec 00:44
b59be14
Compare
Choose a tag to compare

What's Changed

  • Runtime dependencies not copied to output by @wasabii in #43
  • Fix user settings resolution by @wasabii in #45

Full Changelog: 1.6.1...1.6.2

1.6.1

01 Nov 17:07
Compare
Choose a tag to compare
  • Fixes #19: cap version at 65535

1.6.0

30 Oct 13:46
Compare
Choose a tag to compare

Update to IKVM 8.7.0.

1.6.0-pre.2

29 Oct 18:40
Compare
Choose a tag to compare
For now we're just going to disable Unix tests. Buildalyzer is lockin…