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 to JUnit 5.11.0 #98

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Update to JUnit 5.11.0 #98

merged 2 commits into from
Aug 16, 2024

Conversation

panbingkun
Copy link
Contributor

@panbingkun panbingkun commented Aug 16, 2024

The pr aims to upgrade JUnit from 5.10.3 to 5.11.0

@panbingkun
Copy link
Contributor Author

cc @eed3si9n

@eed3si9n eed3si9n merged commit c7c9e74 into sbt:main Aug 16, 2024
5 checks passed
LuciferYang pushed a commit to apache/spark that referenced this pull request Aug 20, 2024
### What changes were proposed in this pull request?
The pr aims to upgrade `JUnit5` related to the latest version, includes:
- `junit-jupiter` from `5.9.3` to `5.11.0`.
- `junit-platform` from `1.9.3` to `1.11.0`.
- `sbt-jupiter-interface` from `0.11.1` to `0.13.0`.

### Why are the changes needed?
- `junit-jupiter` & `junit-platform`
  https://github.com/junit-team/junit5/releases/tag/r5.11.0 (JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0)
  https://junit.org/junit5/docs/5.10.3/release-notes/
  https://junit.org/junit5/docs/5.10.2/release-notes/
  https://junit.org/junit5/docs/5.10.1/release-notes/
  https://junit.org/junit5/docs/5.10.0/release-notes/

- `sbt-jupiter-interface`
  Note: `sbt-jupiter-interface` 0.11.3 is published under `com.github.sbt.junit`.
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.13.0 (Update JUnit to 5.11.0 by panbingkun in sbt/sbt-jupiter-interface#98)
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.12.0
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.4
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.3
  <img width="819" alt="image" src="https://github.com/user-attachments/assets/11d8fd83-58a0-45f7-b51f-1ff6efae8367">

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

### How was this patch tested?
Pass GA.

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

Closes #47560 from panbingkun/SPARK-49075.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
IvanK-db pushed a commit to IvanK-db/spark that referenced this pull request Sep 20, 2024
### What changes were proposed in this pull request?
The pr aims to upgrade `JUnit5` related to the latest version, includes:
- `junit-jupiter` from `5.9.3` to `5.11.0`.
- `junit-platform` from `1.9.3` to `1.11.0`.
- `sbt-jupiter-interface` from `0.11.1` to `0.13.0`.

### Why are the changes needed?
- `junit-jupiter` & `junit-platform`
  https://github.com/junit-team/junit5/releases/tag/r5.11.0 (JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0)
  https://junit.org/junit5/docs/5.10.3/release-notes/
  https://junit.org/junit5/docs/5.10.2/release-notes/
  https://junit.org/junit5/docs/5.10.1/release-notes/
  https://junit.org/junit5/docs/5.10.0/release-notes/

- `sbt-jupiter-interface`
  Note: `sbt-jupiter-interface` 0.11.3 is published under `com.github.sbt.junit`.
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.13.0 (Update JUnit to 5.11.0 by panbingkun in sbt/sbt-jupiter-interface#98)
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.12.0
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.4
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.3
  <img width="819" alt="image" src="https://github.com/user-attachments/assets/11d8fd83-58a0-45f7-b51f-1ff6efae8367">

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

### How was this patch tested?
Pass GA.

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

Closes apache#47560 from panbingkun/SPARK-49075.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 2024
### What changes were proposed in this pull request?
The pr aims to upgrade `JUnit5` related to the latest version, includes:
- `junit-jupiter` from `5.9.3` to `5.11.0`.
- `junit-platform` from `1.9.3` to `1.11.0`.
- `sbt-jupiter-interface` from `0.11.1` to `0.13.0`.

### Why are the changes needed?
- `junit-jupiter` & `junit-platform`
  https://github.com/junit-team/junit5/releases/tag/r5.11.0 (JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0)
  https://junit.org/junit5/docs/5.10.3/release-notes/
  https://junit.org/junit5/docs/5.10.2/release-notes/
  https://junit.org/junit5/docs/5.10.1/release-notes/
  https://junit.org/junit5/docs/5.10.0/release-notes/

- `sbt-jupiter-interface`
  Note: `sbt-jupiter-interface` 0.11.3 is published under `com.github.sbt.junit`.
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.13.0 (Update JUnit to 5.11.0 by panbingkun in sbt/sbt-jupiter-interface#98)
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.12.0
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.4
  https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.3
  <img width="819" alt="image" src="https://github.com/user-attachments/assets/11d8fd83-58a0-45f7-b51f-1ff6efae8367">

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

### How was this patch tested?
Pass GA.

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

Closes apache#47560 from panbingkun/SPARK-49075.

Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
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.

2 participants