spring-projects / spring-projects/spring-boot
Revert changes made for GraalVM in EmbeddedDatabaseConnection
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
https://github.com/spring-projects/spring-boot/issues/32865 changed the EmbeddedDatabaseConnection so that GraalVM would not fail to initialize it.
When https://github.com/oracle/graal/issues/5300 and https://github.com/oracle/graal/issues/5301 is resolved, we can revert these changes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with EmbeddedDatabaseConnection and compare the changes introduced by issue #32865. Check the status of GraalVM issues #5300 and #5301 first; done means those upstream problems are resolved and the GraalVM-specific changes can be reverted without breaking the existing embedded-database behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100