Results 11 issues of Le Gall Benoit

### Expected Behavior **GIVEN** the `consul.client.ssl-configuration` ```yaml consul: client: host: ${CONSUL_HOST} port: ${CONSUL_PORT} config: format: yaml path: config/${CONSUL_KV_VERSION}/micronaut asl-token: ${CONSUL_ACL_TOKEN} secure: ${CONSUL_SECURE} ssl-configuration: enabled: ${CONSUL_SSL_ENABLED} protocol: ${CONSUL_SSL_PROTOCOL} trust-store: path: ${CONSUL_TRUSTSTORE_LOCATION}...

status: awaiting feedback

Just like the like the [jib.container.labels](https://github.com/GoogleContainerTools/jib/issues/3094) , the `jib.container.environment` property should use lazy evaluation. This will avoid having a mix of lazy/direct parameters set in the configuration

priority:p3
good first issue
enhancement

### Issue description Hello, As I'm not sure if it is a bug or not, I just open a simple ticket. We discovered a very weird behaviour: when a class...

status: awaiting feedback

### Feature description In case of projects using precompiled [buildSrc](https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources), the platform plugin is not working, as it will try to find `gradle.properties` or `libs.versions.toml` from it directory (_/buildSrc/gradle.properties_ or...

info: workaround available
type: improvement

### Expected Behavior GIVEN an application with both netty and gRPC server WHEN application start THEN both server are registered as service WHEN application stop THEN both services are deregistered...

### Expected Behavior When using Flyway with an empty database and `flyway.datasources.default.create-schemas=true`, the Datasource doesn't connect until the the schema is created ### Actual Behaviour When instancing the `HikariUrlDataSource`, the...

type: bug
status: example attached

### Expected Behavior _No response_ ### Actual Behaviour Recent versions of GRPC runtime requires the name resolution process to take place within the thread management of `io.grpc.SynchronizationContext`. Micronaut's name resolver...

info: workaround available
type: bug

### Expected Behavior When following documentation, I'm able to have a simple project working with Pulsar + Protocol Buffer ### Actual Behaviour While String message is working, when trying to...

status: example attached
type: bug

### Expected Behavior Whenever a client filter is created by implementing `HttpClientFilter` or by being annotated with `@ClientFilter`, it is resolved during early bootstrap request ### Actual Behaviour The client...

type: bug

### Feature description Hello, I'm using the `BeanCreatedEvent` and `BeanPreDestroyEvent` to handle some start/stop of some configured beans For log purpose, we use the `event.getBeanIdentifier().getName()` int the `BeanCreatedEvent`, and would...

status: awaiting feedback