Skip to content
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

[Bug] spring boot 3.2.5 ConfigurationClassPostProcessor WRAN log #14253

Closed
3 of 4 tasks
firmianaQ opened this issue May 29, 2024 · 1 comment
Closed
3 of 4 tasks

[Bug] spring boot 3.2.5 ConfigurationClassPostProcessor WRAN log #14253

firmianaQ opened this issue May 29, 2024 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@firmianaQ
Copy link

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo Java 3.2.11, Graalvm-ce 17.0.9, Windows 11

Steps to reproduce this issue

After upgrading to Spring Boot 3.2.5 our services that use now log a new warning on startup

2024-05-29 10:09:24 [main] WARN o.s.c.a.ConfigurationClassPostProcessor - Cannot enhance @configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static' and/or marking the containing configuration class as 'proxyBeanMethods=false'.

2024-05-29 10:09:24 [main] WARN o.s.c.a.ConfigurationClassPostProcessor - Cannot enhance @configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static' and/or marking the containing configuration class as 'proxyBeanMethods=false'.

What you expected to happen

no warning

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@firmianaQ firmianaQ added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels May 29, 2024
@firmianaQ firmianaQ changed the title [Bug] spring boot 3.2.5 [Bug] spring boot 3.2.5 ConfigurationClassPostProcessor WRAN log May 29, 2024
@xixingya
Copy link
Contributor

@firmianaQ if you want to use graalvm with native please use dubbo 3.3, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Archived in project
Development

No branches or pull requests

2 participants