Haiden

Results 10 issues of Haiden

### Expected Behavior When making a `@Scheduled` function, I should ideally be able to use Micronaut's expression language in combination with `this` to populate the cron expression - `#{this.cron}` Use...

### Discussed in https://github.com/micronaut-projects/micronaut-core/discussions/10531 Originally posted by **hrothwell** February 22, 2024 Was playing around with expression language usage (which also gave way to https://github.com/micronaut-projects/micronaut-core/issues/10529) and figured this specific question might...

type: improvement

While switching to the new official Kotlin drivers, I realized/noted that the default codec in the official drivers does not support/use Jackson by default. If users are coming from the...

Aiming to solve #752 and potentially also make #612 possible Any beans implementing `TagsBasedOnMethodInvocationContext` are injected and additional tags are computed using `buildTags(MethodInvocationContext context)`

type: enhancement

### Feature description micrometers `TimedAspect` has the ability to pass in additional tags built using the `ProceedingJoinPoint`, something similar would be nice I have a fork that is working on...

### Feature description We have the ability to make a `@RequestScope` bean in Micronaut which ties a bean to the current HttpRequest the server is executing on, would it be...

type: question
type: improvement

Initial attempt at addressing #1017 - Create new `PollScope` annotation which is essentially just `ThreadLocal` but renamed for gaining access via qualifiers - Add `refreshPollScopeBeans()` to `KafkaConsumerProcessor` - intending to...

A use case might be that multiple taggers might use the same tag name, when determining which takes precedence in those situations felt like some sort of order / sorting...

### Describe the feature Using the plain low level DDB java client we are able to use `.overrideConfiguration(...)` on various requests in order to change behavior per request and not...

feature-request
dynamodb-enhanced
p3

### Expected Behavior When using expression langauge coupled with bean ctx retrieval, I expect to be able to access beans such as `io.micronaut.context.env.Environment` ### Actual Behaviour The project fails to...

type: bug
status: example attached