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 the major version of Ktor #432

Merged
merged 49 commits into from
Dec 20, 2022
Merged

Update the major version of Ktor #432

merged 49 commits into from
Dec 20, 2022

Conversation

wetted
Copy link
Contributor

@wetted wetted commented Sep 16, 2022

closes #413

This also fixes a prior [seemingly] bug where MicronautKtorEnvironmentConfig.property(path) erroneously prefixed path with just a dot character if prefix was empty (but not null), causing the call to env.containsProperty to fail. @graemerocher can you double check this for me please? I'm not 100% sure I understand how the new collection views keys() and toMap() should really look, with respect to Environment, not to mention my Kotlin kung-fu is a work in progress. ;)

@wetted
Copy link
Contributor Author

wetted commented Sep 22, 2022

@sonarqubecloud
Copy link

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 1 Code Smell

82.1% 82.1% Coverage
0.0% 0.0% Duplication

graemerocher and others added 22 commits October 31, 2022 13:34
… to 4.0.6, spock to 2.3-groovy-4.0, github workflows to Java 17 (#439)
….3.0 (#444)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <[email protected]>
- groovy to 3.0.12
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@wetted wetted requested a review from timyates November 28, 2022 17:48
Copy link
Contributor

@timyates timyates left a comment

Choose a reason for hiding this comment

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

Not sure what the failure is... It could be micronaut-projects/micronaut-core#8419

Base automatically changed from 4.0.x to master December 1, 2022 16:20
wetted and others added 2 commits December 16, 2022 09:41
# Conflicts:
#	kotlin-extension-functions/src/test/kotlin/io/micronaut/kotlin/context/BeanContextExtensionsTest.kt
@sdelamo
Copy link
Contributor

sdelamo commented Dec 20, 2022

@wetted can you resolve the conflict?

@wetted
Copy link
Contributor Author

wetted commented Dec 20, 2022

The GraalVM job is failing with API rate limit exceeded for 52.185.204.64

@timyates
Copy link
Contributor

@wetted Can you try applying micronaut-projects/micronaut-project-template#309 here to the graal workflow?

[kotlin] Update common files for branch master
@sonarqubecloud
Copy link

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

80.8% 80.8% Coverage
0.0% 0.0% Duplication

@sdelamo sdelamo merged commit f3cdbd6 into master Dec 20, 2022
@sdelamo sdelamo deleted the upgrade-to-ktor2 branch December 20, 2022 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update the major version of Ktor
5 participants