-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Spring Boot 3 #36
Comments
@kazuki43zoo let me know if I can help you migrate to the new API in Spring Boot 3. Spring Boot |
@snicoll Sorry to late reply... |
|
同求 |
Hi, Is there any progress on this issue? I have also meet this problem |
Is this project still relevant though? It seems for Spring Boot 2.x and the now retired project. Folks should use Spring Boot and it's GA version of native support. I believe Mybatis has an integration for Spring Boot 3 as well. Try on start.spring.io? |
We have a plan to provide support components and meta-data for building native image using Spring Boot 3 on this project or mybatis-spring or mybatis-spring-boot project at late. Until then, please see the mybatis-spring-boot's wiki page. |
Hello everyone, here is a demo that support Spring Boot 3 & GraalVM & Mybatis Plus. |
|
Maybe you misunderstood me, here I want to help those friends. mvn -Pnative native:compile -DskipTests In this demo, because Mybatis Plus is based on Mybatis, so Mybatis also works. |
support springboot3 native has some new messages? |
Spring Boot v3.3.2, Spring v6.1.11
|
The https://github.com/spring-attic/spring-native used in the project has been archived, and Spring Boot 3 already natively supports native without https://github.com/spring-attic/spring-native |
question:
answer: reflect-config.json [
{
"name": "org.apache.ibatis.logging.slf4j.Slf4jImpl",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{
"name": "org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{
"name": "org.apache.ibatis.logging.log4j2.Log4j2Impl",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{
"name": "org.apache.ibatis.logging.log4j.Log4jImpl",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{
"name": "org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
},
{
"name": "org.apache.ibatis.logging.nologging.NoLoggingImpl",
"allDeclaredConstructors": true,
"allDeclaredMethods": true
}
] |
Completed debugging of MyBatis functionality for Spring Boot 3. Please refer to the submission record of the mybatis/native-image branch for details. |
No description provided.
The text was updated successfully, but these errors were encountered: