redhat-scholars / istio-tutorial

Istio Tutorial for https://dn.dev/master
https://redhat-scholars.github.io/istio-tutorial/
Apache License 2.0
1.2k stars 708 forks source link

Upgrade to Spring Boot 2 #141

Open davsclaus opened 6 years ago

davsclaus commented 6 years ago

Would it not be good to update to SB2 ?

Apache Camel 2.22.x supports SB2 so you should be able to easily upgrade to SB2 and Camel at the same time. At this time of writing Camel 2.22.1 is the latest release.

rafabene commented 6 years ago

Indeed. However we are focusing more on the Istio features than the implementation itself. When we update the maven dependencies, we need also to regenerate the katacoda image that runs at https://learn.openshift.com/servicemesh

rafabene commented 5 years ago

Now that Quarkus is live, does this issue make sense?

davsclaus commented 5 years ago

Well yes and no. SB is very well known and in use. By having SB and other other stacks we can show that we can work with all of the popular ones, and people can then start migrate their apps with SB to start using them with Istio and then learn that there is a better java runtime such as quarkus and then start using it etc.

davsclaus commented 5 years ago

But if you remove SB then you should remove it also in the title of the root readme :)

rafabene commented 5 years ago

Done :) - Title updated

rafabene commented 5 years ago

Can you contribute to PR to update SB to 2?