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

Tests with Quarkus SNAPSHOT is failing with creating synthetic bean #395

Closed
zhfeng opened this issue Jan 19, 2024 · 0 comments · Fixed by #396
Closed

Tests with Quarkus SNAPSHOT is failing with creating synthetic bean #395

zhfeng opened this issue Jan 19, 2024 · 0 comments · Fixed by #396

Comments

@zhfeng
Copy link
Collaborator

zhfeng commented Jan 19, 2024

see https://github.com/quarkiverse/quarkus-mybatis/actions/runs/7579710826

2024-01-19 05:55:59,720 WARN  [io.qua.myb.run.MyBatisRecorder] (main) Error executing SQL Script insert-derby.sql: jakarta.enterprise.inject.CreationException: Error creating synthetic bean [svmyPJfgLUOBzT7zpcDjIrSgwlc]: jakarta.enterprise.inject.CreationException: Synthetic bean instance for io.quarkus.datasource.runtime.DataSourceSupport not initialized yet: io_quarkus_datasource_runtime_DataSourceSupport_f2cd6de2f5ebdf7a97f46dda37f1938b9d43bde4
	- a synthetic bean initialized during RUNTIME_INIT must not be accessed during STATIC_INIT
	- RUNTIME_INIT build steps that require access to synthetic beans initialized during RUNTIME_INIT should consume the SyntheticBeansRuntimeInitBuildItem

Also

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

Successfully merging a pull request may close this issue.

1 participant