Sergiy Morenets
Sergiy Morenets
Hi Starting since Kafka 2.8 Zookeeper is now an optional component because Kafka node can act as an active controller (new "process.roles" property). However I see from the code (configure...
**Describe the bug** The current documentation (https://docs.spring.io/spring-cloud-sleuth/docs/current/reference/html/project-features.html#project-features) contains incorrect or out-of-date code samples. **Sample** ``` @Configuration(proxyBeanMethods = false) class MyConfig { @Bean ZipkinRestTemplateCustomizer myCustomizer() { return new ZipkinRestTemplateCustomizer() { @Override...
Hi I have Spring Cloud application with Spring Retry and Spring Cloud Consul Config libraries. Here's my application.yml: ``` spring: profiles: active: - prod ``` application-prod.yml: ``` spring: cloud: consul:...
Hi I tried to use Spring Config Import feature that appeared in Spring Boot 2.4. It works fine without Spring profiles but if I tried to use a profile then...
Hi We have a Spring Data JPA (Hibernate) project that we would like to migrate to Spring Data JDBC. The main reasons are simplified configuration and model mapping. And we...
Hi Is this project still maintained? After Renderer type was removed in Angular 9 my project doesn't compile because ngx-facebook actively uses Renderer. Any plans to migrate to Renderer2?
Hi I created new Gradle project, created src/jmh/java folder and put one class with benchmark operations. This class works fine with JMH Maven plugin. However when I run "gradle jmh"...
Hi I tried to use JMH Gradle plugin for my project but JMH prints weird question marks instead of correct numbers (Gradle 4.3.1, command gradle jmh): ``` Benchmark (provider) Mode...
Hi I have a multi-project Gradle build with multiple benchmarks across the sub-projects. I tried to execute command gradle jmh but I got strange exception: ``` Could not resolve all...
Hi Do you have any plans to support Jakarta EE 9(9.1)? The latest Microprofile version (5.0) is already based on Jakarta EE 9. However I noticed that even the latest...