Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/hockeyapp-plugin
  Commit: 3c056df0e61a1b968ea6f87ab58c9c99b9275390
      
https://github.com/jenkinsci/hockeyapp-plugin/commit/3c056df0e61a1b968ea6f87ab58c9c99b9275390
  Author: Mez Pahlan <mez.pah...@gmail.com>
  Date:   2018-05-28 (Mon, 28 May 2018)

  Changed paths:
    M pom.xml
    M src/main/java/hockeyapp/HockeyappApplication.java
    M src/main/java/hockeyapp/HockeyappRecorder.java
    M src/main/java/hockeyapp/HockeyappRecorderConverter.java
    M 
src/main/java/net/hockeyapp/jenkins/releaseNotes/ChangelogReleaseNotes.java
    M src/main/java/net/hockeyapp/jenkins/releaseNotes/FileReleaseNotes.java
    M src/main/java/net/hockeyapp/jenkins/releaseNotes/ManualReleaseNotes.java
    M src/main/java/net/hockeyapp/jenkins/releaseNotes/NoReleaseNotes.java
    M src/main/java/net/hockeyapp/jenkins/uploadMethod/AppCreation.java
    M src/main/java/net/hockeyapp/jenkins/uploadMethod/VersionCreation.java

  Log Message:
  -----------
  Update pom structure (#48)

* Migrate to current POM

Based on a fresh plugin project started with
https://jenkins.io/doc/developer/tutorial/create/

* Update dependency versions

Corrects Enforcer rule RequireUpperBoundDeps.

* Remove unread fields

Resolves Findbugs URF_UNREAD_FIELD

* Guard against possible null pointers

Resolves Findbugs NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

* Remove redundant null check

Resolves Findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

* Provide encoding to streams explicitly

Resolves Findbugs DM_DEFAULT_ENCODING

* Explicitly catch thrown exceptions

Resolves Findbugs REC_CATCH_EXCEPTION

* Guard against null pointer

Resolves Findbugs NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

* Use return value rather than ignoring

Resolves Findbugs RV_RETURN_VALUE_IGNORED_BAD_PRACTICE

* Use try-with-resources to auto close stream

Resolves Findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE

* Clean up Bean class

Accidentally removed too many fields in previous commits and forgot to
remove data bound constructor params in another previous commit.

* Restore previously removed public fields

Add a suppression to Findbugs with a follow up TODO comment.

* Remove explicitly overridden property

Uses the jenkins-test-harness version defined in the parent POM.

* Bump Jenkins version

We require Java 7 so 1.625.3 is a better fit for that.

* Mark unused public fields as deprecated

* Migrate instance accessors to getActiveInstance

These are non-null by design.

* Migrate to using standard Java 7 character sets

* Migrate to apache-httpcomponents-client-4-api

We can let someone else manage Apache HttpComponents for us :)

* Remove custom groupId

This is inherited from the parent anyway. It also looks wrong.

* Remove commons-codec

Appears to be unused in this project.

* Update Wiki URL



      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to