Scott Marlow
Scott Marlow
Does anyone know which version of Java changed the date formatting rules that created the need to specify `September` instead of `Sept`?
Copying conversation from https://eclipsefoundationhq.slack.com/archives/C0131MLD538/p1720797042872349?thread_ts=1720446904.437519&cid=C0131MLD538 > Scott Marlow Perhaps we should accept the https://github.com/jakartaee/faces/issues/1935 challenge and ask the Faces lead to approve the user workaround of ignoring the challenged (4.0.x) tests...
@BalusC I couldn't test this pull request because I cannot build it. I also cannot build the `4.0.x` branch as well so I cannot really do much to help backport...
I pushed a small change to use `may` instead of `september`. > As per https://github.com/jakartaee/faces/issues/1935 apparently "the spec committee" needs to "grant us an exception to change the 4.0 tests"....
https://github.com/wildfly/wildfly/pull/18863 proves that WildFly will be able to implement PersistenceProvider.getClassTransformer() with Hibernate ORM in that https://github.com/wildfly/wildfly/pull/18863 passes all of the WildFly unit testing.
> A second thing I would like to do here is to clearly place the responsibility for scanning for entity classes back on the container. I think it's a mistake...
@markt-asf Would a Java process memory dump (e.g. hprof file) help demonstrate the leak? I personally prefer a memory dump over a picture or a video.
> @scottmarlow I don't quite understand your concern here. The updated process is to prevent from only SE style TCKs available per spec. A specific example is the https://download.eclipse.org/jakartaee/persistence/3.1/jakarta-persistence-tck-3.1.0.zip SE...
> I don't think there is any redundancy here since one test is only executed once by a given runtime. I would rather my runtime to execute all TCK tests...
> @scottmarlow my comments are inline. > > > > @scottmarlow I don't quite understand your concern here. The updated process is to prevent from only SE style TCKs available...