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 deprecation warnings with Spring 3.0 #885

Closed
edwardmp opened this issue Nov 28, 2023 · 1 comment
Closed

[BUG] Spring deprecation warnings with Spring 3.0 #885

edwardmp opened this issue Nov 28, 2023 · 1 comment

Comments

@edwardmp
Copy link

edwardmp commented Nov 28, 2023

JobRunr Version

6.3.3

JDK Version

openjdk 17.0.5 2022-10-18

Your SQL / NoSQL database

Postgres 14

What happened?

After upgrading to Spring 3.0, I see some benign warnings messages:

How to reproduce?

Not relevant

Relevant log output

2023-11-29T00:32:52.087+01:00  WARN [,,] 32936 --- [  restartedMain] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: org.jobrunr.spring.autoconfigure.JobRunrAutoConfiguration
2023-11-29T00:32:52.088+01:00  WARN [,,] 32936 --- [  restartedMain] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: org.jobrunr.spring.autoconfigure.storage.JobRunrSqlStorageAutoConfigurationdling
2023-11-29T00:32:52.625+01:00  WARN [,,] 32936 --- [  restartedMain] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: org.jobrunr.spring.autoconfigure.JobRunrAutoConfiguration$JobRunrHealthIndicatorAutoConfiguration
@rdehuyss
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants