Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/port-allocator-plugin
  Commit: 19f4681a07fc577c517d56e7c582aaf40cb1fcab
      
https://github.com/jenkinsci/port-allocator-plugin/commit/19f4681a07fc577c517d56e7c582aaf40cb1fcab
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/DefaultPortType/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/GlassFishJmxPortType/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/PooledPortType/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/PortAllocator/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/PortAllocator/global.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/TomcatShutdownPortType/config.jelly

  Log Message:
  -----------
  Escape jelly content by default


  Commit: 6e4cff87930a6bb8241e3f4075458ed089e40edc
      
https://github.com/jenkinsci/port-allocator-plugin/commit/6e4cff87930a6bb8241e3f4075458ed089e40edc
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/GlassFishJmxPortType.java
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/PortAllocationManager.java
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/TomcatShutdownPortType.java

  Log Message:
  -----------
  Implement checkRoles


  Commit: 625f8d1be3a463688a3daf19db1d7db602697ab5
      
https://github.com/jenkinsci/port-allocator-plugin/commit/625f8d1be3a463688a3daf19db1d7db602697ab5
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/test/java/org/jvnet/hudson/plugins/port_allocator/PortAllocationManagerTest.java

  Log Message:
  -----------
  Adapt to most recent mockito


  Commit: d4d04f3f7c2309f8621c5f753ef9654969c6010c
      
https://github.com/jenkinsci/port-allocator-plugin/commit/d4d04f3f7c2309f8621c5f753ef9654969c6010c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fix the scm URLs in pom


  Commit: b1d97597e30ff2de495f4dda208a6863132335b9
      
https://github.com/jenkinsci/port-allocator-plugin/commit/b1d97597e30ff2de495f4dda208a6863132335b9
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/PoolNotDefinedException.java

  Log Message:
  -----------
  Extend Exception for pool not defined exception

Not a special case that needs to extend Throwable.  No evidence of any
usage outside this plugin and unlikely to cause harm to change the
base type.


  Commit: 90beb9efb03fc615f62e15fe4c95974f8797e72c
      
https://github.com/jenkinsci/port-allocator-plugin/commit/90beb9efb03fc615f62e15fe4c95974f8797e72c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/TomcatShutdownPortType.java

  Log Message:
  -----------
  Suppress default encoding spotbugs warning


  Commit: 38dc3c82aea343286ed02c12485dde484779cbe2
      
https://github.com/jenkinsci/port-allocator-plugin/commit/38dc3c82aea343286ed02c12485dde484779cbe2
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/GlassFishJmxPortType.java

  Log Message:
  -----------
  Prevent NPE in GlassFishJMXPortType cleanUp


  Commit: b10f02b0521357ecf1200eb189c96cf81cc077dd
      
https://github.com/jenkinsci/port-allocator-plugin/commit/b10f02b0521357ecf1200eb189c96cf81cc077dd
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/port_allocator/PortAllocator.java

  Log Message:
  -----------
  Prevent NPE in PortAllocator


  Commit: d995c5978d4f0cd9a1fd5babe51ac448a8d3de88
      
https://github.com/jenkinsci/port-allocator-plugin/commit/d995c5978d4f0cd9a1fd5babe51ac448a8d3de88
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/port_allocator/PortAllocator.java

  Log Message:
  -----------
  Avoid PortAllocator null pointer exceptions


  Commit: 16a76d5b1d4e98fb1ee685c99fd891512683ff7a
      
https://github.com/jenkinsci/port-allocator-plugin/commit/16a76d5b1d4e98fb1ee685c99fd891512683ff7a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/TomcatShutdownPortType.java

  Log Message:
  -----------
  Avoid NPE in TomcatShutdownPortType


  Commit: b25a86bdb77edbbec3bc361545bc14e8ff8b969b
      
https://github.com/jenkinsci/port-allocator-plugin/commit/b25a86bdb77edbbec3bc361545bc14e8ff8b969b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/PortTypeDescriptor.java

  Log Message:
  -----------
  Suppress spotbugs warning on mutable collection

Low risk to leave the collection visible outside the package.  Greater
risk that something will be surprised if the collection is no longer
visible.


  Commit: a462c4c944355acd946df6abaa4fb5e38cb5ff7b
      
https://github.com/jenkinsci/port-allocator-plugin/commit/a462c4c944355acd946df6abaa4fb5e38cb5ff7b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    A src/spotbugs/excludesFilter.xml

  Log Message:
  -----------
  Suppress spotbugs inner class warning


  Commit: 80c4be2d592b9cd288a8318c351eda0048f03602
      
https://github.com/jenkinsci/port-allocator-plugin/commit/80c4be2d592b9cd288a8318c351eda0048f03602
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Require Jenkins 2.346.3 or newer


  Commit: 9aea21d60d28c062b36820aeae443056d31029e4
      
https://github.com/jenkinsci/port-allocator-plugin/commit/9aea21d60d28c062b36820aeae443056d31029e4
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-01-02 (Mon, 02 Jan 2023)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/GlassFishJmxPortType.java
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/PoolNotDefinedException.java
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/PortAllocationManager.java
    M src/main/java/org/jvnet/hudson/plugins/port_allocator/PortAllocator.java
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/PortTypeDescriptor.java
    M 
src/main/java/org/jvnet/hudson/plugins/port_allocator/TomcatShutdownPortType.java
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/DefaultPortType/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/GlassFishJmxPortType/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/PooledPortType/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/PortAllocator/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/PortAllocator/global.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/port_allocator/TomcatShutdownPortType/config.jelly
    A src/spotbugs/excludesFilter.xml
    M 
src/test/java/org/jvnet/hudson/plugins/port_allocator/PortAllocationManagerTest.java

  Log Message:
  -----------
  Merge pull request #15 from MarkEWaite/modernize-plugin

Require Jenkins 2.346.3 or newer


Compare: 
https://github.com/jenkinsci/port-allocator-plugin/compare/b237d6e33aac...9aea21d60d28

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/port-allocator-plugin/push/refs/heads/master/b237d6-9aea21%40github.com.

Reply via email to