Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [servlet-dev] [jakartaee-platform-dev] Pruning managed beans from the component specs

+1. Far overdue. The entire managed beans idea was redundant. Just CDI should always have been sufficient.

On 5/31/2023 12:46 PM, Arjan Tijms wrote:
Hi,

We removed the managed beans spec from the platform. However, we still have several specs referencing it. From the top of my head, REST, Servlets and Faces still have lingering references to them.

Servlet is even a special case, perhaps. It supports (according to the managed bean spec) @Inject and @PostConstruct, but there are not yet plans to make Servlets CDI beans instead. REST and Faces do have those plans.

Do we (at the platform level) want to set a mandate or strong recommendation that all specs abandon usage of managed beans, and move to CDI (when running inside an EE container, as not all always specs do)?

Thoughts?

Kind regards,
Arjan Tijms

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev


Back to the top