Comments on: Deploying Spring Boot Application on OpenShift with Dekorate https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/ Java, Spring, Kotlin, microservices, Kubernetes, containers Sat, 19 Dec 2020 00:03:19 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/#comment-679 Tue, 12 Nov 2019 21:52:01 +0000 https://piotrminkowski.wordpress.com/?p=7254#comment-679 In reply to Ioannis Canellos.

Hi. Thanks for your suggestion. I changed this sentence in my article following your suggestions. I think I could have misspoken.

]]>
By: Ioannis Canellos https://piotrminkowski.com/2019/10/01/deploying-spring-boot-application-on-openshift-with-dekorate/#comment-678 Fri, 11 Oct 2019 10:28:10 +0000 https://piotrminkowski.wordpress.com/?p=7254#comment-678 Great article!

I really love the idea that builder image selection should be aligned with JDK version defined in the build tool.
In fact, I just created an issue about it: https://github.com/dekorateio/dekorate/issues/363

I have a tiny correction, if I may.

The following phrase is not 100% accurate:

“The starter contains not only annotations and annotation processors that may be used on your application, but also Maven plugin, which is executed during compile phase”

Dekorate doesn’t use or define any maven plugin as it aspires to be build tool independent.
So the dekorate starters are there so that user can add a single dependency and transitively get things like:

– openshift support
– spring boot suuport
– options support

]]>