Scott M Stark

Results 137 comments of Scott M Stark

Should the tests be passing? I have copied test over and made the group name consistent, but I see the first test that are run failing. I do see the...

Ok, I have added the dependencies that need to be updated to the HV-1857 issue. You will need to push out the Index of org/glassfish:jakarta.el:5.0.0-M1 staging implementation of EL 5.0.0...

Now I see 2, to change the package names. I'll do that in the current #1601 PR. So is the change com.sun.faces.* -> ee.jakarta.tck.faces.*?

Ok, item 2 is also in the #1601 PR

Item 2 was not done correctly as the source directory did not change to match the package. As I mentioned in #1606 I don't know how this was compiling, but...

Convert jakarta.faces.bean.ManagedBean to CDI bean has been done in https://github.com/eclipse-ee4j/jakartaee-tck/pull/821

I have a patched hibernate validator and glassfish that get past the CNFE problem, but the cdiBeanValidator is now claiming to need authentication even though I don't see any security...

Hello, the deadline for individual component specifications to create a draft PR in the https://github.com/jakartaee/specifications project with candidate final API and specification is Feb 28. There does not need to...

So after I had a base rewritten in typescript I started trying to test it in my fork repo, I ran into problems due to the issues described here: https://github.community/t/github-actions-are-severely-limited-on-prs/18179/8...

Here is an example of doing the same work to check a PR and update a comment as the action was doing using the org.kohsuke:github-api GitHub REST binding for Java....