Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps IKVM from 8.1.5717.0 to 8.3.0.

Release notes

Sourced from IKVM's releases.

8.3.0

A major change this release is the replacement of the VFS with IKVM.Image.JRE and IKVM.Image.JDK. These two packages lay out a full JRE or JDK installation directory alongside the IKVM assemblies, making it possible to run java applications which expect the existence of javac.exe, java.exe, javah.exe, and the rest of the tools.

A JDK image is distributed as a standalone artifact, which should be substitutable for a standard JAVA_HOME.

The introduction of IKVM.NET.Sdk, a MSBuild SDK package that supports building .java files directly into .NET assemblies. The IKVM.NET.Sdk line can be put into your .csproj or .msbuildproj file, and then .java files in your project's Compile target are built into an assembly. You can build .java files into .NET assemblies directly inside Visual Studio.

What's Changed

New Contributors

Full Changelog: ikvmnet/ikvm@8.2.1...8.3.0

8.3.0-prerelease.395

A major change this release is the replacement of the VFS with IKVM.Image.JRE and IKVM.Image.JDK. These two packages lay out a full JRE or JDK installation directory alongside the IKVM assemblies, making it possible to run java applications which expect the existence of javac.exe, java.exe, javah.exe, and the rest of the tools.

Additionally, a JDK image is distributed as a standalone artifact, which should be substitutable for a standard JAVA_HOME.

Second, the introduction of IKVM.NET.Sdk, a MSBuild SDK package that supports building .java files directly into .NET assemblies. The IKVM.NET.Sdk line can be put into your .csproj or .msbuildproj file, and then .java files in your project's Compile target are built into an assembly.

What's Changed

... (truncated)

Commits
  • 43c382f Merge branch 'release/8.3.0'
  • 847eeb1 Was incorrectly packing content-only files resulting in packages which contai...
  • cd7424b Failed due to certificate
  • c4f38f6 Oops.
  • daf9626 This test is a bit broken.
  • c73b2e0 Outputting into wrong path.
  • 0d59ce5 Merge branch 'release/8.3.0'
  • 106c65d Update README.md
  • 0c4564e Update README.md
  • 7b018ad Fix LibProjectReference skipping projects with duplicate identities.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [IKVM](https://github.com/ikvm-revived/ikvm) from 8.1.5717.0 to 8.3.0.
- [Release notes](https://github.com/ikvm-revived/ikvm/releases)
- [Commits](ikvmnet/ikvm@8.1.5717...8.3.0)

---
updated-dependencies:
- dependency-name: IKVM
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2022

Superseded by #66.

@dependabot dependabot bot closed this Nov 18, 2022
@dependabot dependabot bot deleted the dependabot/nuget/IKVM-8.3.0 branch November 18, 2022 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant