-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try to fix groovy issue #548
Conversation
…es to correspond to changed bom/platform architecture, misc build fixes.
# Conflicts: # .github/workflows/graalvm.yml # .github/workflows/gradle.yml
…r-mn4 # Conflicts: # .github/workflows/graalvm.yml # .github/workflows/gradle.yml
examples/micronaut-client/src/test/groovy/micronaut/client/utils/KubernetesSpecification.groovy
Outdated
Show resolved
Hide resolved
Co-authored-by: Dean Wette <[email protected]>
Co-authored-by: Dean Wette <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@sdelamo this looks like it ready now. |
@@ -48,3 +42,9 @@ tasks { | |||
} | |||
} | |||
|
|||
configurations.all { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not necessary with Micronaut Framework 4.0, since Micronaut Framework 4.0 does not longer expose micronaut-jackson-databind
automatically.
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
package micronaut.client.utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason why we use a package not starting with io.micronaut
but micronaut
instead?
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
package micronaut.informer.utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this package be io.micronaut.informer.utils
instead?
@@ -47,3 +41,10 @@ tasks { | |||
images = ['micronaut-kubernetes-operator-example'] | |||
} | |||
} | |||
|
|||
configurations.all { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not necessary
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
package micronaut.operator.utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the package be io.micronaut.operator.utils
?
io-fabric8-kubernetes-client = '6.5.1' | ||
|
||
micronaut-discovery = "4.0.0-M1" | ||
micronaut-logging = "1.0.0-SNAPSHOT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
micronaut-logging = "1.0.0-SNAPSHOT" | |
micronaut-logging = "1.0.0-M1" |
No description provided.