Skip to content

Conversation

@afarber
Copy link
Contributor

@afarber afarber commented Dec 15, 2025

Fixes #13647

  • Add ContainerLifeCycleMap<K, V extends LifeCycle> that implements Map while managing values as beans
  • Values are automatically started/stopped with the container lifecycle
  • Removal through keySet(), values(), entrySet() views also unregisters beans
  • Add missing tests for AttributeContainerMap
  • Update bean.adoc with documentation for both classes

@joakime joakime moved this to 👀 In review in Jetty 12.1.6 Dec 15, 2025
@joakime joakime requested a review from gregw December 17, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

ContainerLifeCycleMap

2 participants