Skip to content

Bump the minor-or-patch group with 2 updates#843

Merged
dennisvang merged 4 commits intodevelopfrom
dependabot/maven/minor-or-patch-82389fdcea
Feb 10, 2026
Merged

Bump the minor-or-patch group with 2 updates#843
dennisvang merged 4 commits intodevelopfrom
dependabot/maven/minor-or-patch-82389fdcea

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the minor-or-patch group with 2 updates: io.hypersistence:hypersistence-utils-hibernate-63 and com.puppycrawl.tools:checkstyle.

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.14.1 to 3.15.2

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.15.2 - February 09, 2026

ObjectMapperJsonSerializer.clone thows ClassCastException because the MutableType.deepCopy expects a Serializable argument #836

Improve the non-serializable error message in the ObjectMapperJsonSerializer to indicate the culprit Java class #833

Version 3.15.1 - January 28, 2026

Add support for KotlinModule in the hypersistence-utils-hibernate-73 module #832

JsonType should not support non-Serializable attribute mappings #831

Version 3.15.0 - January 27, 2026

Add support for Hibernate ORM 7.3 and Jackson 3 #810

Commits
  • 32aac07 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.1
  • 556a4c4 Update changelog for the 3.15.1 release
  • ae44778 Add support for KotlinModule in the hypersistence-utils-hibernate-73 module #832
  • c342591 JsonType should not support Serializable attribute mappings #831
  • 64eb113 Bump version up
  • 12bbb72 [maven-release-plugin] prepare for next development iteration
  • 385829e [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.0
  • c9f3fd3 Update changelog for the 3.15.0 release
  • 733fdde Add support for Hibernate ORM 7.3 and Jackson 3
  • bb6c3f6 Bump version up
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 13.0.0 to 13.1.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.1.0

Checkstyle 13.1.0 - https://checkstyle.org/releasenotes.html#Release_13.1.0

Breaking backward compatibility:

#12556 - Remove deprecated method CheckstyleAntTask:createClasspath()

New:

#18329 - ImportControl: add module attribute to allow/disallow module imports #18368 - New check: MissingOverrideOnRecordAccessor to require Override on record component accessor methods

Bug fixes:

#16087 - false positive invalid tag JavadocType #18790 - IllegalTokenText reports false positives for Unicode whitespace characters without escape sequences #18118 - Inconsistent behaviour of Indentation check #13038 - VariableDeclarationUsageDistanceCheck doesn't handle method definition properly #11103 - Indentation: Lambda in Enum causes error loop #18644 - False-negative: SummaryJavadoc:forbiddenSummaryFragments for tab-formatted code #6807 - False-positive RightCurly in google_checks since 8.20 #17561 - Google style: Override is required on explicitly declared accessor method for a record #18559 - Add missing checks to sun_checks.xml: DeclarationOrder, FallThrough, OneStatementPerLine

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-or-patch group with 2 updates: [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.14.1 to 3.15.1
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.14.1...hypersistence-utils-parent-3.15.1)

Updates `com.puppycrawl.tools:checkstyle` from 13.0.0 to 13.1.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.0.0...checkstyle-13.1.0)

---
updated-dependencies:
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-or-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-or-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Related to dependencies label Feb 3, 2026
@dennisvang
Copy link
Contributor

dennisvang commented Feb 10, 2026

test failures:

...
Error:  Failures: 
Error:    List_TriggerAll_POST.res204_triggerAll:123 Correct response code is received
Expected: is <204 NO_CONTENT>
     but: was <500 INTERNAL_SERVER_ERROR>
Error:    List_Trigger_POST.res204_triggerOne:176 Correct response code is received
Expected: is <204 NO_CONTENT>
     but: was <500 INTERNAL_SERVER_ERROR>
Error:    List_Trigger_POST.res404_triggerOne:201 Correct response code is received
Expected: is <204 NO_CONTENT>
     but: was <500 INTERNAL_SERVER_ERROR>
Error:    List_POST.res204_existingEntry:113 Correct response code is received
Expected: is <204 NO_CONTENT>
     but: was <500 INTERNAL_SERVER_ERROR>
Error:    List_POST.res204_newEntry:86 Correct response code is received
Expected: is <204 NO_CONTENT>
     but: was <500 INTERNAL_SERVER_ERROR>
Error:  Errors: 
Error:    Detail_DELETE.res204_deleteDetailWithEvent:80 » ClassCast 
  class org.fairdatapoint.entity.index.event.IndexEventPayload cannot be cast to class java.io.Serializable
    (org.fairdatapoint.entity.index.event.IndexEventPayload is in unnamed module of loader 'app'; 
      java.io.Serializable is in module java.base of loader 'bootstrap')
[INFO] 
Error:  Tests run: 401, Failures: 5, Errors: 1, Skipped: 0
...

Verified that these tests did succeed in the parent commit (develop).

@dennisvang
Copy link
Contributor

dennisvang commented Feb 10, 2026

Possibly related to vladmihalcea/hypersistence-utils#836

After bumping hypersistence-utils-hibernate-63 to 3.15.2, we get a detailed error message:

The JPA specification requires that the entity attributes are Serializable and the [IndexEventPayload(incomingPing=null, metadataRetrieval=null, adminTrigger=AdminTrigger(remoteAddr=127.0.0.1, tokenName=95589e50-d261-492b-8852-9324e9a66a42, clientUrl=http://example.com), webhookPing=null, webhookTrigger=null)] Object (or its inner child Objects) is not Serializable. The default JsonSerializer does not support JSON object cloning (other than the JsonNode attribute type) because this is a very inefficient operation. If you want to use JSON object cloning, then you can provide your own custom JsonSerializer.

@dennisvang
Copy link
Contributor

dennisvang commented Feb 10, 2026

See this issue vladmihalcea/hypersistence-utils#831, which points to some possible solutions:

@dennisvang dennisvang merged commit de41d47 into develop Feb 10, 2026
13 checks passed
@dennisvang dennisvang deleted the dependabot/maven/minor-or-patch-82389fdcea branch February 10, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant