Results 8 issues of Luís Alves

Please review a possible solution for ARTEMIS-2876. The module name allow backwards compatibility. artemis-junit-all - hold the core logic that can be used by both junit4 `(@Rule)` and junit5 (`@RegisterExtension`)....

Is it possible to act as final proxy and do direct access when not behind a enterprise proxy? i.e. when I work from home I keep using the proxy-login-automator but...

After looking at the code I think you misspelled Math.min instead of Math.max: ``` /** * Schedules background worh with a {@link ThreadPoolExecutor}, sized to match {@link * ForkJoinPool#commonPool()} (or...

### Describe the bug Following this [discussion](https://github.com/keycloak/keycloak/discussions/10937), we are experience the problem. Keycloak has single session and with for example 3 tabs opened, using sessionStorage as proposed by [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc), when...

area/oidc
kind/bug
status/triage

So is not possible to do: ```java private Collection items = new HashSet(); ``` Any reason this is not possible? or is just adding TYPE_USE to the annotation and it...

Is there any chance we can configure the template for devSnapshot, so it only uses the branch name which is predictable?

I usually use my personal custom formatting while coding or fixing issues, but before commit I need to execute spotlessApply before committing as the remote build process will check the...

The CheckinHandler is using the existing code from the Actions, but maybe the could should be extracted to the base package. Anyway seems to be working fine. Fixes ragurney/spotless-intellij-gradle#52