Scott Marlow

Results 48 issues of Scott Marlow

a Java security manager (when using a Java security manager) exception that I am seeing is shown at https://gist.github.com/scottmarlow/30a83514b4d0e0fde901 Could we wrap PrivilegedAction (http://docs.oracle.com/javase/7/docs/api/java/security/PrivilegedAction.html) around code that accesses resources that...

Could dom4j switch to https://jakarta.ee/specifications/xml-binding/3.0 (for Jakarta EE 9) or even https://jakarta.ee/specifications/xml-binding/4.0 (for Jakarta EE 10)?

enhancement

https://hibernate.atlassian.net/browse/HHH-15514 https://issues.redhat.com/browse/WFLY-16974 `main` branch copy of https://github.com/hibernate/hibernate-orm/pull/5328 (6.1 branch) change. Signed-off-by: Scott Marlow

https://hibernate.atlassian.net/browse/HHH-15514 https://issues.redhat.com/browse/WFLY-16974 Signed-off-by: Scott Marlow

Signed-off-by: Scott Marlow Back port of https://github.com/hibernate/hibernate-orm/pull/5309 for 5.3 branch in case it is ever needed.

Signed-off-by: Scott Marlow main branch version of https://github.com/hibernate/hibernate-orm/pull/5308

Signed-off-by: Scott Marlow I happen to be working on understanding https://issues.redhat.com/browse/WFLY-16974 + https://hibernate.atlassian.net/browse/HHH-15514 and this change helps me to see loaded entity as generated proxies. The same change should be...

Signed-off-by: Scott Marlow https://issues.redhat.com/browse/WFLY-16362

deps-ok

Signed-off-by: Scott Marlow https://issues.redhat.com/browse/WFLY-17123 I can build the wildfly/jpa folder with these changes but trying to build all of WildFly gets failure: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)...

deps-ok

I think most implementations are running the Faces TCK via something like `mvn org.apache.maven.plugins:maven-site-plugin:3.12.0:site -DskipAssembly=true -Pstaging surefire-report:failsafe-report-only -Daggregate=true -Dglassfish.version=7.0.0-M5 -Dmaven.test.skip=true -DskipTests=true` Implementations can follow the suggestion in https://github.com/eclipse-ee4j/jakartaee-tck/issues/1032#issuecomment-1140099554 of generating...

Priority: Major
TCK