Grzegorz Grzybek

Results 18 issues of Grzegorz Grzybek

Signed-off-by: Grzegorz Grzybek I tried using `org.apache.logging.log4j.test.junit.LoggerContextFactoryExtension`, but somehow I couldn't make it work (maybe incompatible with `org.apache.logging.log4j.core.test.junit.LoggerContextRule`?

### Wrong information in the docs about run-sh and other io.fabric8 artifacts ### Info I was looking at: * https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin * https://www.eclipse.org/jkube/docs/openshift-maven-plugin and I believe these are the transitioned versions...

documentation

**Describe the bug** jakarta.activation/jakarta.activation-api/1.2.2 contains this OSGi header: ``` Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=9.0))" ``` **To Reproduce** Steps to reproduce the behavior: 1. Run Karaf under JDK8 `install -s mvn:jakarta.activation/jakarta.activation-api/1.2.2` 2. See error:...

We have a project which uses: ```xml org.springframework.boot spring-boot-starter-data-cassandra ${project.update.spring-boot-dependencies} ``` and `maven-dependency-plugin:copy-dependencies` goal. We (jboss-fuse/redhat-fuse) see this when building: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy-dependencies (unpack-dependencies) on project...

The instructions at https://hawt.io/docs/security.html#_jetty already mention problems with Jetty. The problem is: ``` 15:57:14 WARN {qtp191382150-33} : Login failed due to: java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.jaas.JAASLoginService.getBean(java.lang.Class)" because the return value of...

kind/enhancement

This is a follow up of #3382 but for cases where external authentication is used (Keycloak, OIDC, Spring Security). The main reason is that we rather don't have session for...

area/spring-boot
area/system