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

Backport main fixes/dependency updates for 2.2.1 #1241

Merged
merged 13 commits into from
Sep 5, 2022

Conversation

dependabot bot and others added 13 commits September 5, 2022 08:39
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 4.13.2 to 4.14.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v4.13.2...v4.14.0)

---
updated-dependencies:
- dependency-name: org.webjars.npm:swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Fixes smallrye#1218

Signed-off-by: Michael Edgar <michael@xlate.io>
- Do not include properties where the name is not a valid Java
identifier (covers the case of generated methods for Kotlin value class
fields)
- Add test data module, initally holding test Kotlin classes

Fixes smallrye#1195

Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
Previously an ApplicationArchiveProcessor was used to run the
implementation and generate the OpenAPI document in the archive before
deploying it. However, and ApplicationArchiveProcessor is only called
for _testable_ archives (archives where tests run on the server),
whereas to pass the TCK we need to process all the archives.

Instead, use the BeforeDeploy event to update the archive which is
called for every deployment.
Bumps `version.quarkus` from 2.11.2.Final to 2.12.0.Final.

Updates `resteasy-reactive-common` from 2.11.2.Final to 2.12.0.Final

Updates `quarkus-kotlin` from 2.11.2.Final to 2.12.0.Final

Updates `quarkus-reactive-routes` from 2.11.2.Final to 2.12.0.Final

---
updated-dependencies:
- dependency-name: io.quarkus.resteasy.reactive:resteasy-reactive-common
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-kotlin
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-reactive-routes
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Fixes smallrye#1202

Signed-off-by: Michael Edgar <michael@xlate.io>
Bumps smallrye-parent from 35 to 36.

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-jakarta-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Michael Edgar <michael@xlate.io>
Signed-off-by: Michael Edgar <michael@xlate.io>
@MikeEdgar MikeEdgar requested a review from a team as a code owner September 5, 2022 13:20
@MikeEdgar MikeEdgar added this to the 2.2.1 milestone Sep 5, 2022
@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2022

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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@MikeEdgar
Copy link
Member Author

@radcortez - we need this merged and 2.2.1 released before updating 3.0.x for the Jakarta migration release.

@@ -0,0 +1,131 @@
name: "SonarCloud"
Copy link
Member

Choose a reason for hiding this comment

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

Just curious about why you split the Sonar step? We may want to do it as well for other SR components.

Copy link
Member Author

Choose a reason for hiding this comment

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

When it runs for a PR, this repo's Sonar secrets are not available to push the scan results.

Copy link
Member Author

Choose a reason for hiding this comment

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

This allows it to work for both PRs and local repo pushes, although arguably PRs are more useful to have the scan.

@MikeEdgar MikeEdgar merged commit 2e73ab3 into smallrye:2.2.x Sep 5, 2022
@MikeEdgar MikeEdgar deleted the backport-2.2.1-1 branch September 5, 2022 16:09
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