public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marian Koncek <mkoncek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/junit5] rawhide: Update to upstream version 5.14.4
Date: Wed, 10 Jun 2026 09:16:16 GMT	[thread overview]
Message-ID: <178108297680.1.13608843120916966016.rpms-junit5-6c6c9a8e4d68@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/junit5
Branch : rawhide
Commit : 6c6c9a8e4d68dc0c6f10df4cd6ee9336cae5ec9d
Author : Marian Koncek <mkoncek@redhat.com>
Date   : 2026-06-10T11:15:24+02:00
Stats  : +45/-28 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/junit5/c/6c6c9a8e4d68dc0c6f10df4cd6ee9336cae5ec9d?branch=rawhide

Log:
Update to upstream version 5.14.4

---
diff --git a/.gitignore b/.gitignore
index 15914f3..290a0d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -270,3 +270,20 @@
 /junit-platform-suite-api-1.13.3.pom
 /junit-platform-testkit-1.13.3.pom
 /junit-platform-suite-commons-1.13.3.pom
+/junit5-5.14.4.tar.gz
+/junit-bom-5.14.4.pom
+/junit-jupiter-5.14.4.pom
+/junit-jupiter-api-5.14.4.pom
+/junit-jupiter-engine-5.14.4.pom
+/junit-jupiter-migrationsupport-5.14.4.pom
+/junit-jupiter-params-5.14.4.pom
+/junit-platform-commons-1.14.4.pom
+/junit-platform-console-1.14.4.pom
+/junit-platform-console-standalone-1.14.4.pom
+/junit-platform-engine-1.14.4.pom
+/junit-platform-launcher-1.14.4.pom
+/junit-platform-runner-1.14.4.pom
+/junit-platform-suite-api-1.14.4.pom
+/junit-platform-suite-commons-1.14.4.pom
+/junit-platform-testkit-1.14.4.pom
+/junit-vintage-engine-5.14.4.pom

diff --git a/0003-Remove-legacy-XML-console-support.patch b/0003-Remove-legacy-XML-console-support.patch
index a6e45f9..ee2f0ea 100644
--- a/0003-Remove-legacy-XML-console-support.patch
+++ b/0003-Remove-legacy-XML-console-support.patch
@@ -4,15 +4,15 @@ Date: Thu, 20 Feb 2025 12:24:46 +0100
 Subject: [PATCH 3/4] Remove legacy XML console support
 
 ---
- .../org/junit/platform/console/tasks/ConsoleTestExecutor.java  | 3 +--
+ .../junit/platform/console/command/ConsoleTestExecutor.java    | 3 +--
  .../src/module/org.junit.platform.console/module-info.java     | 1 -
  2 files changed, 1 insertion(+), 3 deletions(-)
 
-diff --git a/junit-platform-console/src/main/java/org/junit/platform/console/tasks/ConsoleTestExecutor.java b/junit-platform-console/src/main/java/org/junit/platform/console/tasks/ConsoleTestExecutor.java
-index eb0f3874a..465980427 100644
---- a/junit-platform-console/src/main/java/org/junit/platform/console/tasks/ConsoleTestExecutor.java
-+++ b/junit-platform-console/src/main/java/org/junit/platform/console/tasks/ConsoleTestExecutor.java
-@@ -39,7 +39,6 @@ import org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder;
+diff --git a/junit-platform-console/src/main/java/org/junit/platform/console/command/ConsoleTestExecutor.java b/junit-platform-console/src/main/java/org/junit/platform/console/command/ConsoleTestExecutor.java
+index d9789ef..735bd46 100644
+--- a/junit-platform-console/src/main/java/org/junit/platform/console/command/ConsoleTestExecutor.java
++++ b/junit-platform-console/src/main/java/org/junit/platform/console/command/ConsoleTestExecutor.java
+@@ -45,7 +45,6 @@ import org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder;
  import org.junit.platform.launcher.core.LauncherFactory;
  import org.junit.platform.launcher.listeners.SummaryGeneratingListener;
  import org.junit.platform.launcher.listeners.TestExecutionSummary;
