Branch: refs/heads/master
Home: https://github.com/jenkinsci/datadog-plugin
Commit: 27d5a56453a185588a998ca37c50cfdf522c77d1
https://github.com/jenkinsci/datadog-plugin/commit/27d5a56453a185588a998ca37c50cfdf522c77d1
Author: rahulkaukuntla <[email protected]>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M DEVELOPMENT.md
M Jenkinsfile
M README.md
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java
M
src/test/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfigurationTest.java
Log Message:
-----------
[PINT-287] Changed plugin to Java 11 (#404)
* Updating to Java 11
* Rerunning test
* testing plugin on Java 17 as well
* bumping up Jenkins version, requiring additional plugins and removal of
references to NullPointerException
* updating git connection pom
* The comonversion needed to be bumped to 2.361 as well to run Java 17
* the comonversion needed to be further bumped to 2.362
* only testing Java 11 in this PR
* Resolving Merge Issues
* fixing additional merge issues
* plugin requires 2.361 or later
* plugin requires 2.361.4 or later
* doc fixes
* catching exceptions all at once
* addressing comments
* addressing more comments
* Reverting code in BuildData.java
* Upgrading jackson2-api
* Update
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
Co-authored-by: Nikita Tkachenko
<[email protected]>
* Update DEVELOPMENT.md
Co-authored-by: Nikita Tkachenko
<[email protected]>
* checking if getDatadogGlobalDescriptor() is not null
* Update DEVELOPMENT.md
Co-authored-by: Nikita Tkachenko
<[email protected]>
* removing <maven.compiler.source> and <maven.compiler.target>
* selectively suppressing warnings
* forgot to suppress a DCN_NULLPOINTER_EXCEPTION
* changing latest Jenkins version supported to 2.453 and testing jdk 17 on it
* removing redundant comments
* sticking to testing Java 11
* specifying that byte-buddy is needed in java 11
* bump
* bumping latestSupported to 2.407, as that is the latest version that doensn't
break 2.361.4
---------
Co-authored-by: Nikita Tkachenko
<[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/datadog-plugin/settings/notifications
--
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/datadog-plugin/push/refs/heads/master/3eb748-27d5a5%40github.com.