Skip to content

Update generated classes using last public version of JNetReflector after commit 82c2a0b#1513

Merged
masesdevelopers merged 6 commits intorelease/2.9.Xfrom
create-pull-request/patch-82c2a0b
Apr 9, 2026
Merged

Update generated classes using last public version of JNetReflector after commit 82c2a0b#1513
masesdevelopers merged 6 commits intorelease/2.9.Xfrom
create-pull-request/patch-82c2a0b

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 9, 2026

Automated changes by GitHub action, fix #92

@github-actions github-actions bot added .NET Pull requests that update .net code enhancement New feature or request java Pull requests that update Java code labels Apr 9, 2026
@github-actions github-actions bot requested a review from masesdevelopers April 9, 2026 18:51
}
finally { resetter.Dispose(); }
finally { System.GC.ReRegisterForFinalize(resetter); }
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open an issue on JNet since the removal of IDisposable broken the GC expectation to reach the finally block to execute something on the object before retire it. The missing Dispose method is replaced with a sequence SuppressFinalize/ReRegisterForFinalize that is more verbose

@masesdevelopers masesdevelopers merged commit 75ec438 into release/2.9.X Apr 9, 2026
15 checks passed
@masesdevelopers masesdevelopers deleted the create-pull-request/patch-82c2a0b branch April 9, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request java Pull requests that update Java code .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant