Use Oracle Free rather than Oracle XE with Spring Boot 3.2.0 and later#1352
Use Oracle Free rather than Oracle XE with Spring Boot 3.2.0 and later#1352gvenzl wants to merge 1 commit intospring-io:mainfrom gvenzl:main
Conversation
Signed-off-by: Gerald Venzl <gerald.venzl@gmail.com>
|
We'd missed the XE to Free transition. Thanks for bringing it to our attention, @gvenzl. We'll have to make some changes to Spring Boot before we can merge this:
|
|
The Oracle Free module is new in Testcontainers 1.19.2. Spring Boot 3.2 upgraded to Testcontainers 1.19 and it's only 3.2.0 that has upgraded to 1.19.2. This means that the changes proposed here will requires at least Spring Boot 3.2.0 and maybe later depending on the version in which we make the necessary changes on the Boot side. Projects generated with earlier versions will have to continue using Oracle XE. |
|
Hey @wilkinsona, Of course, thanks a lot for considering this PR! Fully understand that older versions of Spring Boot will still leverage Oracle XE. Thanks, |
|
Hi, this commit added support for the new Oracle Free module in Spring Boot. |
Signed-off-by: Gerald Venzl <gerald.venzl@gmail.com> See gh-1352
|
Thanks very much, @gvenzl. |
|
And to you, @wilkinsona, for considering and merging it! :) |
Hi Spring team,
This PR upgrades the Testcontainer Oracle module from the Oracle XE module to the new Oracle Free module. Oracle Database Free is the successor of Oracle XE and the Oracle Free docker image as well as the Oracle Free Testcontainers modules are upward compatible.
Also adding @eddumelendez from the TC team.