Santo
JCHJava Community | Help. Code. Learn.
•Created by Santo on 12/2/2024 in #java-help
Gradle H2 issue with MSSQLServer Mode
When liquibase runs runs the SQL files on the H2, it encounters Syntax issues like sp_rename
The issue is not present in the branch that's still multi modular
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 12/2/2024 in #java-help
Gradle H2 issue with MSSQLServer Mode
Any idea on what could explain/cause this ?
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
Idk why ... normally that's what's written in the doc, or it's not up to date
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
Found the culprit ... I removed the following (beanClass and beanMethod everywhere) and now everything shows
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
yes
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
if i remove the second route the first one shows up yeah
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
this is the recommanded way for spring boot 3 😅 but yeah i'll try
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
Maybe it's a bug ... i'll try downgrading the version
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
nope
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
it's already there :
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
no, even separating the RouterFunctions into multiple methods with a routeroperation each, the problem persists
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
https://springdoc.org/features.html
I tried their way here :
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
I'm pretty sad with this compared to when the detection was automatic with RestController :/
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
The swagger doesn't automatically detect the routes, I have to use the @Operation for it to detect it
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
it seems to detect only one route
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
RouterFunctions.route(GET(BASE_URL) ...
Apparently this is the way today for reactive programming and endpoint declaration
45 replies
JCHJava Community | Help. Code. Learn.
•Created by Santo on 2/14/2024 in #java-help
OpenAPI-Swagger webflux Spring boot 3
You can find the source code here : https://github.com/Hunikel/Cocktail-API
This is the router (equivalent to Controllers from what I understood with ReactiveProgramming) : https://github.com/Hunikel/Cocktail-API/blob/main/src/main/java/com/santo/cocktail/router/IngredientRouter.java
45 replies