sfilipiak-inpost

Results 2 issues of sfilipiak-inpost

When using `@ConfigurationProperties` via either `@ConfigurationPropertiesScan` or `@EnableConfigurationProperties`, bean scope specified via `@Scope` is not respected. On the other hand, when defining `@ConfigurationProperties` with additional `@Configuration`/`@Component`/`@Bean` annotation, specified scope is...

type: enhancement

Application fails to start when using `spring-modulith-runtime` and a `@SpringBootTest` with limited context Steps to reproduce: Spring Boot: 3.5.5 Spring Modulith: 1.4.1 Dependencies: ```xml org.springframework.modulith spring-modulith-starter-core org.springframework.modulith spring-modulith-observability org.springframework.boot spring-boot-starter-actuator...