dependabot[bot] opened a new pull request, #1142: URL: https://github.com/apache/cxf/pull/1142
Bumps [tycho-packaging-plugin](https://github.com/eclipse/tycho) from 3.0.1 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse/tycho/releases">tycho-packaging-plugin's releases</a>.</em></p> <blockquote> <p>Tycho 3.0.2 has been released and is available from Maven Central repository.</p> <p>๐ <a href="https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.2/RELEASE_NOTES.md">https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.2/RELEASE_NOTES.md</a> ๐ท๏ธ <a href="https://github.com/eclipse-tycho/tycho/tree/tycho-3.0.2">https://github.com/eclipse-tycho/tycho/tree/tycho-3.0.2</a> ๐ <a href="https://projects.eclipse.org/projects/technology.tycho/releases/3.0.2">https://projects.eclipse.org/projects/technology.tycho/releases/3.0.2</a> ๐ contributors who contributed patches for this release:</p> <ul> <li>Christoph Lรคubrich</li> <li>Ed Merks</li> <li>Gregor Latuske</li> <li>Mickael Istria</li> </ul> <p>๐ฐ we would like to also thank <a href="https://www.faktorzehn.com">Faktor Zehn GmbH</a> for sponsoring this release!</p> <p>and thanks to everyone who helped us with testing the snapshot version.</p> <p>Regards,</p> <p>The Tycho Team</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md">tycho-packaging-plugin's changelog</a>.</em></p> <blockquote> <h1>Eclipse Tycho: Release notes</h1> <p>This page describes the noteworthy improvements provided by each release of Eclipse Tycho.</p> <h2>4.0.0 (under development)</h2> <h3>Class loading changes for Eclipse based tests</h3> <p>Due to reported class loading clashes, the ordering of class loading has been modified in Eclipse based tests. The previous loading can be restored by a new <code>classLoaderOrder</code> parameter. This applies to <code>tycho-surefire-plugin:test</code> and <code>tycho-surefire-plugin:plugin-test</code>.</p> <h3>new bnd-test mojo</h3> <p>Tycho now has a new mojo <code>tycho-surefire-plugin:bnd-test</code> to easily execute tests using the <a href="https://bnd.bndtools.org/chapters/310-testing.html">bnd-testing</a> framework. This is similar to <code>tycho-surefire-plugin:plugin-test</code> but uses the BND testing framework, integrates nicely with the <a href="https://github.com/osgi/osgi-test">OSGi Testing Support</a> and allows to execute prebuild test-bundles.</p> <p>Additional information and a demo can be found here: <a href="https://tycho.eclipseprojects.io/doc/master/TestingBundles.html#bnd-testing">https://tycho.eclipseprojects.io/doc/master/TestingBundles.html#bnd-testing</a></p> <h3>new tycho-baseline-plugin</h3> <p>Tycho now has a new mojo to perform baseline comparisons similar to the <a href="https://github.com/bndtools/bnd/blob/master/maven/bnd-baseline-maven-plugin/README.md">bnd-baseline-plugin</a> but takes the tycho-dependency model into account.</p> <p>A usual configuration looks like this:</p> <pre><code><plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-baseline-plugin</artifactId> <version>${tycho.version}</version> <executions> <execution> <id>baseline-check</id> <goals> <goal>verify</goal> </goals> <configuration> <baselines> <repository> <id>optional, only required for proxy setup or password protected sites</id> <url>URL of P2 repository that should be used as a baseline</url> </repository> </baselines> </configuration> </execution> </executions> </plugin> </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-tycho/tycho/commit/c8c12c83712733b69d7e80a7882bc06d5f3635e3"><code>c8c12c8</code></a> Prepare 3.0.2 release</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/09d148b0b8d3e8e4eaa63977e4ea2af0383420bb"><code>09d148b</code></a> Backport documentation changes</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/9fe2ebf7fa57d6253afacd843358c644103c2e86"><code>9fe2ebf</code></a> Backport "Support resolving of target projects from the reactor"</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/d655879c3bdef9e5a26fc04e5bb78b0e5da3ebb0"><code>d655879</code></a> NPE in Tycho 3 OsgiBundleProject.resolveClassPath</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/97f3f1afd403d3f9f42f0b8017fb4bc1cec5d04d"><code>97f3f1a</code></a> Synchronize ProjectDependenciesResolver access</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/3bd9d27cc717f781de645e4d8831be6b2c5ceccd"><code>3bd9d27</code></a> Backport missing replaceTypeWithExtension option (false by default)</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/a2e3692b49fcdd99228c17f6c9a07455c5d892da"><code>a2e3692</code></a> Backport Target platform resolved multiple times</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/1e9c6c5af8c68b033e862516b1b3b8d12d68cadb"><code>1e9c6c5</code></a> Backport Mirroring of packed artifacts must be disabled</li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/53abb5757e3096c43f22f1f7c4e55bc67f169ede"><code>53abb57</code></a> Backport of <a href="https://github-redirect.dependabot.com/eclipse/tycho/issues/2005">#2005</a></li> <li><a href="https://github.com/eclipse-tycho/tycho/commit/3627bea2c80c7455bb695821b2e424ac89a02377"><code>3627bea</code></a> Add release note</li> <li>Additional commits viewable in <a href="https://github.com/eclipse/tycho/compare/tycho-3.0.1...tycho-3.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
