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

Upgrade javaparser-core to 3.23.0 #1106

Merged
merged 4 commits into from
Aug 27, 2021

Conversation

nbauernfeind
Copy link
Member

@nbauernfeind nbauernfeind commented Aug 23, 2021

I would like to be able to use a dependency that requires a more modern version of javaparser.

This PR upgrades javaparser from 2.0.0 to 3.23.0. (Yay! 🥳)

Note that the nightly CI actions pass.

Fixes #1070

@nbauernfeind nbauernfeind changed the title Upgrade javaparser-core to 3.22.1 Upgrade javaparser-core to 3.23.0 Aug 27, 2021
rcaudy
rcaudy previously approved these changes Aug 27, 2021
expr.accept(new ColumnExpressionValidator(), null);
//now that we finally have the AST...
//check method and constructor calls that weren't already checked
if (!result.isSuccessful()) {
Copy link
Member

Choose a reason for hiding this comment

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

Can this actually happen without throwing a PPE?

@nbauernfeind nbauernfeind merged commit 404d5fd into deephaven:main Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade JavaParser
2 participants