graalvm / graalvm-demos

This repository contains example applications to illustrate the different capabilities of GraalVM
http://graalvm.org
Universal Permissive License v1.0
589 stars 155 forks source link

Update spring-r example to Spring Boot 3 #212

Open jabrena opened 1 year ago

jabrena commented 1 year ago

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 10 months ago

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 9 months ago

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