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

Add support for Jakarta Servlet 6.x (major) #2652

Merged
merged 1 commit into from Aug 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jakarta.servlet:jakarta.servlet-api (source) 5.0.0 -> 6.0.0 age adoption passing confidence
javax.servlet:javax.servlet-api (source) 3.1.0 -> 4.0.1 age adoption passing confidence

Release Notes

eclipse-ee4j/servlet-api (jakarta.servlet:jakarta.servlet-api)

v6.0.0

Compare Source

javaee/servlet-spec (javax.servlet:javax.servlet-api)

v4.0.1

Compare Source

v4.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners June 5, 2022 01:41
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 5, 2022
@gitpod-io
Copy link

gitpod-io bot commented Jun 5, 2022

@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 2 times, most recently from 0a646db to f09be7f Compare June 8, 2022 07:06
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 12 times, most recently from b4f7fff to 7e99039 Compare June 23, 2022 07:58
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 5 times, most recently from 63e584d to 172eedd Compare July 3, 2022 14:43
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 4 times, most recently from ba2ed1e to d9a98d9 Compare July 14, 2022 08:35
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 2 times, most recently from 94da6ca to 8706ea4 Compare July 21, 2022 11:32
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch from 8706ea4 to 4ef32bf Compare July 26, 2022 17:55
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 3 times, most recently from 8b98f4b to 3d42877 Compare July 25, 2023 16:49
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch 7 times, most recently from 6bb6125 to bbf3aae Compare August 6, 2023 19:29
@joschi joschi force-pushed the renovate/release/4.2.x-major-servlet.version branch from bbf3aae to 07e6929 Compare August 6, 2023 19:47
@joschi joschi added this to the 4.2.20 milestone Aug 6, 2023
@joschi joschi changed the title Update servlet.version (release/4.2.x) (major) Add support for Jakarta Servlet 6.x (major) Aug 6, 2023
@joschi joschi force-pushed the renovate/release/4.2.x-major-servlet.version branch from 07e6929 to c978357 Compare August 6, 2023 19:53
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch from c978357 to 7a694e6 Compare August 6, 2023 19:53
@joschi joschi force-pushed the renovate/release/4.2.x-major-servlet.version branch from 7a694e6 to c978357 Compare August 6, 2023 19:53
@joschi joschi enabled auto-merge (squash) August 6, 2023 19:54
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch from c978357 to 7e99424 Compare August 6, 2023 20:01
@joschi joschi force-pushed the renovate/release/4.2.x-major-servlet.version branch from 7e99424 to c978357 Compare August 6, 2023 20:01
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch from c978357 to ae775be Compare August 6, 2023 20:02
@joschi joschi force-pushed the renovate/release/4.2.x-major-servlet.version branch from ae775be to c978357 Compare August 6, 2023 20:02
@joschi joschi disabled auto-merge August 6, 2023 20:03
@renovate renovate bot force-pushed the renovate/release/4.2.x-major-servlet.version branch from c978357 to 5ba1109 Compare August 6, 2023 20:03
@joschi joschi force-pushed the renovate/release/4.2.x-major-servlet.version branch from 5ba1109 to c978357 Compare August 6, 2023 20:03
@joschi joschi merged commit 95e28e3 into release/4.2.x Aug 6, 2023
10 of 13 checks passed
@joschi joschi deleted the renovate/release/4.2.x-major-servlet.version branch August 6, 2023 20:03
@sonarcloud
Copy link

sonarcloud bot commented Aug 6, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

3.5% 3.5% Coverage
51.3% 51.3% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

dongjoon-hyun pushed a commit to apache/spark that referenced this pull request Nov 1, 2023
### What changes were proposed in this pull request?
This pr upgrade dropwizard metrics from 4.2.19 to 4.2.21.

### Why are the changes needed?
The new version includes the following major updates:
- dropwizard/metrics#2652
- dropwizard/metrics#3515
- dropwizard/metrics#3523
- dropwizard/metrics#3570

The full release notes as follows:
- https://github.com/dropwizard/metrics/releases/tag/v4.2.20
- https://github.com/dropwizard/metrics/releases/tag/v4.2.21

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #43608 from LuciferYang/SPARK-45743.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants