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

Update dependency com.github.javaparser:javaparser-core to v3.26.2 #24

Open
wants to merge 1 commit into
base: 2.0.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.javaparser:javaparser-core (source) 3.15.14 -> 3.26.2 age adoption passing confidence

Release Notes

javaparser/javaparser (com.github.javaparser:javaparser-core)

v3.26.2

issues resolved

Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.26.1

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.26.0

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.10

issues resolved

Fixed
  • Fix issue 4345 Strange error when trying to find erasure of generic t… (PR #​4362 by @​jlerbsc)
  • fix: issue 4358 prevent infinite cycles with static imports (PR #​4359 by @​kdunee)
  • Refactor ResolvedReferenceType#equals (PR #​4351 by @​freya022)
  • fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface (PR #​4332 by @​jlerbsc)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.9

issues resolved

Added
Changed
Fixed
  • fix: Dead stores should be removed (sonar rule) (PR #​4329 by @​jlerbsc)
  • fix: Replace this if-then-else statement by a single return statement (sonar rule) (PR #​4328 by @​jlerbsc)
  • fix: issue 2043 getAccessSpecifier should return public for interface methods (PR #​4317 by @​jlerbsc)
  • Further improve correction of whitespace during difference application (PR #​4316 by @​jlerbsc)
  • Fix: issue #​3946 Symbol solver is unable to resolve inherited inner classes (PR #​4314 by @​jlerbsc)
  • fix: issue 4311 IllegalStateException when removing all comments with LexicalPreservingPrinter (PR #​4313 by @​jlerbsc)
  • Fix: issue 3939 SymbolResolver.calculateType(Expression) may fails on first try, then succeed on later tries (PR #​4290 by @​jlerbsc)
  • Adds unit test for issue 4284 "ClassCastException when resolving MethodCallExpr inside an enhanced switch statement" (PR #​4285 by @​jlerbsc)
  • Change SwitchStmt to SwitchNode in SwitchEntryContext to avoid ClassCastException (PR #​4283 by @​PalashSharma20)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.8

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.7

issues resolved

Added
  • [GHA] Remove old comment that is no longer valid around jdks and add jdk 17 (PR #​4226 by @​hazendaz)
  • Fix: issue 3833 No enum constant com.github.javaparser.ParserConfiguration.LanguageLevel.JAVA_18 (PR #​4221 by @​jlerbsc)
Changed
  • Refactoring: Move cache features to javaparser-core (PR #​4238 by @​jlerbsc)
  • Fix: removes reference to coveralls plugin which is not useful because codecov is used to track code coverage (PR #​4235 by @​jlerbsc)
  • Uses jakarta.json api, upgrades jakarta.json-api to the latest version & uses new default Eclipse Parsson (PR #​4234 by @​jlerbsc)
  • Move mockito to 4.11.0 and handle byte buddy consistently as well as properly define its agent in argLine for surefire (PR #​4228 by @​hazendaz)
  • Cleanup poms, use jakarta provided (javax namespace), hamcrest follow up, and switch coveralls plugin - Fixes #​4111 (PR #​4225 by @​hazendaz)
  • [pom] Switch from hamcrest-library (deprecated) to hamcrest (PR #​4200 by @​hazendaz)
  • Putting code in the .orElse that has a side effect that can affect performance (PR #​4199 by @​jlerbsc)
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.6

issues resolved

Changed
Fixed
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.5

issues resolved

Added
  • fix: issue 4115 ResolvedUnionType should give access to a list of resolved types (PR #​4119 by @​jlerbsc)
  • Support getting more annotation default values using reflection (PR #​4103 by @​freya022)
Changed
  • Minor refactoring: Simplifies how to group deleted tokens by extracting a method into an independent class (PR #​4134 by @​jlerbsc)
  • Replace deprecated command with environment file (PR #​4122 by @​70825)
  • Fixes missing named constructor in Modifier.java (PR #​4092 by @​Auties00)
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.4

issues resolved

Changed
Fixed
  • Fix: issue 4077 After building JavaParser (with tests) on MacOS multi… (PR #​4086 by @​jlerbsc)
  • fix line separators of selected test files (PR #​4083 by @​abego)
  • Fix: issue 3978 typesolver can't parse in parallel (PR #​4073 by @​jlerbsc)
  • Fix #​4056 isDeclaredInInterface() returns true for fields declared inside enumerations contained in an interface (PR #​4057 by @​Elewyth)
  • Fix: issue 4037 ArrayIndexOutOfBoundsException throws when method param is variadic (PR #​4046 by @​jlerbsc)
  • Fix: issue 4016 Failed to parse variable with name 'sealed' or 'permits' (PR #​4039 by @​jlerbsc)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.3

issues resolved

Added
Changed
Fixed
  • Fix: issue 1843 Problems with hasAnnotation() and hasDirectlyAnnotati… (PR #​4015 by @​jlerbsc)
  • Fix: Issue 3995 resolving a method call with a variadic argument of p… (PR #​3998 by @​jlerbsc)
  • Fix: issue 3983 why FieldDeclaration in an interface calling isStatic… (PR #​3986 by @​jlerbsc)
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.2

issues resolved

Changed
Fixed
  • Fix: issue 3947 MANIFEST.MF points to non-existent URL (PR #​3966 by @​jlerbsc)
  • Fix: issue 3951 ConfilictingGenericTypesException is thrown when an Object type is expected as a parameter and an interface is provided as the actual parameter (PR #​3963 by @​jlerbsc)
  • Fix: issue 3949 LexicalPreservingPrinter Ignores Changes to LambdaExp… (PR #​3959 by @​jlerbsc)
  • Fix: Unit test since Return-Type-Substituable is fully implemented on reference type (PR #​3943 by @​jlerbsc)
  • Fix: issue on FunctionalInterfaceLogic but waiting for Return-Type-Su… (PR #​3941 by @​jlerbsc)
  • Suggested fix: hardcoded specific LambdaExpr case in LexicalDifferenc… (PR #​3938 by @​blacelle)
  • Fix TextBlockLiteralExpr in LexicalDifferenceCalculator (PR #​3937 by @​blacelle)
  • Fix: issue 3919 An array of primitive type cannot be assigned to an array of object (PR #​3933 by @​jlerbsc)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.1

issues resolved

Fixed
  • Fix issue 4345 Strange error when trying to find erasure of generic t… (PR #​4362 by @​jlerbsc)
  • fix: issue 4358 prevent infinite cycles with static imports (PR #​4359 by @​kdunee)
  • Refactor ResolvedReferenceType#equals (PR #​4351 by @​freya022)
  • fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface (PR #​4332 by @​jlerbsc)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.0

issues resolved

Added
Changed
Fixed
  • Fix: Method hasScope must return true on NodeWithOptionalScope and No… (PR [#​3875](http

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 82d556a to 324a949 Compare October 20, 2022 14:49
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.24.4 Update dependency com.github.javaparser:javaparser-core to v3.24.7 Oct 20, 2022
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 324a949 to d97e47d Compare November 18, 2022 04:45
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.24.7 Update dependency com.github.javaparser:javaparser-core to v3.24.8 Nov 18, 2022
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from d97e47d to 8fe2fa1 Compare December 12, 2022 18:02
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.24.8 Update dependency com.github.javaparser:javaparser-core to v3.24.9 Dec 12, 2022
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 8fe2fa1 to 6298d47 Compare March 18, 2023 14:04
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.24.9 Update dependency com.github.javaparser:javaparser-core to v3.25.1 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 6298d47 to a61b11b Compare March 31, 2023 10:18
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.1 Update dependency com.github.javaparser:javaparser-core to v3.25.2 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from a61b11b to db45c92 Compare May 28, 2023 11:04
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.2 Update dependency com.github.javaparser:javaparser-core to v3.25.3 May 28, 2023
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from db45c92 to ab4a665 Compare July 1, 2023 22:21
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.3 Update dependency com.github.javaparser:javaparser-core to v3.25.4 Jul 1, 2023
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from ab4a665 to 05037bb Compare August 31, 2023 21:38
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.4 Update dependency com.github.javaparser:javaparser-core to v3.25.5 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 05037bb to 7124c25 Compare November 2, 2023 01:26
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.5 Update dependency com.github.javaparser:javaparser-core to v3.25.6 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 7124c25 to 2c815a1 Compare December 3, 2023 22:55
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.6 Update dependency com.github.javaparser:javaparser-core to v3.25.7 Dec 3, 2023
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.7 Update dependency com.github.javaparser:javaparser-core to v3.25.8 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 2c815a1 to 8bbe131 Compare January 2, 2024 01:23
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 8bbe131 to eab84c3 Compare March 5, 2024 01:11
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.8 Update dependency com.github.javaparser:javaparser-core to v3.25.9 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from eab84c3 to 23c6880 Compare April 5, 2024 01:21
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.9 Update dependency com.github.javaparser:javaparser-core to v3.25.10 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 23c6880 to 7195f3a Compare June 4, 2024 04:19
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.10 Update dependency com.github.javaparser:javaparser-core to v3.26.0 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 7195f3a to 90f4f0d Compare June 24, 2024 17:26
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.26.0 Update dependency com.github.javaparser:javaparser-core to v3.26.1 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/javaparsercoreversion branch from 90f4f0d to 2129422 Compare September 2, 2024 16:13
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.26.1 Update dependency com.github.javaparser:javaparser-core to v3.26.2 Sep 2, 2024
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.

0 participants