spring-attic / mononoke

Spring Boot Application Reconcilers for Kubernetes
Apache License 2.0
0 stars 4 forks source link

Apply an opinion based on Spring Boot version #26

Open ojhughes opened 4 years ago

ojhughes commented 4 years ago

Spring Boot will expose different features across versions. Sometimes property names are deprecated or renamed for example. Our opinions must consider the version of Boot being deployed

Using a decorator model this might be a core constraint for all opinions eg appliesToVersion

Related to #13

scothis commented 4 years ago

I briefly tried to use a semver comparison library. But backed away because spring projects don't follow semver 😢

It's so close 2.3.0.M3 👎 vs 2.3.0-M3 👍