Ondro Mihályi

Results 52 issues of Ondro Mihályi

The ENTRYPOINT in [payara/Dockerfile ](https://github.com/AdamBien/docklands/blob/c7655193f3be9a1bea21764eea9620be309c2f5d/payara/Dockerfile) can be improved with the new `--postbootcommandfile` argument of the `start-domain` command, so that the Payara Server can be executed in the foreground as the...

# Description # ---------- When a batch job is started from a managed transaction (e.g. from a stateless EJB), it sometimes (not always) fails to execute the job. This is...

Status: Accepted
Type: Bug

Presently, the test is https://github.com/jakartaee/security/blob/a87eca4492dfc8dd1558f7ce9644a9121e72b384/tck/app-securitycontext/src/main/java/ee/jakarta/tck/security/test/Servlet.java#L85 is making a call to [SecurityContext.hasAccessToWebResource()](https://jakarta.ee/specifications/security/3.0/apidocs/jakarta.security/jakarta/security/enterprise/securitycontext#hasAccessToWebResource(java.lang.String,java.lang.String...)) without specifying the HTTP method to test. In the javadoc, this parameter is described as taking "one or more...

OpenIdAuthenticationMechanismDefinition refers to some other annotations like LogoutDefinition and ClaimsDefinition. They should also support ELs, both non-deferred and deferred. Add tests to cover at least some cases.

According to the specification, deferred expression is supported everywhere, where an EL is supported. The test can be a copy of https://github.com/jakartaee/security/blob/master/tck/app-openid/src/main/java/ee/jakarta/tck/security/test/client/defaulttests/SecuredServletWithEL.java but use a deferred expession. For example, a...

When OIDC provider returns authentication error: * The user stays at the callback URL, the app should be able to detect the error and handle it * The app should...

A test for this scenario: * On insecure page, user presses a login button * This executes a method on a backing bean * The method calls SecurityContect.authenticate() Expected outcome:...

Some work still to do to improve the TCK based on the comments on [the PR](https://github.com/eclipse-ee4j/jakartaee-tck/pull/851): * remove unused imports * Repeatable annotations should have an assertionID

TCK
3.1

- [x] Organization Name ("Organization") and, if applicable, URL: Eclipse Foundation - [x] Product Name, Version and download URL (if applicable): [Eclipse OpenMQ 6.3.0-RC1](https://github.com/eclipse-ee4j/openmq/releases/tag/6.3.0-RC1-RELEASE) - [x] Specification Name, Version and...

certification

Hi, I noticed that when a WAR file contains a multirelease JAR file, it takes an extremely long time to deploy even a simple application. Here's an example application: [myapp.war.zip](https://github.com/piranhacloud/piranha/files/14317166/myapp.war.zip)...

enhancement
help wanted