Skip to content
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

Add a currently-failing test for Java records and @Ignore it. #2203

Merged
merged 7 commits into from
Sep 27, 2022

Conversation

eamonnmcmanus
Copy link
Member

@eamonnmcmanus eamonnmcmanus commented Sep 27, 2022

Also do the Maven gymastics required to ensure that this test only compiles on Java versions ≥17. (It would also work on Java 16, but 17 is all we have in the CI.)

Fix some compilation problems I saw when running locally, which for some reason don't show up in the CI.

Also do the Maven gymastics required to ensure that this test only runs on Java
versions ≥17. (It would also work on Java 16, but 17 is all we have in the CI.)

Fix some compilation problems I saw when running locally, which for some reason
don't show up in the CI.
We may fix these later. (Every test will need an explicit constructor!)
pom.xml Show resolved Hide resolved
@eamonnmcmanus
Copy link
Member Author

I think this is close enough now. Thanks for the feedback, @Marcono1234! We can tweak further as needed.

@eamonnmcmanus eamonnmcmanus merged commit 441406c into google:master Sep 27, 2022
@eamonnmcmanus eamonnmcmanus deleted the recordtest branch September 27, 2022 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants