Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps IKVM from 8.1.5717.0 to 8.3.3.

Release notes

Sourced from IKVM's releases.

8.3.3

What's Changed

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

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.

... (truncated)

Commits
  • cb6edad Merge pull request #215 from ikvm-revived/hotfix/8.3.3
  • 4223709 Disable symbol output on ~Windows. Doesn't work.
  • 3ef3ecd Test IKVM.NET.Sdk on Linux. This should work, and prevent reoccurances.
  • 18eb839 Resolve inline task using Path.Combine to ensure we don't end up with a backs...
  • 7a6ad87 Enable MSBuild tests on Linux. These SHOULD work at this point.
  • 8683e0a closes #213
  • 96ada93 Make custom task factory different based on Core or !Core runtime. Apparently...
  • 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%...
  • 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.3.
- [Release notes](https://github.com/ikvm-revived/ikvm/releases)
- [Commits](ikvmnet/ikvm@8.1.5717...8.3.3)

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

dependabot bot commented on behalf of github Dec 7, 2022

Superseded by #68.

@dependabot dependabot bot closed this Dec 7, 2022
@dependabot dependabot bot deleted the dependabot/nuget/IKVM-8.3.3 branch December 7, 2022 02:02
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