Skip to content

Conversation

maryarm
Copy link
Contributor

@maryarm maryarm commented Aug 18, 2025

Description

Session persistence faced error after the lock attribute with object type is added to the session.

org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.Object] to type [byte[]] for value [java.lang.Object@b9a60e4]

Related issues

close #36932

@maryarm maryarm requested a review from bmudric August 19, 2025 07:46
@maryarm maryarm added this pull request to the merge queue Aug 19, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 19, 2025
@maryarm maryarm added this pull request to the merge queue Aug 19, 2025
Merged via the queue into main with commit c5a274a Aug 19, 2025
122 of 124 checks passed
@maryarm maryarm deleted the identity/fix-persist-session-with-lock-attr branch August 19, 2025 09:36
@@ -99,6 +99,21 @@ void deleteById() {
assertThat(webSessionRepository.findById(webSession.getId())).isNull();
}

@Test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💭 FYI, we have a RegressionTest annotation, which I find helpful to explain the motivation behind some of the tests or decisions which might look not obvious (e.g. using a string vs object). Typical usage is

@RegressionTest("https://github.com/camunda/camunda/pull/36919")
void shouldBlaBla() {
  // ...
}

The link would be usually the issue link, or a PR link if there is no issue.

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.

“Whitelabel Error Page” when navigating to Operate or Tasklist
3 participants