Stephen Cprek

Results 11 issues of Stephen Cprek

First off, it appears that after a CrudRepository call the fields annotated with @AutoPopulated, @dateUpdate, etc of the entity class are modified in-place so you can access them after the...

**DESCRIPTION:** When using slick codegen with Postgres Profile on a nullable numeric column, it tries to still instantiate a BigDecimal with the string `"Null:numeric"` which then fails with the exception...

bug
topic:codegen

### Issue description I expect there to be information about how Tracing context is passed to coroutines and in the micronaut core docs there is a section https://docs.micronaut.io/latest/guide/index.html#coroutineTracingContextPropagation which references...

type: docs

I had to discover this via code search https://github.com/KengoTODA/gradle-semantic-release-plugin/commit/c7cd7e23a8553e17a38f0c15df27b84aec780e3a. Unless I missed it documented somewhere? @KengoTODA

### Cache Interceptor Usage for proceeding when exception occurs Unanswered in Discord https://discord.com/channels/1121511613250412714/1174821270785900666/1174821270785900666 We hit a Production issue during an AWS elasticache cluster maintenance window where micronaut redis annotated operations...

info: workaround available
type: bug

## Feature description Better docs on codegen options and Better generated READMEs. ### Code Gen Options In the docs there a comment about the full list of configs ``` Please...

type: docs

Workaround, specifying the micronaut openapi tasks in a `finalizedBy` block did work ```kotlin finalizedBy("generateClientOpenApiModels", "generateClientOpenApiApis") ``` and then ```kotlin compileKotlin { dependsOn(copyOpenAPISpec) } ``` However, this has the downside of...

### Recreate I simply created a new project Ensured Java 17 selected ### Error ``` * What went wrong: A problem occurred configuring root project 'project'. > java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed...

Resolves kafbat/kafka-ui/discussions/818 - [ ] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) **Is there...

hacktoberfest-accepted
status/triage/manual
status/triage/completed

> [!NOTE] > I understand micronaut kafka is not on kafka managed version 4.X yet, but just to get ahead of it and let y'all know. > > Pulled out...