Skip to content
Snippets Groups Projects
  1. Jun 20, 2021
  2. Jun 19, 2021
  3. Jun 12, 2021
  4. Jun 11, 2021
  5. Jun 10, 2021
  6. May 28, 2021
  7. May 14, 2021
  8. May 13, 2021
  9. May 10, 2021
  10. May 07, 2021
  11. Apr 28, 2021
  12. Apr 27, 2021
  13. Apr 26, 2021
  14. Apr 05, 2021
  15. Apr 03, 2021
  16. Apr 02, 2021
  17. Jan 12, 2021
  18. Jan 05, 2021
  19. Dec 01, 2020
  20. Nov 30, 2020
  21. Nov 25, 2020
  22. Nov 10, 2020
  23. Oct 21, 2020
  24. Oct 05, 2020
  25. Oct 01, 2020
  26. Sep 30, 2020
    • Christian Tzolov's avatar
    • David Turanski's avatar
      Support remote debug host:port syntax for Java 9 and above · 97a0bba9
      David Turanski authored
       - Add DebugAddress helper to validate and parse the (legacy) debug-port and debug-address. Later has precedence.
       - Streamline the CommandBuilder implementation ensuring that the Java and Docker specific code runs inside the command builder and is not spilled out to the AbstractLocalDeployerSupport or AppLocalDeployer.
       - Update affected tests (also migrate those to JUnit5).
       - Improve code cohesion and remove death code.
      
       - Change GUID from 'port' to 'deployerId-index'.
       - Allow the Docker and Java command builder use different port range. Needed to allow in-container Skipper to operate with both maven and docker resources.
      97a0bba9
Loading