Skip to content

Make ExitState a system key. ENUMs in Session only when they're system-keys, otherwise store the name of the enum.#10280

Merged
nielsm5 merged 1 commit intomasterfrom
issue/10244_ReduceEnumsInPipeLine
Jan 15, 2026
Merged

Make ExitState a system key. ENUMs in Session only when they're system-keys, otherwise store the name of the enum.#10280
nielsm5 merged 1 commit intomasterfrom
issue/10244_ReduceEnumsInPipeLine

Conversation

@tnleeuw
Copy link
Contributor

@tnleeuw tnleeuw commented Jan 15, 2026

Changes

ExitState in the Session shouldn't really be used by users, it's a system field.
Update a Larva test which did extract its value.

Pull Request Checklist

Title

  • Title expresses the business value (who benefits + what outcome)

Issues

Backports

  • Backport PRs created (if needed) and linked

Documentation

  • FF! Doc updated (user-facing behavior/config)
  • FF! Manual updated (if applicable)
  • Javadoc updated/generated (developer-facing APIs)

Tests

  • Unit tests added/updated
  • E2E/Integration tests added/updated (if applicable)

Breaking changes

  • Breaking change recorded in markdown file
  • Migration notes included (if needed)

ENUMs in Session only when they're system-keys, otherwise store the name of the enum.
@tnleeuw tnleeuw requested review from evandongen and nielsm5 January 15, 2026 18:35
@tnleeuw tnleeuw self-assigned this Jan 15, 2026
@sonarqubecloud
Copy link

@tnleeuw tnleeuw linked an issue Jan 15, 2026 that may be closed by this pull request
@nielsm5 nielsm5 merged commit 6ea7d88 into master Jan 15, 2026
22 of 23 checks passed
@nielsm5 nielsm5 deleted the issue/10244_ReduceEnumsInPipeLine branch January 15, 2026 19:48
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.

Add enum support to Message#asString()

2 participants