Deprecated class CustomValueSetEvent sind Vaadin 23.3

Hello all! The method getDetail() becomes depreacted with 23.3. In the tutorial still the old way is described. Can anyone help me how to get the selected value of the component?
image.png

Don’t worry, it’s NOT going away. Not sure if Eclipse issue again or if it’s later just a little rename / move of the used event class

Of course, it is still there and usable. But what is the new way to handle this feature?

There is no new way - it literally stays the same. The deprecation comes from a to-be-removed class in the class hierarchy.

okay, so I have to use it as now and ignore the deprecation?

We’ve gotten more reports about this, so I’ve opened an issue for it: https://github.com/vaadin/flow-components/issues/4687

Btw. VSCode has the same behavior as Eclipse regarding these, as VSCode Java support is effectively headless Eclipse.