Erki

Results 12 issues of Erki

Hi I am having problems doing a clean npm i. The output is: ``` C:\n\scalablets>npm i npm WARN deprecated @types/[email protected]: This is a stub types definition for reselect (https://github.com/rackt/reselect). reselect...

Hello! Does anyone have an autohorization implementation using Nest AuthGuards?

There are differences in the spelling of some nationalities that also on an UK goverment web site: https://www.gov.uk/government/publications/nationalities/list-of-nationalities Some example: ``` 'Anguillian to Anguillan', 'Motswana to Botswanan', 'Virgin Islander to...

### Feature description It seems that currently it is not possible to register global Transaction before commit event listeners in Micronaut 4. Please add the capability. I was able to...

type: enhancement

### Expected Behavior Build to succeed or give a good error message ### Actual Behaviour > Task :kspKotlin FAILED e: [ksp] Originating element: meAsParent e: [ksp] Index 0 out of...

type: bug
lang: kotlin
status: validated

### Expected Behavior Tests succeed ### Actual Behaviour Errors are thrown about objects "found in the image heap. This type, however, is marked for initialization at image run time for...

status: awaiting third-party
relates-to: graal

### Integration sentry-opentelemetry-core ### Java Version 21 ### Version 8.11.1 ### Steps to Reproduce Use newest Micronaut framework with open telemetry. It was removed from open-telemetry in 1.30.0 https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.30.0-rc.1 Using...

Bug
Java
getsentry/sentry-java
Spans

### Expected Behavior After overriding a CrudRepository method in micronaut-data 12.0 we are getting NoSuchmethod errors in Runtime ### Actual Behaviour Below is the difference between kapt generated repository intercepted...

status: example attached
type: bug

### Expected Behavior Test that pass in normal mode also pass in debug mode ### Actual Behaviour After upgrading Micronaut from 4.7.6 to 4.8.2 running a test in debug mode...

type: bug
status: example attached

### Expected Behavior Ability to start server and get responses when Virtual Threads are used with GraalVM native. ### Actual Behaviour java.lang.NoClassDefFoundError: Could not initialize class io.micronaut.http.netty.channel.loom.LoomCarrierGroup$LoopTick at io.micronaut.http.netty.channel.loom.LoomCarrierGroup$Runner.tick(LoomCarrierGroup.java:471) at...