Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Fix build and test with modern compilers - #69

Open
louwers wants to merge 1 commit into
mapbox:masterfrom
louwers:master
Open

Fix build and test with modern compilers#69
louwers wants to merge 1 commit into
mapbox:masterfrom
louwers:master

Conversation

@louwers

@louwers louwers commented Jun 5, 2025

Copy link
Copy Markdown

I kept the code changes minimal and instead added some additional flags to ignore new warnings.

I replaced the existing CircleCI workflow with GitHub Actions, testing on all compilers available with the default Ubuntu 24.04 image.

image

Comment thread examples/NativePeer.java
System.out.println("8 - 4 = " + calculator.subtract(8, 4));

// You wouldn't normally use this; it's here to show that the native finalizer does get executed.
System.runFinalizersOnExit(true);

@louwers louwers Jun 5, 2025

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is not available in modern Java versions.

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.

1 participant