Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps IKVM from 8.1.5717.0 to 8.3.2.

Release notes

Sourced from IKVM's releases.

8.3.2

Missing RMI stubs. Fixes #209

Full Changelog: ikvmnet/ikvm@8.3.1...8.3.2

8.3.1

Fix for SSL support.

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

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
  • 4c3eee4 Merge branch 'hotfix/8.3.2'
  • 6ac2636 fixes #209
  • 55dd6f2 RMI stubs were not building. Looks like rmic was hard coded to current %PATH%...
  • ed43293 Needs Unsafe.
  • ac66ffb Merge branch 'hotfix/8.3.1'
  • 51f7fc9 Added on accident.
  • f538d05 Imags removes .NET 6 today, for some reason.
  • e8285a0 Images removed .NET 6 today. For some reason.
  • d574bb3 Needs to be available as both names.
  • 1889d75 oOPS.
  • 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.2.
- [Release notes](https://github.com/ikvm-revived/ikvm/releases)
- [Commits](ikvmnet/ikvm@8.1.5717...8.3.2)

---
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 18, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #67.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/nuget/IKVM-8.3.2 branch November 21, 2022 02:27
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