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.25.7 - autoclosed #106

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

API or Behaviour Change
  • Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class (PR #​3896 by @​jlerbsc)
Added
Changed
Fixed
  • Fix: issue 3924 Removing ImportDeclaration with Annotated package thr… (PR #​3926 by @​jlerbsc)
  • Fix: issue 3918 JavaParserTypeDeclarationAdapter resolving wrong Type via Ancestor (PR #​3921 by @​jlerbsc)
  • Fix: issue 3919 ResolvedType::isAssignableBy(ResolvedType) is wrong f… (PR #​3920 by @​jlerbsc)
  • Fix: issue 3911 java.lang.UnsupportedOperationException: T[] while resolving generic method with type parameter with arrays like List<T[]> (PR #​3917 by @​jlerbsc)
  • Fix: \s escape gives lexical error but should be valid since Java 15 (PR #​3903 by @​jlerbsc)
  • Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class (PR #​3896 by @​jlerbsc)
  • Fix issue 1883 Finding lambda return type (PR #​3890 by @​jlerbsc)
  • Fix: issue 1815 ArrayIndexOutOfBoundsException when resolving lambda parameter. This fix is offered by Blackgen (PR #​3888 by @​jlerbsc)
Developer Changes
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.25.0

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.10

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.9

issues resolved

Highlights
Added
Changed
Fixed
Security
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.8

issues resolved

Added
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.7

issues resolved

Highlights
Changed
  • Refactoring - use of existing methods (PR #​3697 by @​jlerbsc)
  • Refactoring adding convenient methods to know if a DifferenceElement is added, removed or kept (PR #​3695 by @​jlerbsc)
Deprecated
Fixed
❤️ Contributors

Thank You to all contributors who worked on this release!

v3.24.4

issues resolved

GPG Fingerprint: 253E8E4C6FB28D11748115C1249DEE8E2C07A0A2

API or Behaviour Change
  • Issue #​3405 thread safety of pre/postprocessors (incl. breaking change to Processor with pre/post processor methods). (PR #​3515 by @​matozoid)
Changed
Fixed
Developer Changes
Uncategorised
❤️ Contributors

Thank You to all contributors who worked on this release!


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch 2 times, most recently from b878752 to 6cf1075 Compare February 28, 2023 17:15
@renovate renovate bot changed the title Update dependency com.github.javaparser:javaparser-core to v3.25.0 Update dependency com.github.javaparser:javaparser-core to v3.25.1 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch from 6cf1075 to 9b46503 Compare March 31, 2023 08:02
@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/com.github.javaparser-javaparser-core-3.x branch from 9b46503 to 49aa251 Compare May 28, 2023 11:38
@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/com.github.javaparser-javaparser-core-3.x branch from 49aa251 to 30e812f Compare July 1, 2023 16:19
@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/com.github.javaparser-javaparser-core-3.x branch from 30e812f to 8249069 Compare August 31, 2023 09:29
@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/com.github.javaparser-javaparser-core-3.x branch from 8249069 to 15e070a Compare October 5, 2023 07:35
@renovate renovate bot changed the base branch from 3.0.x to 3.1.x October 5, 2023 07:36
@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch from 15e070a to a112844 Compare October 26, 2023 07:52
@renovate renovate bot changed the base branch from 3.1.x to 4.0.x October 26, 2023 07:52
@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch from a112844 to a465e22 Compare November 1, 2023 18:42
@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 1, 2023
@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch from a465e22 to a2882c7 Compare November 23, 2023 15:30
@renovate renovate bot changed the base branch from 4.0.x to 4.1.x November 23, 2023 15:30
@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch from a2882c7 to 3a8ef14 Compare November 23, 2023 15:32
@renovate renovate bot changed the base branch from 4.1.x to 4.0.x November 23, 2023 15:32
@renovate renovate bot force-pushed the renovate/com.github.javaparser-javaparser-core-3.x branch from 3a8ef14 to 7b46a11 Compare December 3, 2023 20:31
@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
@puneetbehl puneetbehl merged commit 52f10d9 into 4.0.x Dec 20, 2023
3 checks passed
@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.7 - autoclosed Dec 20, 2023
@renovate renovate bot deleted the renovate/com.github.javaparser-javaparser-core-3.x branch December 20, 2023 08:39
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.

None yet

1 participant