Cédric Tabin

Results 12 issues of Cédric Tabin

Hello, Here is a little contribution to fix the `getProject(String namespace, String projectName)` method, because in the Gitlab API, you can only access a project by its ID. Hence you...

Hello, We are migrating to GraalJS as scripting engine behind the `javax.script` API in replacement of Nashorn. In our case we need to execute multiple script blocks in isolation, but...

# Description # ---------- Just by upgrading from version `5.2021.8` to `5.2021.9` of payara-embedded-all, the deployment of our project crashes with the following stacktrace: ``` SEVERE: Exception while loading the...

Status: Accepted
Type: Bug

Hello, By making some tests to upgrade from Payara 5/Java EE 8 to GlassFish 6.2.3/JakartaEE 9.1, we hit a strange bug with `HttpServletRequest.login(user,pass)` and `HttpServletRequest.isUserInRole(role)`. Even if the `login` works...

https://hibernate.atlassian.net/browse/HHH-16607 Since #5491, the enhancer removed the `private` modifier on the Fields, making them actually public.

### Brief Summary Hello, We just upgraded our persistence library from Hibernate 6.1.7 to 6.2.0. With this new version, our application crashes during the deployment with a lifecycle error: ```...

Status: Accepted
Type: Bug

Hi GlassFish team ! I'm looking up to implement a simple system property lookup in GlassFish so we can externalize `contextRoot` and `urlPattern` (and more, such as JNDI names, EJB...

Update to the [latest version](https://db.apache.org/derby/releases/release-10_16_1_1.cgi) of Derby.

Hello, It should be possible to access *obsolete* versions through API otherwise it is impossible to dynamically manage them because there is no other way to get them (other than...

waiting-on-author

### Brief Summary Hello, As state in the 6.2025.6 changelog, Payara is now compatible with the [JDK24](https://github.com/payara/Payara/pull/7330). Hence I tried to deploy our application (which runs fine in the same...

Status: Accepted
Type: Bug