Version | Change log |
BitNami Jenkins Stack 3.9.9 Aug 18, 2024 |
Potentially Breaking Core Changes (if migrating from 3.8.x): The Maven Resolver transport has changed from Wagon to “native HTTP”, see Resolver Transport guide. Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See MNG-6965. Mojos are prevented to bootstrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See MNG-7471. Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see MNG-7684. System and user properties handling cleanup, see MNG-7556. As a consequence, this may introduce breakage in environments where the user properties were used to set system properties or other way around, for example see MNG-7887. Plugins and extensions used by your build are checked against Maven supported APIs and conventions: this “plugin validation” may report WARNINGs at the end of your build. See plugin validation documentation to better understand what to do when your build suffers from such warnings. |
BitNami Jenkins Stack 2.190.3 Nov 28, 2019 |
* Updated Gradle to 6.0.1 * Updated OpenJDK to 1.8.0_232 * Updated Jenkins to 2.190.3 * Updated lego to 3.2.0 |
BitNami Jenkins Stack 2.190.2 Oct 30, 2019 |
* Updated Gradle to 5.6.3 * Updated Jenkins to 2.190.2 * Updated lego to 3.1.0 * Updated SQLite to 3.30.1. * Updated Tomcat to 8.5.47 |