renovate-bot opened a new pull request, #5845:
URL: https://github.com/apache/jmeter/pull/5845

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[nl.jqno.equalsverifier:equalsverifier](https://www.jqno.nl/equalsverifier) 
([source](https://togithub.com/jqno/equalsverifier)) | `3.10` -> `3.14.1` | 
[![age](https://badges.renovateapi.com/packages/maven/nl.jqno.equalsverifier:equalsverifier/3.14.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/nl.jqno.equalsverifier:equalsverifier/3.14.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/nl.jqno.equalsverifier:equalsverifier/3.14.1/compatibility-slim/3.10)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/nl.jqno.equalsverifier:equalsverifier/3.14.1/confidence-slim/3.10)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>jqno/equalsverifier</summary>
   
   ### 
[`v3.14.1`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3141---2023-03-16)
   
   -   Fixes incorrect error message when a sealed type has multiple permitted 
subtypes. ([Issue 786](https://togithub.com/jqno/equalsverifier/issues/786))
   
   ### 
[`v3.14`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3141---2023-03-16)
   
   -   Fixes incorrect error message when a sealed type has multiple permitted 
subtypes. ([Issue 786](https://togithub.com/jqno/equalsverifier/issues/786))
   
   ### 
[`v3.13.2`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3132---2023-02-16)
   
   ##### Added
   
   -   Verifies `hashCode` consistency when `String.equalsIgnoreCase` is used. 
([Issue 748](https://togithub.com/jqno/equalsverifier/issues/748))
   -   Improves error messages for detected NullPointerExceptions: if a field 
causes one, EqualsVerifier will indicate whether it's the field on the 'this' 
object or the one on the parameter object.
   
   ### 
[`v3.13.1`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3131---2023-02-10)
   
   ##### Fixed
   
   -   `Warning.SURROGATE_KEY` was ignored when `@Id` annotation is in entity's 
superclass. ([Issue 763](https://togithub.com/jqno/equalsverifier/issues/763))
   
   ### 
[`v3.13`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3132---2023-02-16)
   
   ##### Added
   
   -   Verifies `hashCode` consistency when `String.equalsIgnoreCase` is used. 
([Issue 748](https://togithub.com/jqno/equalsverifier/issues/748))
   -   Improves error messages for detected NullPointerExceptions: if a field 
causes one, EqualsVerifier will indicate whether it's the field on the 'this' 
object or the one on the parameter object.
   
   ### 
[`v3.12.4`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3124---2023-01-28)
   
   ##### Changed
   
   -   Automates release procedure using JReleaser and GitHub Actions.
   
   ##### Fixed
   
   -   Added prefab values for `java.io.PrintStream`. ([Issue 
753](https://togithub.com/jqno/equalsverifier/issues/753))
   
   ### 
[`v3.12.3`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3123---2022-12-14)
   
   ##### Fixed
   
   -   Getters for lazy fields in entities could not be found in a superclass. 
([Issue 744](https://togithub.com/jqno/equalsverifier/issues/744))
   
   ### 
[`v3.12.2`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3122---2022-12-08)
   
   ##### Added
   
   -   `Warning.SURROGATE_OR_BUSINESS_KEY` for JPA entities that insist on 
using all fields in `equals()` and `hashCode()`, whether they are `@Id` or not.
   
   ##### Changed
   
   -   Removed duplicated website urls and diagnostic output when using 
`forPackage()` or `forClasses()` and multiple classes have issues.
   
   ### 
[`v3.12.1`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3121---2022-12-02)
   
   ##### Changed
   
   -   Improved error message output for objects that throw exceptions in their 
`toString()` methods. ([Issue 
716](https://togithub.com/jqno/equalsverifier/issues/716))
   
   ##### Fixed
   
   -   Fix `ClassFormatError` when attempting to create a dynamic subclass for 
a class that has no package. ([Issue 
638](https://togithub.com/jqno/equalsverifier/issues/638))
   -   Fix `LinkageError` when running Quarkus dev mode and testing an abstract 
class. ([Issue 550](https://togithub.com/jqno/equalsverifier/issues/550))
   
   ### 
[`v3.12`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3124---2023-01-28)
   
   ##### Changed
   
   -   Automates release procedure using JReleaser and GitHub Actions.
   
   ##### Fixed
   
   -   Added prefab values for `java.io.PrintStream`. ([Issue 
753](https://togithub.com/jqno/equalsverifier/issues/753))
   
   ### 
[`v3.11.1`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3111---2022-11-18)
   
   ##### Added
   
   -   Verifies `Map.Entry`'s extended `hashCode` contract. ([Issue 
603](https://togithub.com/jqno/equalsverifier/issues/603); thanks scordio!)
   
   ### 
[`v3.11`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3111---2022-11-18)
   
   ##### Added
   
   -   Verifies `Map.Entry`'s extended `hashCode` contract. ([Issue 
603](https://togithub.com/jqno/equalsverifier/issues/603); thanks scordio!)
   
   ### 
[`v3.10.1`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#&#8203;3101---2022-07-26)
   
   ##### Changed
   
   -   Improve message when record constructor throws NPE. ([Issue 
613](https://togithub.com/jqno/equalsverifier/issues/613#issuecomment-1168433464)
 and [Issue 668](https://togithub.com/jqno/equalsverifier/issues/668))
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), 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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://app.renovatebot.com/dashboard#github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to