Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-parameter-plugin
Commit: b71171e66eac32cd2d340addd3279bf087cffb8d
https://github.com/jenkinsci/git-parameter-plugin/commit/b71171e66eac32cd2d340addd3279bf087cffb8d
Author: Mark Waite <[email protected]>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M Jenkinsfile
M pom.xml
R
src/test/java/net/uaznia/lukanus/hudson/plugins/gitparameter/UiAcceptanceTest.java
Log Message:
-----------
Test with Java 21 (#117)
* Bump io.github.bonigarcia:webdrivermanager from 5.4.0 to 5.5.3
Bumps
[io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager)
from 5.4.0 to 5.5.3.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases)
-
[Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-5.4.0...webdrivermanager-5.5.3)
---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump org.seleniumhq.selenium:selenium-java from 4.10.0 to 4.14.1
Bumps
[org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium)
from 4.10.0 to 4.14.1.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Test with Java 21
Java 21 was released Sep 19, 2023. We want to announce full support for
Java 21 in November and would like the most used plugins to be compiled
and tested with Java 21.
The acceptance test harness and plugin bill of materials tests are already
passing with Java 21. This is a further step to improve plugin readiness
for use with Java 21 and for development with Java 21.
The change intentionally tests only two Java configurations, Java 17
and Java 21 because the risk of a regression that only affects Java 11
is low. We generate Java 11 byte code with the Java 17 and the Java 21
builds, so we're already testing Java 11 byte code.
* Use parent pom 4.75
* Remove failing UI acceptance test
Rely on interactive testing
* Try Chrome driver 119
* Remove Selenium test - too painful to maintain
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-parameter-plugin/push/refs/heads/master/afa925-b71171%40github.com.