Update spring-r example to Spring Boot 3
Opened this issue · 2 comments
jabrena commented
Hi,
I was testing the example about Spring & R but I noticed that it uses Spring Boot 2.x. Do you accept a PR to update to Spring Boot 3.x?
Juan Antonio
olyagpl commented
Hi @jabrena,
Terribly sorry for a so late reply. Yes, you can propose changes to upgrade this application to Spring 3.
Please note that this demo requires the R language support, and the last released version of R is 22.3.1.
jabrena commented
If GraalVM is not going to continue with R inside, maybe it could be better to have something like this:
https://github.com/jabrena/spring-boot-and-r
maybe, it could be interesting to replace current example.
Juan Antonio