@@ -20,7 +20,7 @@ index eb0f3874a..465980427 100644
  
  /**
   * @since 1.0
-@@ -211,7 +210,7 @@ public class ConsoleTestExecutor {
+@@ -217,7 +216,7 @@ public class ConsoleTestExecutor {
  	}
  
  	private Optional<TestExecutionListener> createXmlWritingListener(PrintWriter out, Optional<Path> reportsDir) {
@@ -30,10 +30,10 @@ index eb0f3874a..465980427 100644
  
  	private void printSummary(TestExecutionSummary summary, PrintWriter out) {
 diff --git a/junit-platform-console/src/module/org.junit.platform.console/module-info.java b/junit-platform-console/src/module/org.junit.platform.console/module-info.java
-index 166aff5ee..3e12448b4 100644
+index 52c0588..9cf220b 100644
 --- a/junit-platform-console/src/module/org.junit.platform.console/module-info.java
 +++ b/junit-platform-console/src/module/org.junit.platform.console/module-info.java
-@@ -19,7 +19,6 @@ module org.junit.platform.console {
+@@ -20,7 +20,6 @@ module org.junit.platform.console {
  	requires org.junit.platform.commons;
  	requires org.junit.platform.engine;
  	requires org.junit.platform.launcher;
@@ -42,5 +42,5 @@ index 166aff5ee..3e12448b4 100644
  	provides java.util.spi.ToolProvider with org.junit.platform.console.ConsoleLauncherToolProvider;
  }
 -- 
-2.50.1
+2.54.0
 

diff --git a/junit5.spec b/junit5.spec
index d64050a..711e692 100644
--- a/junit5.spec
+++ b/junit5.spec
@@ -5,7 +5,7 @@
 %global vintage_version %{version}
 
 Name:           junit5
-Version:        5.13.3
+Version:        5.14.4
 Release:        %autorelease
 Summary:        Java regression testing framework
 License:        EPL-2.0

diff --git a/sources b/sources
index f48e8c7..745c95e 100644
--- a/sources
+++ b/sources
@@ -1,17 +1,17 @@
-SHA512 (junit5-5.13.3.tar.gz) = 1f997ee64ea6cd090e94c2cd62c88004d1736e12fda5cbdf5a1fada029f2a2d2fd18da067dc187999ad8d4e5c770dfc53671db245aadcc37201e30adb35e98a5
-SHA512 (junit-platform-commons-1.13.3.pom) = c31a46da2c0cc3bccc2fce5c57f01ffcf3d63a01affc9d8e73217fcafad607d5c8a527f2615a8275eeaa4b779082d6f08fd35ffe94896cc8a36f6bacabeebf55
-SHA512 (junit-platform-console-1.13.3.pom) = 107714ebe70dc9df3de98e963583bb4c524aabf787151731ba6f0980048f4c2638a4d56f606781aaf54ad8d552a8c2aae007c27ed395a3fd120d67c894dc6c67
-SHA512 (junit-platform-console-standalone-1.13.3.pom) = d55d696ad3cf4d361b677b708f653d31f5e880978118828100979a98676375443c792652237bef01c70b569ebb7b8fdda2d1af74aacf5431bf7496d792d67aaf
-SHA512 (junit-platform-engine-1.13.3.pom) = 39a92de046ca82ef6973a092285849adac681e50c19104fd5f4c8d470843e7844d6f587902108f1fe2f68b28aae546e9a682b965a2cf73454f7b60adfb73e15e
-SHA512 (junit-platform-launcher-1.13.3.pom) = 908c6e6d2cc66314651a58f2d83a89d6c78e8adec34cf81630bb5f4f30a82a779dfd7f22a3eec8f4847146715ad2071ad4dfd4fd4b6abc6d7a4468d938eb654c
-SHA512 (junit-platform-runner-1.13.3.pom) = 6b36ae2e911f5a9484b6ce48a5da924547b69301aacca175c672741d01ebb17c27d8895bdd16c30a7594b7cbcc47d6547a2a07cd0b0ba596944befddf409c376
-SHA512 (junit-platform-suite-api-1.13.3.pom) = 43a59172d1ab3613abebd848e59b947ccbcae0d9e2f4050d246c10d3bda9bb31d7034be479e66eab88512f4cb93994ad74adcc136ace97db29fa908b4dbb3534
-SHA512 (junit-platform-testkit-1.13.3.pom) = b5da9085eb15b708106f1c59c8ff0d223ae25f9c91d50a42a7db341f6f92f72edbf035f05608eddac275c176a2ad6742bbc859677ff2df8e37f750027cad2200
-SHA512 (junit-platform-suite-commons-1.13.3.pom) = 1c69e6cb3d5b78e74719d8df010cb352519b9392a9b8279b3fd59ecea5ff6edeeec4ba20fb4c4a883a5f37f633e9a17bc5e0e99e0c6c8064fd4f10dc27647f86
-SHA512 (junit-jupiter-5.13.3.pom) = df6a30192402160c1097f7c0eb56513b41734eeca51179a7a88700697921ecb94bff018a08c36be577a9ac46e0f80d1ca1c8aa7527ae6fa56482272807454280
-SHA512 (junit-jupiter-api-5.13.3.pom) = 1ac09491e0259cbcee5eb4d636415ad4f58dd9018cb1354559671c7ced51eec0f362e7807fcfc927530a5b08ebe4b5fade61d89a7037f33f3c878047af796061
-SHA512 (junit-jupiter-engine-5.13.3.pom) = 223cc179d10f7aa9af25ae13652a356dd24bfb4cf1a231f3066a3188073e52741cb4d54100ebcfbb092119b5e830be1049e7f32c5986b0ec92546aec8027c52e
-SHA512 (junit-jupiter-migrationsupport-5.13.3.pom) = dafe2f8213a5753b49714f8773109ba889db710363367b427c4b939e5e17c14becbcc8f386bc7908debe06e1f6e55457a85213ace23d2a29fa4b865affb254e7
-SHA512 (junit-jupiter-params-5.13.3.pom) = 154bb086a0468c817e42e86c7c018e28d32bca4c94cfef70c662b76e2a51749f1d5138b9ef64c240343623e8fc5e6a4a8c4d02150fcfbfc941482127d1e03c8d
-SHA512 (junit-vintage-engine-5.13.3.pom) = f261b2ad25b3a7861d2016b0db449e6d3429d9af42324b06998321d39e44be337c1f7ed80d191de7869b3ecb2f33c4bde4121ff3af3675cb22261ec6ee7f982b
-SHA512 (junit-bom-5.13.3.pom) = f0123cbb9894191f87923a722560b90e2f545f037cde85279660f037c1bfe6c38e07759fa322ccc907886850a3626d845d5b00bdbee201c6e030aef9a2f11597
+SHA512 (junit5-5.14.4.tar.gz) = e4b3a45ba53b8d56cb5edd6c52db2b93294a93d885af7a7560b1fba41352e79008c5465ed19f5c0c0352ad030a87875a02b65914e32a855ceb4743d09f4a2e12
+SHA512 (junit-bom-5.14.4.pom) = f67ed3eefc040e64eea675272704320fb449a2d696651ec2fded42f5914711b2a15e947427b42ac53a3750f5066b44987425644baaf8e2eb832f04711d03bc54
+SHA512 (junit-jupiter-5.14.4.pom) = b6279e486fa012bfbd3cabfc00bc74b8e6a9b459d8c201df65cec8c24a6e21bbd805bf52199a2aa1cf2821a0d18ac5a18a95a85207d07bcd59a957b94d19d6ae
+SHA512 (junit-jupiter-api-5.14.4.pom) = e557a699cb2ff1f346cd719bbeb156972fccbe71b4204f801d4de172cbd937575c143f9d719dab0876b82e0060c05c192d0683644802247988b986eed5730d0a
+SHA512 (junit-jupiter-engine-5.14.4.pom) = f89f415f48bbf4e8d98d69448d1978fb76f552b3551b2e4f5db177d5f8e7aa78a86b97d7c6d4f7223169e901af2e62d5ad6860461ead5e055f5ea52b73b66e40
+SHA512 (junit-jupiter-migrationsupport-5.14.4.pom) = e3180954c1e20708ba8f660ade37528f716b25e692957f4e5a1fc2d7a6b60d1c6c4688b8c0b80629a2adc5e2d5130aa83b54a607184dd36c050bd6a7fca33d56
+SHA512 (junit-jupiter-params-5.14.4.pom) = ae0cfdc8c9342c115d674abb485d394e38c0b5b941f5afb7ad7e02a35a1e0bf86155238971ca02747b94691a372498855999d37a3b09b33b08f7d4d61ac11732
+SHA512 (junit-platform-commons-1.14.4.pom) = a5f5edc1be10374a0ddec7dfa1f89fc597990d4e28633c766f07c1502d500f1851f2046bc1b5b12630e5de1a156b2b97e312172656207e69eb49c6f3be6324dc
+SHA512 (junit-platform-console-1.14.4.pom) = fc070c695cdcdb2189161b3e85a953719776ea776bbbde3662696ddc340e252ba41a8f9f3ad497f14992bd577df7425a94aa90786d2eb97e207ba3f038064b06
+SHA512 (junit-platform-console-standalone-1.14.4.pom) = 63ce342c95d1cc3200b355e92ff1f228ff0b8a4f4efa137a75200ed68ab256210f38b6ccf6f1464ffad9a9cf0777ff9c51ba7d37521c2e342ff38d99fd3dd365
+SHA512 (junit-platform-engine-1.14.4.pom) = 396d953318c2e243b9207b4f141da960a06c6e6ade30aaa49f7808fefcc9e0fb804be5b82146fadee33f7071f1eef770ef1f2bc5cff4335ce16181b8188a8d14
+SHA512 (junit-platform-launcher-1.14.4.pom) = bad239d30f4ea317aeb50a37eb8a66cf4780a14113e6661473bb373800764031d8b544c71f0277fb3b27b63cb6b96c22f00ec046960e92bae441f24aa5d3a587
+SHA512 (junit-platform-runner-1.14.4.pom) = 4f2f5f12602f32c473f9a1061c2876444d1cb59a085a134bb4c4f5ddcc3059cf0307f7e1ac24020fa78d0660119559981e8306384c7877c596068cfef93f4ae6
+SHA512 (junit-platform-suite-api-1.14.4.pom) = 6257614de67f7b97e84fe38f23b43cd3f96c1fac2fbbb33e32af014a4ede0d3982d1fa49addb620948686a5c507a4256470a3cbd8a34bf9dfcdb5bfc3a70825e
+SHA512 (junit-platform-suite-commons-1.14.4.pom) = 9621ae3c6b5049aebc6f4021d7b347ddc21788ad3b7293f4df2d3ce0ede2b4086e0b029c5e268f32c52d17488282d53ef7385d1d64a1c122ee71a1190e66bc6e
+SHA512 (junit-platform-testkit-1.14.4.pom) = f83bae011b880f47dc877b8d9ec414afbfb7e1c5c0c9174a685961dfefc768a2b3dce8922b917e6076f8280b4f573afa97771e27bdced35f6a43e1743b934e58
+SHA512 (junit-vintage-engine-5.14.4.pom) = 5c2561136526d9c3c784f10ad6f864a183c5eabc39255ad1a75464ffbaa14b4bc99d0fb8bb4ce27d675a0a09b057c5bf4829f6539f9f39e27ca2e3b6e7244359

                 reply	other threads:[~2026-06-10  9:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178108297680.1.13608843120916966016.rpms-junit5-6c6c9a8e4d68@fedoraproject.org \
    --to=mkoncek@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox