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 nl.jqno.equalsverifier:equalsverifier to v3.15 #202

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
nl.jqno.equalsverifier:equalsverifier (source) dependencies minor 3.14.3 -> 3.15

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v3.15

Changed
  • Check that getters are used for all mapped fields in JPA entities, not just the ones with FetchType.LAZY. (Issue 830)
    Note that this is a breaking change for JPA entity tests. This can be disabled by suppressing Warning.JPA_GETTER. See the manual page about JPA entities, specifically the section on Materialized fields, for more details.
Added
  • #withFieldnameToGetterConverter() to override the derivation of getter names from field names when testing JPA entities. (Issue 829)
  • Warning.JPA_GETTER to suppress the check that getters should be used instead of direct field references in JPA entities.

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 Renovate Bot.

@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #202 (32a6951) into main (56a59f1) will increase coverage by 0.71%.
The diff coverage is 45.45%.

@@             Coverage Diff              @@
##               main     #202      +/-   ##
============================================
+ Coverage     57.25%   57.97%   +0.71%     
  Complexity       11       11              
============================================
  Files             8        8              
  Lines           613      652      +39     
  Branches        145      144       -1     
============================================
+ Hits            351      378      +27     
- Misses          223      235      +12     
  Partials         39       39              
Impacted Files Coverage Δ
koap/src/commonMain/kotlin/Encoder.kt 71.69% <ø> (+3.27%) ⬆️
koap/src/commonMain/kotlin/ToFormat.kt 26.31% <ø> (ø)
koap/src/commonMain/kotlin/Debug.kt 26.08% <25.00%> (-1.19%) ⬇️
koap/src/commonMain/kotlin/Message.kt 57.85% <33.33%> (-1.38%) ⬇️
koap/src/commonMain/kotlin/ByteArrayReader.kt 68.08% <66.66%> (-0.10%) ⬇️
koap/src/commonMain/kotlin/Decoder.kt 53.74% <66.66%> (+1.62%) ⬆️
koap/src/commonMain/kotlin/Header.kt 53.84% <100.00%> (+3.84%) ⬆️

@davidtaylor-juul davidtaylor-juul enabled auto-merge (squash) July 14, 2023 16:13
@davidtaylor-juul davidtaylor-juul merged commit 9d33983 into main Jul 14, 2023
2 checks passed
@davidtaylor-juul davidtaylor-juul deleted the renovate/nl.jqno.equalsverifier branch July 14, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants