eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
158 stars 108 forks source link

Basic Converters improved #5259

Closed pizzi80 closed 10 months ago

pizzi80 commented 1 year ago

At the moment stateless converters instance are not cached A new instance is created on every call for conversion

In the meantime that we implement a caching mechanism I tried to make them as "static" as possible :)

BalusC commented 1 year ago

This is a public API change. This needs a ticket in https://github.com/jakartaee/faces/issues

pizzi80 commented 1 year ago

https://github.com/jakartaee/faces/issues/1822