Skip to content

Add ActivatePeer to JniValueManager #784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 28, 2021
Merged

Conversation

radekdoulik
Copy link
Member

@radekdoulik radekdoulik commented Jan 21, 2021

Context: dotnet/android#5400

To allow different implementation of creating the activator/constructor
methods on desktop and mobile.

The goal is to avoid using SLE in mobile version, to improve linking.

To allow different implementation of creating the activator/constructor
methods on desktop and mobile.

The goal is to avoid using SLE in mobile version, to improve linking.
@radekdoulik
Copy link
Member Author

radekdoulik commented Jan 21, 2021

The do-not-merge label is added because merging needs to be done together with dotnet/android#5530

@@ -28,3 +28,10 @@
"814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0" +
"d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b" +
"2c9733db")]
[assembly: InternalsVisibleTo (
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm torn between accepting this, or just copying the JniLocationException type into Java.Runtime.Environment.dll to avoid the InternalsVisibleTo… :-/

And pass `ConstructorInfo` instead of types information.
Base automatically changed from master to main January 22, 2021 20:46
@jonpryor jonpryor merged commit cba6137 into main Jan 28, 2021
@jonpryor jonpryor deleted the rodo-pr-add-ActivatePeer branch January 28, 2021 16:11
@jpobst jpobst added this to the 11.2 (16.10 / 8.10) milestone Feb 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants