- Remove remaining ResourceActivity support for Pooled port allocation.(see JENKINS-18786)
- JENKINS-18786 Port allocation blocks jobs from executing concurrently
- JENKINS-11255 Pooled port allocation support (+ implement ResourceActivity to queue builds instead of blocking after start)
- Add PortAllocationManager#allocateConsecutivePortRange (an enabler for fixing JENKINS-12821)
- The plugin is made a bit more reusable (report)
- Report assigned port in the build log
- Update uses of deprecated APIs
- Got rid of the dependency on JDK1.6 and make it compatible with JDK1.5. The issue was affected only when the preferred port was not available.
- Replaced a deprecated API to support Maven2 style job.
- Initial version.