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

Update to 4.4.2 #1459

Merged
merged 6 commits into from
May 8, 2024
Merged

Update to 4.4.2 #1459

merged 6 commits into from
May 8, 2024

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented May 3, 2024

No description provided.

@timyates
Copy link
Contributor

timyates commented May 7, 2024

The failure is with Maven and Groovy... I believe it's caused by micronaut-projects/micronaut-tracing#559 which was in 6.5.2 of micronaut-tracing, but I'm not currently sure why

When also using the internal Micronaut-Gradle-Enterprise plugin
until we have a fix for core-processor not being on the compile classpath
@timyates
Copy link
Contributor

timyates commented May 7, 2024

So previously we had the core processor as an api dependency, so it was a compile dependency when we pulled in the parent

Now it's coming through as runtime so it doesn't work when we try to do the processing...

I guess we need fix starter to add it as a compile dependency when using jaeger, groovy and maven

until we have a fix for core-processor not being on the compile classpath
@@ -4,6 +4,7 @@
"authors": ["Sergio del Amo"],
"tags": ["distributed-tracing", "zipkin", "validation"],
"categories": ["Distributed Tracing"],
"skips": [["maven", "groovy"]],
Copy link
Contributor

Choose a reason for hiding this comment

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

Added a method to skip a given buildtool and language combination

Here currently Maven and Groovy doesn't work, but instead of skipping all maven, or all groovy, we can just skip maven + groovy

@sdelamo sdelamo merged commit 52d8ccc into master May 8, 2024
10 checks passed
@sdelamo sdelamo deleted the sdelamo-patch-3 branch May 8, 2024 06:44
timyates added a commit that referenced this pull request May 9, 2024
In #1459 we added the ability to totally skip a build tool/language.

This broke guides which are generated but their tests are skipped (as they require resource we don't have on CI).

Fixes #1462
sdelamo pushed a commit that referenced this pull request May 13, 2024
In #1459 we added the ability to totally skip a build tool/language.

This broke guides which are generated but their tests are skipped (as they require resource we don't have on CI).

Fixes #1462
AndreaLaGrotteria pushed a commit to AndreaLaGrotteria/micronaut-guides that referenced this pull request Oct 3, 2024
AndreaLaGrotteria pushed a commit to AndreaLaGrotteria/micronaut-guides that referenced this pull request Oct 3, 2024
In micronaut-projects#1459 we added the ability to totally skip a build tool/language.

This broke guides which are generated but their tests are skipped (as they require resource we don't have on CI).

Fixes micronaut-projects#1462
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.

2 participants