altro3

Results 78 comments of altro3

@bmunyan I am glad to help. As for the timing, I don't know, because I'm not in the micronaut team :-). As they decide to create a new release -...

@graemerocher Hmm... Sorry, I don't know how to get rid of slfj4j initialization correctly. The only way I know to remove this message is to add logback or slf4j-simple to...

@graemerocher I went through all the code and all the dependencies. There is no use of slf4j anywhere in the project code itself. What solutions do I see: 1. Remove...

@graemerocher Need full example for it. I already wrote test for records: ```java void "test read javadoc from class level for records"() { given: when: buildBeanDefinition('test.MyBean', ''' package test; import...

@graemerocher Checked this on sample project - all works fine: Controller: ```java @Controller public class TestController { @Get public Pet test() { return null; } } ``` DTO: ```java /**...

@graemerocher ping you about this issue. I still can't reproduce your problem. Could you give me sample app ?

@daltonconley I understand what you're talking about, but it would be very nice if you create a repository with an example of what you want to see so that I...

@heruan As you see, I suggested it 5 years ago (yes, it was my second account). I think, you can predict his answer :-)

Close it. Continue here: https://github.com/micronaut-projects/micronaut-openapi/pull/1532

I tried to run your sample project - all works fine ![изображение](https://github.com/micronaut-projects/micronaut-openapi/assets/48474279/505f1f64-e259-4e13-bb79-22bf3f5510df) Maybe it's your local troubles?