Skip to content
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

Merged
merged 39 commits into from
Apr 10, 2023
Merged

try to fix groovy issue #548

merged 39 commits into from
Apr 10, 2023

Conversation

n0tl3ss
Copy link
Member

@n0tl3ss n0tl3ss commented Apr 5, 2023

No description provided.

wetted and others added 30 commits September 9, 2022 15:56
…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
@n0tl3ss n0tl3ss changed the base branch from prepare-for-mn4 to master April 5, 2023 16:37
@graemerocher graemerocher requested a review from wetted April 6, 2023 10:51
gradle/libs.versions.toml Outdated Show resolved Hide resolved
gradle/wrapper/gradle-wrapper.properties Outdated Show resolved Hide resolved
gradle/libs.versions.toml Show resolved Hide resolved
n0tl3ss and others added 2 commits April 6, 2023 17:50
Co-authored-by: Dean Wette <wetted@objectcomputing.com>
Co-authored-by: Dean Wette <wetted@objectcomputing.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wetted wetted self-requested a review April 6, 2023 19:20
@wetted wetted marked this pull request as ready for review April 6, 2023 19:22
@wetted
Copy link
Contributor

wetted commented Apr 6, 2023

@sdelamo this looks like it ready now.

@@ -48,3 +42,9 @@ tasks {
}
}

configurations.all {
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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 {
Copy link
Contributor

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
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
micronaut-logging = "1.0.0-SNAPSHOT"
micronaut-logging = "1.0.0-M1"

@sdelamo sdelamo merged commit 05ac242 into master Apr 10, 2023
@sdelamo sdelamo deleted the prepare-for-mn4-tests branch April 10, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants