Thomas Haarbach

Results 5 issues of Thomas Haarbach

With Elasticsearch 7.9.x data streams was introduced. https://www.elastic.co/guide/en/elasticsearch/reference/master/set-up-a-data-stream.html https://www.elastic.co/guide/en/elasticsearch/reference/master/use-a-data-stream.html Unfortunally, appender doesn't supports the bulk api in combination with data_streams. data_streams only supports create and not index. Eg. ``` PUT...

**Description** Support ECSLayout with [log4j2-elasticsearch-ahc](https://github.com/rfoltyns/log4j2-elasticsearch/tree/master/log4j2-elasticsearch-ahc) and/or [log4j2-elasticsearch-jest](https://github.com/rfoltyns/log4j2-elasticsearch/tree/1.6/log4j2-elasticsearch-jest) Why: If using appender in a centralized logging setup in combination with elastic-apm in a clustered environment it is much easier to setup...

howto

Added JibSpringBootExtension to a Spring Boot 3.1.2 Application as descripted in the docs Execution fails with `> error running extension 'com.google.cloud.tools.jib.plugins.extension.NullExtension': extension configured but not discovered on Jib runtime classpath:...

kind/user-question
priority: p3

As mentioned in https://docs.spring.io/spring-security/reference/whats-new.html#_authorization the `AccessDecisionManager` is deprecated an will be removed in futher versions of Spring Security. Is there a plan to support newer Versions of Spring Security? An...

type: dependency-upgrade

**Description** When a `@SessionScope` bean contains a method annotated with `@PreDestroy`, the method is not called when using either `JdkSerializationRedisSerializer` or `GenericJackson2JsonRedisSerializer`. **Behavior with different serializers:** * **JdkSerializationRedisSerializer:** The `@PreDestroy`...

type: bug
status: waiting-for-triage