Scott Marlow

Results 240 comments of Scott Marlow

@arjantijms any idea why Apache Tomcat might be used for some tests by default? I previously tested with the 3.0.0 TCK but not 3.0.1 (in case that helps). https://gist.github.com/scottmarlow/50802d6a60ca5228fa92d207b4d44a78 shows...

Perhaps ^ problem with Tomcat automatically starting for some tests is related to the https://github.com/jakartaee/security/pull/284 change for 3.0.1.

I volunteer to ping projects for feedback, especially those that have submitted ballots for EE 10 some of which already have standalone TCKs as noted in parens below. : -...

Proposal document is at https://docs.google.com/document/d/1yDXTUUULUrFrUi1DV_9OcBKIiZLVxrZkA38MMvYdP-U/edit#

On 9/28/23 7:21 PM, David Blevins wrote: We're beginning to make more backwards incompatible changes to APIs and behavior, which is a totally fine evolution of the platform. I think...

Thanks @PatrickHuang888 for volunteering to help with this issue. I don't think that the Eclipse or JakartaEE github rules allow me to assign this issue to you so I will...

I think that a Jakarta EE implementation could use CDI [jakarta.enterprise.inject.spi.AfterDeploymentValidation](https://jakarta.ee/specifications/cdi/4.0/jakarta-cdi-spec-4.0#after_deployment_validation) event to know when the BeanManager becomes available for (CDI enabled) application deployments. WildFly is already [using AfterDeploymentValidation](https://github.com/wildfly/wildfly/blob/main/jpa/subsystem/src/main/java/org/jboss/as/jpa/beanmanager/BeanManagerAfterDeploymentValidation.java) to...

> @scottmarlow Does https://jakarta.ee/specifications/cdi/4.0/jakarta-cdi-spec-4.0#declaring_disposer_method illustrate one way this could be done? Yes, that does help I think, still reading for more context! Thanks Brian!

One (new?) term that I think came up during this week's platform call is `CDI Managed Persistence Contexts` to describe what applications could use. If anyone comes up with a...