Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/applitools-eyes-plugin
  Commit: 26998e51d8aad94f6aa35b5475484fc0acc5c555
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/26998e51d8aad94f6aa35b5475484fc0acc5c555
  Author: Mark Waite <[email protected]>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use bom-2.361.x to match Jenkins minimum version


  Commit: 5c51c38870a04af1a5d2cfd99837b92052b2bbc8
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/5c51c38870a04af1a5d2cfd99837b92052b2bbc8
  Author: Mark Waite <[email protected]>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Depend on Apache httpclient 4 plugin instead of jar file

https://plugins.jenkins.io/apache-httpcomponents-client-4-api/ avoids
the plugin bundling an outdated version of the Apache httpclient library.
It replaces the bundling of the jar file with a dependency on the Apache
HttpComponents Client 4.x API plugin.  That plugin is installed on over
96% of all Jenkins installations.

By depending on the plugin instead of the jar file, the plugin bill of
materials will manage the dependency version and the plugin will use
the most recent version that is installed on the Jenkins controller.

This is a common technique used by many Jenkins plugins.  Refer to
https://plugins.jenkins.io/apache-httpcomponents-client-4-api/dependencies/
for the list of plugins that depend on the Apache httpclient plugin.


  Commit: df28b025606286a5af9af1853d4928d654c95a53
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/df28b025606286a5af9af1853d4928d654c95a53
  Author: Mark Waite <[email protected]>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use development version numbers

Version 1.15.0 and 1.15.1 of the plugin have been released to the
Jenkins update center, even though there is no tag in the repository
for those releases.

Avoid user confusion by setting the version number to 1.15.2-SNAPSHOT.

When the maintainer performs `mvn release:prepare release:perform`,
Apache Maven will prompt for a new version number and will suggest 1.15.2.
The maintainer can press enter to accept the recommendation and Apache
Maven will create two commits, one that sets the release to 1.15.2 and
then a second that sets it to 1.15.3-SNAPSHOT.


  Commit: a1582409388e0f71242c3a21565b3a8d93cd5662
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/a1582409388e0f71242c3a21565b3a8d93cd5662
  Author: Mark Waite <[email protected]>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use most recent parent pom - 4.76

Allows compilation with Java 11, Java 17, and Java 21.  Preparing for
Oct 2024 when Java 11 support in Jenkins will be end of life.


  Commit: 3cafbf7c3f645a808265564194e270d0ab4927eb
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/3cafbf7c3f645a808265564194e270d0ab4927eb
  Author: Mark Waite <[email protected]>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    A Jenkinsfile

  Log Message:
  -----------
  Add Jenkinsfile to check plugin on ci.jenkins.io

https://www.jenkins.io/doc/developer/tutorial-improve/add-a-jenkinsfile/
describes the benefits of including a Jenkinsfile in the plugin
repository.  This will provide a ci.jenkins.io job that evaluates the
master branch and any pull request branches automatically.


  Commit: f020b9061fe9da1297e1c9ba67f1bad0baa0f13b
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/f020b9061fe9da1297e1c9ba67f1bad0baa0f13b
  Author: Mark Waite <[email protected]>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    M pom.xml
    M src/main/java/com/applitools/jenkins/ApplitoolsCommon.java
    M src/main/java/com/applitools/jenkins/ApplitoolsEnvironmentUtil.java
    M src/main/java/com/applitools/jenkins/ApplitoolsStatusDisplayAction.java
    A 
src/main/resources/com/applitools/jenkins/ApplitoolsBuildWrapper/help-applitoolsApiKey.html
    M 
src/main/resources/com/applitools/jenkins/ApplitoolsBuildWrapper/help-serverURL.html

  Log Message:
  -----------
  Merge branch 'master' into increase-version-number


  Commit: 3784aa95aba8ac2bec6047bbbd5397128e114a21
      
https://github.com/jenkinsci/applitools-eyes-plugin/commit/3784aa95aba8ac2bec6047bbbd5397128e114a21
  Author: Itai Bar-Haim <[email protected]>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    A Jenkinsfile
    M pom.xml

  Log Message:
  -----------
  Merge pull request #19 from MarkEWaite/increase-version-number

Use development version numbers


Compare: 
https://github.com/jenkinsci/applitools-eyes-plugin/compare/accf7b02da44...3784aa95aba8

-- 
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/applitools-eyes-plugin/push/refs/heads/master/accf7b-3784aa%40github.com.

Reply via email to