Jason
Jason
Explicitly calls out the need to use SQL. This is a DRAFT - welcome input and changes/thoughts.
IF you create a "network" and then create networks underneath that network by adding ```func:nextavailablenetwork:${infoblox_network.mynetwork.network},default,18``` to try and create subnet networks, terraform will succeed the first time, but it will...
Wiki could use some updates regarding how to use nextavailablenetwork stuff. For example, we finally found that to use the next available network you have to use locator stuff: ```func:nextavailablenetwork:10.0.0.0/8,default,18```...
### Current Behavior Given 3 projects: "A" a platform, "B" a module and "C" the end-result project, if you have an enforced platform from A used in C, and a...
Duplicates most of the other project integration tests with a FEW changes * Uses valkey for redis (license concern) and uses version 7.
This replaces spring fox with spring docs to the latest releases. Primary migration guide: https://springdoc.org/migrating-from-springfox.html MOST Of the changes are done downstream in various services that need to replace springfox...
WIP Currently, dependent upon https://github.com/spinnaker/kork/pull/1198. Seem to be a few unit test library failures.
Will remove openrewrite stuff later, though could be used a few other places and it's a good example case. * Before merging should probably adjust kork on the dep constraints...