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

Bump micronaut-security to 3.7.4 #9522

Closed
wants to merge 152 commits into from
Closed

Conversation

micronaut-build
Copy link
Contributor

No description provided.

sdelamo and others added 30 commits August 4, 2022 08:44
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2.18.0 (#7851)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…to v5.2.0 (#7847)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump micronaut-test to 3.5.0

* Fix kotlin version for test runtime configuration

Co-authored-by: Tim Yates <tim.yates@gmail.com>
…7845)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…v5.5.0 (#7849)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ry-client to v3.2.0 (#7846)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…te5 to v7.3.0 (#7853)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
….5.0 (#7904)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
* Bump micronaut-micrometer to 4.5.0

* Update libs.versions.toml

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
#7933)

* feature: Allow stopping netty without stopping the application context

For CRaC, we need to be able to stop the Netty server, but keep the ApplicationContext alive.

This change adds a new method to NettyEmbeddedServer to do this.

* Add test

* Add @nonnull annotations
YAML has a defined timestamp type that is used when iso8601-like values are encountered, e.g. 2022-08-12. Unfortunately, snakeyaml parses them as java.util.Date by default (at UTC timezone).
This patch adds a snakeyaml constructor that parses timestamps as the appropriate java.time type instead – LocalDate, LocalDateTime, or OffsetDateTime, depending on the actual input.
To maintain compatibility, I added conversions from these types to Date. For ODT this is straight-forward, but for LD and LDT, it uses UTC as the offset to match the old snakeyaml behavior. This is a bit arbitrary, but required for compatibility. We could remove these conversions for Micronaut 4.
I've also altered the existing time conversions to be able to handle ISO 8601 strings as inputs for conversion to the java.time types. This means that when a configuration property is defined with java.time, you can use the same ISO 8601 string for the yaml and e.g. properties or toml definition.
Fixes #7863
sdelamo and others added 25 commits November 20, 2022 05:57
* Bump micronaut-redis to 5.3.2

* Update graalvm.yml

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
* Fix HttpClient.start (#8155)

This fixes the tests in micronaut-reactor, and copies the relevant test to this repo as well.

* Stop trying to run graal 11 dev

Co-authored-by: Tim Yates <tim.yates@gmail.com>
# Conflicts:
#	gradle/libs.versions.toml
# Conflicts:
#	gradle/libs.versions.toml
# Conflicts:
#	gradle/libs.versions.toml
#	settings.gradle
@micronaut-build micronaut-build added the type: dependency-upgrade Upgrade a dependency label Jun 29, 2023
@github-actions
Copy link

❌ Java CI failed: https://ge.micronaut.io/s/pqlwh5tvfzcoa

@github-actions
Copy link

❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/53mhingpvbbrk

@sdelamo sdelamo changed the base branch from 3.7.x to 3.6.x June 29, 2023 04:13
@sdelamo sdelamo closed this Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet