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

Make MediaType comparable #11226

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Make MediaType comparable #11226

merged 2 commits into from
Oct 3, 2024

Conversation

dstepanov
Copy link
Contributor

We can avoid creating a lambda to do sorting

@dstepanov dstepanov added the type: improvement A minor improvement to an existing feature label Oct 2, 2024
@@ -27,6 +27,7 @@
import io.micronaut.core.util.StringUtils;
import io.micronaut.core.value.OptionalValues;
import io.micronaut.http.annotation.Produces;
import org.jetbrains.annotations.NotNull;
Copy link
Contributor

Choose a reason for hiding this comment

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

use the Micronaut version

Copy link

sonarcloud bot commented Oct 3, 2024

@dstepanov dstepanov merged commit 1247d18 into 4.7.x Oct 3, 2024
21 checks passed
@dstepanov dstepanov deleted the mts branch October 3, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants