CellularPrivacy/Android-IMSI-Catcher-Detector 3851
AIMSICD • Fight IMSI-Catcher, StingRay and silent SMS!
JoinFaces: JSF Spring Boot Starters - JSF inside Spring Boot Application
Everything you need for android
Color resources for your android project
joinfaces/joinfaces-gradle-war-example 2
JoinFaces Gradle War Example
Dependency Injection for Android
joinfaces/joinfaces-gradle-jar-example 1
JoinFaces Gradle Jar Example
Automatically exported from code.google.com/p/spi
Pull request review commentfreefair/gradle-plugins
[LOMBOK_SONAR_274]: React with "org.sonarqube" as spotbugs plugin in …
private void configureJavaPluginDefaults() { project.getPlugins().withType(JacocoPlugin.class, jacocoPlugin -> configureForJacoco()); - project.getPlugins().withId("com.github.spotbugs", spotBugsPlugin -> configureForSpotbugs(javaPluginConvention));+ if (isSpotbugsConfigurationNeeded()) {+ configureForSpotbugs(javaPluginConvention);+ }+ }++ private boolean isSpotbugsConfigurationNeeded() {+ return project.getPlugins().hasPlugin("com.github.spotbugs")
This will only work, if the spotbugs or sonatype plugin are applied before the lombok plugin. If the lombok plugin is applied first, this will return false and nothing will happen.
comment created time in 3 days
push eventlarsgrefer/embedded-protocol
commit sha 99d6cb19a550f9d2e071c7b64937c177f53acaba
Add a package statement to the protocol definition
push time in 6 days
fork larsgrefer/embedded-protocol
A protocol for communicating between a Sass implementation and a host language
fork in 6 days
issue commentjoinfaces/joinfaces
Move 'richfaces' to the only live supported fork version 4.6.12.avg
Integrating the richfaces fork with JoinFaces should be as simple as:
dependencies {
implementation "org.joinfaces:jsf-spring-boot-starter"
implementation "com.github.albfernandez.richfaces:richfaces:4.6.13.ayg"
}
comment created time in 7 days
issue commentjoinfaces/joinfaces
Move 'richfaces' to the only live supported fork version 4.6.12.avg
The only problem with joinfaces is that we have to use lots of exclusions.
What exclusions do you have to use?
comment created time in 8 days
push eventlarsgrefer/mail-selfservice
commit sha 1e9581667ec585e4e43693fc2e06ece6dcada374
Update to Gradle 6.6.1
commit sha 9bf79311709c0db3c961dd5e1d4fae4c86f8c6af
Update gradle plugins
commit sha b9e2903ad4cb280ed87250a8426d4815041722a7
Update to JoinFaces 4.3.3
push time in 8 days
created tagjoinfaces/joinfaces-docs-server
The server software behind docs.joinfaces.org
created time in 8 days
push eventlarsgrefer/java-sense-hat
commit sha 564a0d4a96ca15ffa91719d0bca8359a0432e729
Bump jcommander from 1.78 to 1.80 Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.78 to 1.80. - [Release notes](https://github.com/cbeust/jcommander/releases) - [Changelog](https://github.com/cbeust/jcommander/blob/master/CHANGELOG.md) - [Commits](https://github.com/cbeust/jcommander/compare/1.78...1.80) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha a341c9bf41dcc31a6893c95d35d645d6b596d376
Merge pull request #66 from larsgrefer/dependabot/gradle/com.beust-jcommander-1.80 Bump jcommander from 1.78 to 1.80
push time in 8 days
PR merged larsgrefer/java-sense-hat
Bumps jcommander from 1.78 to 1.80. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cbeust/jcommander/commit/b106d2b51256b129fee58cfd0aa7de258e7f8a98"><code>b106d2b</code></a> Imports</li> <li><a href="https://github.com/cbeust/jcommander/commit/7e1a22f4cff4fb015c4d9e35165f76cb463795f7"><code>7e1a22f</code></a> Javadoc errors</li> <li><a href="https://github.com/cbeust/jcommander/commit/68c21dccb8e984c4784e0320cfe27d6aa5ae0a26"><code>68c21dc</code></a> Gradle scripts</li> <li><a href="https://github.com/cbeust/jcommander/commit/70da85ac4ce16b8a9afb1e11b9f7e8eddec672cf"><code>70da85a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cbeust/jcommander/issues/478">#478</a> from mkarg/<a href="https://github-redirect.dependabot.com/cbeust/jcommander/issues/477">GH-477</a></li> <li><a href="https://github.com/cbeust/jcommander/commit/2e63b498b3712bcf0c7e4257a5d27c508673c4f7"><code>2e63b49</code></a> <a href="https://github-redirect.dependabot.com/cbeust/jcommander/issues/477">GH-477</a> Environment Variable Default Provider</li> <li><a href="https://github.com/cbeust/jcommander/commit/a38b385ac9b2966b863be9db11b747ca7778d62d"><code>a38b385</code></a> Using Java 8</li> <li><a href="https://github.com/cbeust/jcommander/commit/f645bc149d5354fb0a9f4b2def2a238fa82deb6e"><code>f645bc1</code></a> Bump Kobalt</li> <li><a href="https://github.com/cbeust/jcommander/commit/0ec8b968855753656a38c998c9c10e9469161557"><code>0ec8b96</code></a> README.</li> <li><a href="https://github.com/cbeust/jcommander/commit/86ef1b1226f91a3dcee5d90fc392b723bd0bd5e0"><code>86ef1b1</code></a> Gradle</li> <li><a href="https://github.com/cbeust/jcommander/commit/f794ecba3bf7da47468a3ce01dc78fbdd7244f65"><code>f794ecb</code></a> Create CNAME</li> <li>Additional commits viewable in <a href="https://github.com/cbeust/jcommander/compare/1.78...1.80">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 8 days
pull request commentinformatici/openhospital
Update the default JRE's to 11
Even with the source still being Java 8, one could still use the improvements made to the JVM (better GC algorithms, etc.)
comment created time in 8 days
pull request commentjoinfaces/joinfaces
Fix #811: RichFaces to supported fork
I'd prefer to add a second starter for this.
comment created time in 8 days
issue commentjoinfaces/joinfaces
Move 'richfaces' to the only live supported fork version 4.6.12.avg
I'd prefer adding a second starter for this
comment created time in 8 days
issue closedfreefair/gradle-plugins
Aggregate Jacoco Report - Unable to read execution data file test.exec
the task Task aggregateJacocoReport tries to read test.exec files from modules that don't have any because they don't have tests either.
Execution failed for task ':aggregateJacocoReport'.
> Unable to read execution data file G:\Coding\nova-project\nova-backend\nova-bootstrap\build\jacoco\test.exec
My solution: Filter the list of all *.exec files if they exist.
closed time in 8 days
MarcelCodingissue commentfreefair/gradle-plugins
Aggregate Jacoco Report - Unable to read execution data file test.exec
This behaviour is caused by gradle itself: https://github.com/gradle/gradle/pull/9396
comment created time in 8 days
issue closedjoinfaces/joinfaces
error: cannot access Qualifier
Hi.
When I use version 4.3.0 in my gradle build and tries to comile it with Java 8, I get the following error:
error: cannot access Qualifier class file for javax.inject.Qualifier not found Consult the following stack trace for details. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for javax.inject.Qualifier not found
Compiling it with Java 11 works fine. Going back to Joinfaces 4.1.5, makes my code compile fine using Java 8.
Is this a known problem or is it something at my end or? (searched my whole project for Qualifier but as far as I can see, my code does not use this...)
closed time in 8 days
bjorntjpush eventjoinfaces/joinfaces-maven-jar-example
commit sha a45db122b47d2a84e0367c600e053d36c44c6aaf
[Security] Bump checkstyle from 8.12 to 8.29 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.12 to 8.29. **This update includes security fixes.** - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.12...checkstyle-8.29) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 20cee8d885224d3f427415af635d1612628b6242
Merge pull request #318 from joinfaces/dependabot/maven/com.puppycrawl.tools-checkstyle-8.29 [Security] Bump checkstyle from 8.12 to 8.29
push time in 8 days
PR merged joinfaces/joinfaces-maven-jar-example
Bumps checkstyle from 8.12 to 8.29. This update includes security fixes.
<details>
<summary>Vulnerabilities fixed</summary>
<p><em>Sourced from <a href="https://github.com/advisories/GHSA-763g-fqq7-48wg">The GitHub Security Advisory Database</a>.</em></p>
<blockquote>
<p><strong>Moderate severity vulnerability that affects com.puppycrawl.tools:checkstyle</strong>
Due to an incomplete fix for <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9658">CVE-2019-9658</a>, checkstyle was still vulnerable to XML External Entity (XXE) Processing.</p>
<h3>Impact</h3>
<h4>User: Build Maintainers</h4>
<p>This vulnerability probably doesn't impact Maven/Gradle users as, in most cases, these builds are processing files that are trusted, or pre-vetted by a pull request reviewer before being run on internal CI infrastructure.</p>
<h4>User: Static Analysis as a Service</h4>
<p>If you operate a site/service that parses "untrusted" Checkstyle XML configuration files, you are vulnerable to this and should patch.</p>
<p>Note from the discoverer of the original CVE-2019-9658:</p>
<blockquote>
<p>While looking at a few companies that run Checkstyle/PMD/ect... as a service I notice that it's a common pattern to run the static code analysis tool inside of a Docker container with the following flags:</p>
<pre><code>--net=none
--privileged=false
--cap-drop=ALL
</code></pre>
</blockquote>
</tr></table> ... (truncated)
<p>Affected versions: < 8.29</p>
</blockquote>
<p><em>Sourced from The GitHub Security Advisory Database.</em></p>
<blockquote>
<p><strong>Moderate severity vulnerability that affects com.puppycrawl.tools:checkstyle</strong>
Checkstyle prior to 8.18 loads external DTDs by default, which can potentially lead to denial of service attacks or the leaking of confidential information.</p>
<p>Affected versions: < 8.18</p>
</blockquote>
</details>
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">checkstyle's releases</a>.</em></p>
<blockquote>
<h2>checkstyle-8.29</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.29">https://checkstyle.org/releasenotes.html#Release_8.29</a></p>
<h2>checkstyle-8.28</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.28">https://checkstyle.org/releasenotes.html#Release_8.28</a></p>
<h2>checkstyle-8.27</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.27">https://checkstyle.org/releasenotes.html#Release_8.27</a></p>
<h2>checkstyle-8.26</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.26">https://checkstyle.org/releasenotes.html#Release_8.26</a></p>
<h2>checkstyle-8.25</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.25">https://checkstyle.org/releasenotes.html#Release_8.25</a></p>
<h2>checkstyle-8.24</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.24">https://checkstyle.org/releasenotes.html#Release_8.24</a></p>
<h2>checkstyle-8.23</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.23">https://checkstyle.org/releasenotes.html#Release_8.23</a></p>
<h2>checkstyle-8.22</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.22">https://checkstyle.org/releasenotes.html#Release_8.22</a></p>
<h2>checkstyle-8.21</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.21">https://checkstyle.org/releasenotes.html#Release_8.21</a></p>
<h2>checkstyle-8.20</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.20">https://checkstyle.org/releasenotes.html#Release_8.20</a></p>
<h2>checkstyle-8.19</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.19">https://checkstyle.org/releasenotes.html#Release_8.19</a></p>
<h2>checkstyle-8.18</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.18">https://checkstyle.org/releasenotes.html#Release_8.18</a></p>
<h2>checkstyle-8.17</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.17">https://checkstyle.org/releasenotes.html#Release_8.17</a></p>
<h2>checkstyle-8.16</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.16">https://checkstyle.org/releasenotes.html#Release_8.16</a></p>
<h2>checkstyle-8.15</h2>
<p><a href="https://checkstyle.org/releasenotes.html#Release_8.15">https://checkstyle.org/releasenotes.html#Release_8.15</a></p>
<h2>checkstyle-8.14</h2>
<p><a href="http://checkstyle.sourceforge.net/releasenotes.html#Release_8.14">http://checkstyle.sourceforge.net/releasenotes.html#Release_8.14</a></p>
<h2>checkstyle-8.13</h2>
<p><a href="http://checkstyle.sourceforge.net/releasenotes.html#Release_8.13">http://checkstyle.sourceforge.net/releasenotes.html#Release_8.13</a></p>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/checkstyle/checkstyle/commit/8933d03c910f8c6243795bc744fbbd0eaed0eb23"><code>8933d03</code></a> [maven-release-plugin] prepare release checkstyle-8.29</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/bd45909e6345b2d3ef5c5472d35a3ad926a31eb9"><code>bd45909</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/7487">#7487</a>: refactor code to use DetailAST.hasChildren()</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/317e51f9b8e86bdce512be79a5f8c444c674ffae"><code>317e51f</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/7487">#7487</a>: add method hasChildren() to DetailAST</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/89b4dcd4d51d0dcc0b1347bcc7f4f3c533fefaa4"><code>89b4dcd</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/3238">#3238</a>: Java 8 Grammar: annotations on arrays and varargs</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/252cd89425776de63e689db934cc110ecd9a9dfc"><code>252cd89</code></a> dependency: bump junit-pioneer from 0.5.1 to 0.5.2</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/2ee26156a20f54c86b31c75a4d930f03c781f941"><code>2ee2615</code></a> dependency: bump junit.version from 5.5.2 to 5.6.0</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/4ed7cb8e49091f0966f82241317a33601e0ce464"><code>4ed7cb8</code></a> minor: add space before xml comment end '-->' to ease reading and make links ...</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/c46a16d177e6797895b195c288ae9a9a096254b8"><code>c46a16d</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/7468">#7468</a>: disable 'external-parameter-entities' feature by default</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/dfed7949c3714dceb0318e4381f00e7fb5d5dfe3"><code>dfed794</code></a> minor: add missing test case to SuperCloneCheckTest</li>
<li><a href="https://github.com/checkstyle/checkstyle/commit/24e7bdf9987c0da90d474a25bc9d714a2c9f2f23"><code>24e7bdf</code></a> dependency: bump antlr4.version from 4.7.2 to 4.8-1</li>
<li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-8.12...checkstyle-8.29">compare view</a></li>
</ul>
</details>
<br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 8 days
delete branch joinfaces/joinfaces-docs-server
delete branch : dependabot/gradle/org.springframework.boot-2.3.4.RELEASE
delete time in 8 days
push eventjoinfaces/joinfaces-docs-server
commit sha 53e95b8ae0e5118e92f8f1f3944b2d3fde15c2e8
Bump org.springframework.boot from 2.2.7.RELEASE to 2.3.4.RELEASE Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.2.7.RELEASE to 2.3.4.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.7.RELEASE...v2.3.4.RELEASE) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha dcbcb70cba2677970e5da241ded84e73ad67bf73
Merge pull request #91 from joinfaces/dependabot/gradle/org.springframework.boot-2.3.4.RELEASE Bump org.springframework.boot from 2.2.7.RELEASE to 2.3.4.RELEASE
push time in 8 days
PR merged joinfaces/joinfaces-docs-server
Bumps org.springframework.boot from 2.2.7.RELEASE to 2.3.4.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot's releases</a>.</em></p> <blockquote> <h2>v2.3.4.RELEASE</h2> <h2>:beetle: Bug Fixes</h2> <ul> <li><code>@ManagementContextConfiguration</code> is meta-annotated with <code>@Configuration(proxyBeanMethods=false)</code> which does not disable proxying <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23305">#23305</a></li> <li>Signed jar dependency performance problem when repackaged in a single jar <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23264">#23264</a></li> <li>ValidationHandler no longer works with certain map keys <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23260">#23260</a></li> <li>MVC error model unnecessarily requires timestamp entry to be a java.util.Date <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23258">#23258</a></li> <li>Missing sanitization in lists of URIs properties on actuator endpoints <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23252">#23252</a></li> <li>Cassandra's pool duration mapping uses a wrong duration unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23249">#23249</a></li> <li>When using HSQLDB, Hikari logs a warning message about the driver class name when the first connection is retrieved from the pool <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23203">#23203</a></li> <li>ErrorPageFilter is no longer ordered at HIGHEST_PRECEDENCE + 1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23200">#23200</a></li> <li>spring-boot-dependencies should not define a spring-boot.version property <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23174">#23174</a></li> <li>PropertiesLauncher fails to load PBKDF-OpenSSL of bcprov-jdk15on-1.64.jar <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23165">#23165</a></li> <li>Configurable SSL Logback extensions can't be supported due to URL checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23135">#23135</a></li> <li>Image building support does not zero-pad digest hashes to 64 characters <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23132">#23132</a></li> <li>Image builder fails silently when there's an error loading the ephemeral image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23130">#23130</a></li> <li>Large files can throw YAMLException due to node limits <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23096">#23096</a></li> <li>RSocketPortInfoApplicationContextInitializer can throw NPE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23087">#23087</a></li> <li>UndertowWebServerFactoryCustomizer requires commons lang via an unintended import on ClassUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23063">#23063</a></li> <li>JarFile can cause memory issues when running on Java 11+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22998">#22998</a></li> <li>Dependency convergence error for nimbus-jose-jwt when depending on spring-boot-starter-oauth2-client <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22996">#22996</a></li> <li>LayoutFactory can be presented with empty source file <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22995">#22995</a></li> <li>Metrics auto-configurations are not ordered correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22989">#22989</a></li> <li>The <code>@TypeExcludeFilters</code> annotation is not <code>@Inherited</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22966">#22966</a></li> <li>Exception inclusion cannot be disabled when sub-classing DefaultErrorAttributes and using its deprecated constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22750">#22750</a></li> <li>Too much logging when building an OCI image with Maven <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22674">#22674</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document that <code>@ConfigurationProperties</code> beans are not scanned in sliced tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23243">#23243</a></li> <li>Fix documentation on Elasticsearch client configuration <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23074">#23074</a></li> <li>Provide examples of Actuator custom endpoints in the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23060">#23060</a></li> <li>Mention correct JUnit 5 annotations in Kotlin testing section <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23004">#23004</a></li> <li>Document that extracting layers with layertools doesn't work with executable JAR files <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22993">#22993</a></li> <li>Javadoc inaccuracy in SpringApplicationBuilder.properties(Properties) <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22964">#22964</a></li> <li>Fix typo <code>Assert4J</code> -> <code>AssertJ</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22960">#22960</a></li> <li>Document that graceful shutdown may not work from IDEs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22959">#22959</a></li> <li>Fix typos in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22945">#22945</a></li> <li>Fix Gradle Plugin custom image name example and documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22918">#22918</a></li> <li>Document how to use spring.factories to add auto-configuration to a test slice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22531">#22531</a></li> <li>Update Maven Plugin's documentation to note the importance of configuring start and stop goals with the same JMX port <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22401">#22401</a></li> <li>Document how to perform tasks after application startup <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22100">#22100</a></li> <li>Document setting buildpack Java version from compiler plugin version <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/21796">#21796</a></li> <li>Document that buildpacks use non-root users for building container images and running containers <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/21122">#21122</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Micrometer 1.5.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23393">#23393</a></li> <li>Upgrade to Spring REST Docs 2.0.5.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23376">#23376</a></li> <li>Upgrade to Spring AMQP 2.2.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23373">#23373</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/c99c82a18ec0ed3051b65f1b5c25868ee4942a4e"><code>c99c82a</code></a> Release v2.3.4.RELEASE</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/07dc2029663970b73b6f82bf423003777509561a"><code>07dc202</code></a> Upgrade to Micrometer 1.5.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/6e369c9505b71362034a3cbbf9f6c21dc7e37a83"><code>6e369c9</code></a> Merge branch '2.2.x' into 2.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/bd8300cb6b034ba70a5732864095c06925e2ad65"><code>bd8300c</code></a> Next development version (v2.2.11.BUILD-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/16ff7022db89500f560a65f39e1d4e7efd570010"><code>16ff702</code></a> Merge branch '2.2.x' into 2.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c23e420914355b9b130e3fc1eb31a1bff4d10efa"><code>c23e420</code></a> Merge branch '2.1.x' into 2.2.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dbd27839e5f08fe2c42f1e7572a342f4101e3836"><code>dbd2783</code></a> Polish logging in BintrayService</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/0fd61c1a14461aa44f4f648b88b206c50a944440"><code>0fd61c1</code></a> Merge branch '2.2.x' into 2.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/71e3844460ec670547e8659f746b740d2a0d2ec2"><code>71e3844</code></a> Merge branch '2.1.x' into 2.2.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/cb4eb929f655e7277129c90b55473cfc7895d28a"><code>cb4eb92</code></a> Next development version (v2.1.18.BUILD-SNAPSHOT)</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.2.7.RELEASE...v2.3.4.RELEASE">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 8 days
push eventjoinfaces/joinfaces-docs-server
commit sha d2786bb01c0b46424f6c81d1113e0bc2a7c7a9e3
Update to Gradle 6.6.1
commit sha 2b11b7096f4bb7bd684cb29561bf389b41b39e8b
Update Gradle Plugins
commit sha 0953aea9c0dbbc7b99902ad81bcb669fe2fb0a30
Update to Spring Boot 2.3.3.RELEASE
commit sha 6060cf16a94266f51786c1ba673ae5282c2772c5
Merge branch 'master' of github.com:joinfaces/joinfaces-docs-server into master
push time in 8 days
push eventfreefair/okhttp-spring-boot
commit sha d7c5c5f2bdfc450ffd35a0c09e65da8182c6545a
Bump spring-boot-gradle-plugin from 2.3.3.RELEASE to 2.3.4.RELEASE Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.3.3.RELEASE to 2.3.4.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.3.RELEASE...v2.3.4.RELEASE) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 20908e67f5cf0bbcb570e14bfc42be037baf3b8d
Merge pull request #97 from freefair/dependabot/gradle/org.springframework.boot-spring-boot-gradle-plugin-2.3.4.RELEASE Bump spring-boot-gradle-plugin from 2.3.3.RELEASE to 2.3.4.RELEASE
push time in 8 days
PR merged freefair/okhttp-spring-boot
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps spring-boot-gradle-plugin from 2.3.3.RELEASE to 2.3.4.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>v2.3.4.RELEASE</h2> <h2>:beetle: Bug Fixes</h2> <ul> <li><code>@ManagementContextConfiguration</code> is meta-annotated with <code>@Configuration(proxyBeanMethods=false)</code> which does not disable proxying <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23305">#23305</a></li> <li>Signed jar dependency performance problem when repackaged in a single jar <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23264">#23264</a></li> <li>ValidationHandler no longer works with certain map keys <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23260">#23260</a></li> <li>MVC error model unnecessarily requires timestamp entry to be a java.util.Date <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23258">#23258</a></li> <li>Missing sanitization in lists of URIs properties on actuator endpoints <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23252">#23252</a></li> <li>Cassandra's pool duration mapping uses a wrong duration unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23249">#23249</a></li> <li>When using HSQLDB, Hikari logs a warning message about the driver class name when the first connection is retrieved from the pool <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23203">#23203</a></li> <li>ErrorPageFilter is no longer ordered at HIGHEST_PRECEDENCE + 1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23200">#23200</a></li> <li>spring-boot-dependencies should not define a spring-boot.version property <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23174">#23174</a></li> <li>PropertiesLauncher fails to load PBKDF-OpenSSL of bcprov-jdk15on-1.64.jar <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23165">#23165</a></li> <li>Configurable SSL Logback extensions can't be supported due to URL checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23135">#23135</a></li> <li>Image building support does not zero-pad digest hashes to 64 characters <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23132">#23132</a></li> <li>Image builder fails silently when there's an error loading the ephemeral image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23130">#23130</a></li> <li>Large files can throw YAMLException due to node limits <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23096">#23096</a></li> <li>RSocketPortInfoApplicationContextInitializer can throw NPE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23087">#23087</a></li> <li>UndertowWebServerFactoryCustomizer requires commons lang via an unintended import on ClassUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23063">#23063</a></li> <li>JarFile can cause memory issues when running on Java 11+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22998">#22998</a></li> <li>Dependency convergence error for nimbus-jose-jwt when depending on spring-boot-starter-oauth2-client <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22996">#22996</a></li> <li>LayoutFactory can be presented with empty source file <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22995">#22995</a></li> <li>Metrics auto-configurations are not ordered correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22989">#22989</a></li> <li>The <code>@TypeExcludeFilters</code> annotation is not <code>@Inherited</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22966">#22966</a></li> <li>Exception inclusion cannot be disabled when sub-classing DefaultErrorAttributes and using its deprecated constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22750">#22750</a></li> <li>Too much logging when building an OCI image with Maven <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22674">#22674</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document that <code>@ConfigurationProperties</code> beans are not scanned in sliced tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23243">#23243</a></li> <li>Fix documentation on Elasticsearch client configuration <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23074">#23074</a></li> <li>Provide examples of Actuator custom endpoints in the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23060">#23060</a></li> <li>Mention correct JUnit 5 annotations in Kotlin testing section <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23004">#23004</a></li> <li>Document that extracting layers with layertools doesn't work with executable JAR files <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22993">#22993</a></li> <li>Javadoc inaccuracy in SpringApplicationBuilder.properties(Properties) <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22964">#22964</a></li> <li>Fix typo <code>Assert4J</code> -> <code>AssertJ</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22960">#22960</a></li> <li>Document that graceful shutdown may not work from IDEs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22959">#22959</a></li> <li>Fix typos in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22945">#22945</a></li> <li>Fix Gradle Plugin custom image name example and documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/22918">#22918</a></li> <li>Document how to use spring.factories to add auto-configuration to a test slice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22531">#22531</a></li> <li>Update Maven Plugin's documentation to note the importance of configuring start and stop goals with the same JMX port <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22401">#22401</a></li> <li>Document how to perform tasks after application startup <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/22100">#22100</a></li> <li>Document setting buildpack Java version from compiler plugin version <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/21796">#21796</a></li> <li>Document that buildpacks use non-root users for building container images and running containers <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/21122">#21122</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Micrometer 1.5.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23393">#23393</a></li> <li>Upgrade to Spring REST Docs 2.0.5.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23376">#23376</a></li> <li>Upgrade to Spring AMQP 2.2.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/23373">#23373</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/c99c82a18ec0ed3051b65f1b5c25868ee4942a4e"><code>c99c82a</code></a> Release v2.3.4.RELEASE</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/07dc2029663970b73b6f82bf423003777509561a"><code>07dc202</code></a> Upgrade to Micrometer 1.5.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/6e369c9505b71362034a3cbbf9f6c21dc7e37a83"><code>6e369c9</code></a> Merge branch '2.2.x' into 2.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/bd8300cb6b034ba70a5732864095c06925e2ad65"><code>bd8300c</code></a> Next development version (v2.2.11.BUILD-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/16ff7022db89500f560a65f39e1d4e7efd570010"><code>16ff702</code></a> Merge branch '2.2.x' into 2.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c23e420914355b9b130e3fc1eb31a1bff4d10efa"><code>c23e420</code></a> Merge branch '2.1.x' into 2.2.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dbd27839e5f08fe2c42f1e7572a342f4101e3836"><code>dbd2783</code></a> Polish logging in BintrayService</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/0fd61c1a14461aa44f4f648b88b206c50a944440"><code>0fd61c1</code></a> Merge branch '2.2.x' into 2.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/71e3844460ec670547e8659f746b740d2a0d2ec2"><code>71e3844</code></a> Merge branch '2.1.x' into 2.2.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/cb4eb929f655e7277129c90b55473cfc7895d28a"><code>cb4eb92</code></a> Next development version (v2.1.18.BUILD-SNAPSHOT)</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.3.3.RELEASE...v2.3.4.RELEASE">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 8 days
push eventfreefair/okhttp-spring-boot
commit sha ac3a32d0231daedceb27b4b6dd2cc3d6a90df3b8
Bump okhttp-bom from 4.8.1 to 4.9.0 Bumps [okhttp-bom](https://github.com/square/okhttp) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.8.1...parent-4.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha dc8f85e444f6b89090a13b1e7031dfc744048ead
Merge pull request #96 from freefair/dependabot/gradle/com.squareup.okhttp3-okhttp-bom-4.9.0 Bump okhttp-bom from 4.8.1 to 4.9.0
push time in 8 days
PR merged freefair/okhttp-spring-boot
Bumps okhttp-bom from 4.8.1 to 4.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp-bom's changelog</a>.</em></p> <blockquote> <h2>Version 4.9.0</h2> <p><em>2020-09-11</em></p> <p><strong>With this release, <code>okhttp-tls</code> no longer depends on Bouncy Castle and doesn't install the Bouncy Castle security provider.</strong> If you still need it, you can do it yourself:</p> <pre><code>Security.addProvider(BouncyCastleProvider()) </code></pre> <p>You will also need to configure this dependency:</p> <pre><code>dependencies { implementation "org.bouncycastle:bcprov-jdk15on:1.65" } </code></pre> <ul> <li>Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functional interfaces][fun_interface] for <code>Authenticator</code>, <code>Interceptor</code>, and others.</li> <li>Upgrade: Build with Conscrypt 2.5.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okhttp/commit/cbeaf8f955fff9caa5652ccc6c1393ec8b993799"><code>cbeaf8f</code></a> Prepare for release 4.9.0.</li> <li><a href="https://github.com/square/okhttp/commit/8fd74a7482effe1ca8847a28b29262415dbb7faa"><code>8fd74a7</code></a> Conscrypt 2.5.1 Upgrade (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6263">#6263</a>)</li> <li><a href="https://github.com/square/okhttp/commit/2bd749dd9d703bcfb25a33914afbbd03374cff9c"><code>2bd749d</code></a> Kotlin 1.4.10 Upgrade (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6264">#6264</a>)</li> <li><a href="https://github.com/square/okhttp/commit/0164696a8a6eb94ff81529be0436d0d53d44b449"><code>0164696</code></a> Fix build on windows (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6257">#6257</a>)</li> <li><a href="https://github.com/square/okhttp/commit/e4c3b28c39a00c93b8f82288f1e659dbef304ce5"><code>e4c3b28</code></a> Fix HttpUrl documentation (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6259">#6259</a>)</li> <li><a href="https://github.com/square/okhttp/commit/8c2f383f14e354a45d0f9f16f5b0fa35b7244a51"><code>8c2f383</code></a> Document interceptor throwing modes (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6235">#6235</a>)</li> <li><a href="https://github.com/square/okhttp/commit/a76c40a9356191fc2aa589dbd2612c0260592776"><code>a76c40a</code></a> Kotlin 1.4 dependency upgrade and language features (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/5947">#5947</a>)</li> <li><a href="https://github.com/square/okhttp/commit/1589741a9008ec3745f4dfc4bc89e9ce57495dc9"><code>1589741</code></a> Fix Caching documentation. (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6247">#6247</a>)</li> <li><a href="https://github.com/square/okhttp/commit/45010c58a067280188b6e9a54f4b51f7a9a0ba54"><code>45010c5</code></a> Add "MockWebServer" as a known logger (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6229">#6229</a>)</li> <li><a href="https://github.com/square/okhttp/commit/dbb2c346e74f74850ea59a0dd5e1a5048d8a1c0f"><code>dbb2c34</code></a> Update https.md (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6234">#6234</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okhttp/compare/parent-4.8.1...parent-4.9.0">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 8 days
issue closedfreefair/gradle-plugins
Using within allprojects and subprojects is problematic
When you have a project with many subprojects one might want to place the plugins within subprojects or allprojects. But with these plugins this is problematic. I guess this might be somewhat related to https://github.com/freefair/gradle-plugins/issues/270 also as the same error is produced.
subprojects {
buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath group: 'io.freefair.gradle', name: 'aspectj-plugin', version: "$freefair"
}
}
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
apply plugin: 'io.freefair.aspectj.base'
}
or
allprojects {
buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath group: 'io.freefair.gradle', name: 'aspectj-plugin', version: "$freefair"
}
}
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
apply plugin: 'io.freefair.aspectj.base'
}
This always results in:
Could not find org.aspectj:aspectjrt:extension 'aspectj'.
Required by:
project :server
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
and
Could not find org.aspectj:aspectjweaver:extension 'aspectj'.
Required by:
project :server
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
when used in subprojects and
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\sirin\GitHub\leo\build.gradle' line: 61
* What went wrong:
A problem occurred evaluating root project 'leo'.
> Cannot change dependencies of dependency configuration ':classpath' after it has been resolved.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'leo'.
at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:93)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.lambda$apply$0(DefaultScriptPluginFactory.java:133)
at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:136)
at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:65)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:62)
at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:43)
at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:62)
at org.gradle.configuration.project.BuildScriptProcessor$1.run(BuildScriptProcessor.java:45)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:245)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:42)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:35)
at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject$1.run(LifecycleProjectEvaluator.java:102)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:180)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withProjectLock(DefaultProjectStateRegistry.java:271)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:265)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:91)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:63)
at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:710)
at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:145)
at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:36)
at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62)
at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:61)
at org.gradle.configuration.BuildOperatingFiringProjectsPreparer$ConfigureBuild.run(BuildOperatingFiringProjectsPreparer.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.BuildOperatingFiringProjectsPreparer.prepareProjects(BuildOperatingFiringProjectsPreparer.java:40)
at org.gradle.initialization.DefaultGradleLauncher.prepareProjects(DefaultGradleLauncher.java:235)
at org.gradle.initialization.DefaultGradleLauncher.doClassicBuildStages(DefaultGradleLauncher.java:170)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:155)
at org.gradle.initialization.DefaultGradleLauncher.executeTasks(DefaultGradleLauncher.java:131)
at org.gradle.internal.invocation.GradleBuildController$1.create(GradleBuildController.java:72)
at org.gradle.internal.invocation.GradleBuildController$1.create(GradleBuildController.java:67)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:180)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40)
at org.gradle.internal.invocation.GradleBuildController.doBuild(GradleBuildController.java:67)
at org.gradle.internal.invocation.GradleBuildController.run(GradleBuildController.java:56)
at org.gradle.tooling.internal.provider.runner.ClientProvidedPhasedActionRunner.run(ClientProvidedPhasedActionRunner.java:60)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:63)
at org.gradle.tooling.internal.provider.ValidatingBuildActionRunner.run(ValidatingBuildActionRunner.java:32)
at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:52)
at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$3.call(RunAsBuildOperationBuildActionRunner.java:49)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$3.call(RunAsBuildOperationBuildActionRunner.java:44)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner.run(RunAsBuildOperationBuildActionRunner.java:44)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$1.transform(InProcessBuildActionExecuter.java:50)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$1.transform(InProcessBuildActionExecuter.java:47)
at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:87)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:31)
at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:44)
at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:29)
at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:87)
at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:55)
at org.gradle.tooling.internal.provider.SubscribableBuildActionExecuter.execute(SubscribableBuildActionExecuter.java:60)
at org.gradle.tooling.internal.provider.SubscribableBuildActionExecuter.execute(SubscribableBuildActionExecuter.java:38)
at org.gradle.tooling.internal.provider.SessionScopeBuildActionExecuter.execute(SessionScopeBuildActionExecuter.java:68)
at org.gradle.tooling.internal.provider.SessionScopeBuildActionExecuter.execute(SessionScopeBuildActionExecuter.java:38)
at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:37)
at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:26)
at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:60)
at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:32)
at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:56)
at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:42)
at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:48)
at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:32)
at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:68)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
at org.gradle.util.Swapper.swap(Swapper.java:38)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:82)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: org.gradle.api.InvalidUserDataException: Cannot change dependencies of dependency configuration ':classpath' after it has been resolved.
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.preventIllegalMutation(DefaultConfiguration.java:1143)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.validateMutation(DefaultConfiguration.java:1112)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.lambda$validateMutationType$1(DefaultConfiguration.java:294)
at org.gradle.internal.ImmutableActionSet$SingletonSet.execute(ImmutableActionSet.java:225)
at org.gradle.api.internal.DefaultDomainObjectSet.assertMutableCollectionContents(DefaultDomainObjectSet.java:71)
at org.gradle.api.internal.DefaultDomainObjectCollection.add(DefaultDomainObjectCollection.java:252)
at org.gradle.api.internal.DelegatingDomainObjectSet.add(DelegatingDomainObjectSet.java:110)
at org.gradle.api.internal.artifacts.DefaultDependencySet.add(DefaultDependencySet.java:68)
at org.gradle.api.internal.artifacts.DefaultDependencySet.add(DefaultDependencySet.java:36)
at org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.doAddRegularDependency(DefaultDependencyHandler.java:137)
at org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.doAdd(DefaultDependencyHandler.java:131)
at org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.access$100(DefaultDependencyHandler.java:57)
at org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler$DirectDependencyAdder.add(DefaultDependencyHandler.java:337)
at org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler$DirectDependencyAdder.add(DefaultDependencyHandler.java:332)
at org.gradle.api.internal.artifacts.dsl.dependencies.DynamicAddDependencyMethods.tryInvokeMethod(DynamicAddDependencyMethods.java:56)
at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:504)
at org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:196)
at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98)
at org.gradle.internal.extensibility.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:34)
at org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:56)
at build_34oehsfhlvivkqmsavrqazqe$_run_closure1$_closure4$_closure12.doCall(C:\Users\sirin\GitHub\leo\build.gradle:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:105)
at org.gradle.api.internal.initialization.DefaultScriptHandler.dependencies(DefaultScriptHandler.java:76)
at jdk.internal.reflect.GeneratedMethodAccessor234.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:484)
at org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:196)
at org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:56)
at build_34oehsfhlvivkqmsavrqazqe$_run_closure1$_closure4.doCall(C:\Users\sirin\GitHub\leo\build.gradle:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:105)
at org.gradle.api.internal.project.DefaultProject.buildscript(DefaultProject.java:1245)
at jdk.internal.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:484)
at org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:196)
at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98)
at org.gradle.internal.extensibility.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:34)
at org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:56)
at build_34oehsfhlvivkqmsavrqazqe$_run_closure1.doCall(C:\Users\sirin\GitHub\leo\build.gradle:51)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:105)
at org.gradle.util.ConfigureUtil$WrappedConfigureAction.execute(ConfigureUtil.java:166)
at org.gradle.api.internal.DefaultMutationGuard$2.execute(DefaultMutationGuard.java:42)
at org.gradle.internal.Actions.with(Actions.java:251)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$2$1.run(BuildOperationCrossProjectConfigurator.java:79)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$2.run(BuildOperationCrossProjectConfigurator.java:76)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:245)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.runProjectConfigureAction(BuildOperationCrossProjectConfigurator.java:73)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.access$400(BuildOperationCrossProjectConfigurator.java:32)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$1.doRunProjectConfigure(BuildOperationCrossProjectConfigurator.java:67)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$BlockConfigureBuildOperation.run(BuildOperationCrossProjectConfigurator.java:121)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.runBlockConfigureAction(BuildOperationCrossProjectConfigurator.java:64)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.allprojects(BuildOperationCrossProjectConfigurator.java:54)
at org.gradle.api.internal.project.DefaultProject.allprojects(DefaultProject.java:1192)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:484)
at org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:196)
at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98)
at org.gradle.internal.extensibility.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:34)
at org.gradle.groovy.scripts.BasicScript$ScriptDynamicObject.tryInvokeMethod(BasicScript.java:134)
at org.gradle.internal.metaobject.AbstractDynamicObject.invokeMethod(AbstractDynamicObject.java:163)
at org.gradle.groovy.scripts.BasicScript.invokeMethod(BasicScript.java:83)
at build_34oehsfhlvivkqmsavrqazqe.run(C:\Users\sirin\GitHub\leo\build.gradle:47)
at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:91)
... 126 more
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
when used in allprojects
closed time in 8 days
sirinathissue commentfreefair/gradle-plugins
Using within allprojects and subprojects is problematic
I think this is the same problem as #270
comment created time in 8 days
issue commentfreefair/gradle-plugins
You could try, not to set aspectj.version at all, 1.9.6 is already the default
comment created time in 8 days
issue closedfreefair/gradle-plugins
InteliJ IDEA does not recognize AspectJ sources
The src\main\aspectj and src\test\aspectj directories are not recognised as Source Root and Test Root directories when importing Gradle projects.

closed time in 8 days
sirinathissue commentfreefair/gradle-plugins
InteliJ IDEA does not recognize AspectJ sources
When using the io.freefair.aspectj.post-compile-weaving plugin, src/${sourceSet}/aspectj is not a source root.
The aspectj source root is added by the io.freefair.aspectj plugin.
(In the same way, the groovy source root is added by the groovy plugin)
comment created time in 8 days
issue commentfreefair/gradle-plugins
I think this line is the problem:
aspectj {
version = "$aspectj"
}
In this case, $aspectj doesn't resolve to your extension property buildscript.ext.aspecjt which would be the String '1.9.6' but it resolves to the project extension project.aspectj which toString() method is then invoked. Therefore your configured aspectj.version is extension 'aspectj' instead of 1.9.6
comment created time in 8 days
issue commentfreefair/gradle-plugins
You only need to add one of the plugins to your project.
io.freefair.aspectj and io.freefair.aspectj.post-compile-weaving are mutually exclusive, so it's an error to apply them both to the same project.
Also io.freefair.aspectj and io.freefair.aspectj.post-compile-weaving both depend on io.freefair.aspectj.base and already apply it internally. Therefore applying the base plugin in combination with one of the other two plugins is redundant.
In most use cases, one of the io.freefair.aspectj and io.freefair.aspectj.post-compile-weaving plugins should suffice.
The io.freefair.aspectj.base plugin can be used, if the conventions of the other plugins don't work for you and you want to create all AspectJ related tasks yourself.
comment created time in 8 days
issue commentfreefair/gradle-plugins
Can you provide an example project which reproduces the issue?
comment created time in 8 days
issue commentfreefair/gradle-plugins
InteliJ IDEA does not recognize AspectJ sources
Works for me (even with custom sourceSets):

I've tested this using IntelliJ 2020.2.2 and Gradle 6.5.1.
Which versions are you using? And can you share an example project which reproduces the issue?
comment created time in 8 days
push eventfreefair/gradle-plugins
commit sha 0f7531d21bf6f48362a656c958253137057d3388
Bump okhttp-bom from 4.8.1 to 4.9.0 Bumps [okhttp-bom](https://github.com/square/okhttp) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.8.1...parent-4.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 2396e933ec17bc1bd2287ebb4dae42593e243231
Merge pull request #268 from freefair/dependabot/gradle/com.squareup.okhttp3-okhttp-bom-4.9.0 Bump okhttp-bom from 4.8.1 to 4.9.0
push time in 9 days
PR merged freefair/gradle-plugins
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps okhttp-bom from 4.8.1 to 4.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp-bom's changelog</a>.</em></p> <blockquote> <h2>Version 4.9.0</h2> <p><em>2020-09-11</em></p> <p><strong>With this release, <code>okhttp-tls</code> no longer depends on Bouncy Castle and doesn't install the Bouncy Castle security provider.</strong> If you still need it, you can do it yourself:</p> <pre><code>Security.addProvider(BouncyCastleProvider()) </code></pre> <p>You will also need to configure this dependency:</p> <pre><code>dependencies { implementation "org.bouncycastle:bcprov-jdk15on:1.65" } </code></pre> <ul> <li>Upgrade: [Kotlin 1.4.10][kotlin_1_4_10]. We now use Kotlin 1.4.x [functional interfaces][fun_interface] for <code>Authenticator</code>, <code>Interceptor</code>, and others.</li> <li>Upgrade: Build with Conscrypt 2.5.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okhttp/commit/cbeaf8f955fff9caa5652ccc6c1393ec8b993799"><code>cbeaf8f</code></a> Prepare for release 4.9.0.</li> <li><a href="https://github.com/square/okhttp/commit/8fd74a7482effe1ca8847a28b29262415dbb7faa"><code>8fd74a7</code></a> Conscrypt 2.5.1 Upgrade (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6263">#6263</a>)</li> <li><a href="https://github.com/square/okhttp/commit/2bd749dd9d703bcfb25a33914afbbd03374cff9c"><code>2bd749d</code></a> Kotlin 1.4.10 Upgrade (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6264">#6264</a>)</li> <li><a href="https://github.com/square/okhttp/commit/0164696a8a6eb94ff81529be0436d0d53d44b449"><code>0164696</code></a> Fix build on windows (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6257">#6257</a>)</li> <li><a href="https://github.com/square/okhttp/commit/e4c3b28c39a00c93b8f82288f1e659dbef304ce5"><code>e4c3b28</code></a> Fix HttpUrl documentation (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6259">#6259</a>)</li> <li><a href="https://github.com/square/okhttp/commit/8c2f383f14e354a45d0f9f16f5b0fa35b7244a51"><code>8c2f383</code></a> Document interceptor throwing modes (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6235">#6235</a>)</li> <li><a href="https://github.com/square/okhttp/commit/a76c40a9356191fc2aa589dbd2612c0260592776"><code>a76c40a</code></a> Kotlin 1.4 dependency upgrade and language features (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/5947">#5947</a>)</li> <li><a href="https://github.com/square/okhttp/commit/1589741a9008ec3745f4dfc4bc89e9ce57495dc9"><code>1589741</code></a> Fix Caching documentation. (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6247">#6247</a>)</li> <li><a href="https://github.com/square/okhttp/commit/45010c58a067280188b6e9a54f4b51f7a9a0ba54"><code>45010c5</code></a> Add "MockWebServer" as a known logger (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6229">#6229</a>)</li> <li><a href="https://github.com/square/okhttp/commit/dbb2c346e74f74850ea59a0dd5e1a5048d8a1c0f"><code>dbb2c34</code></a> Update https.md (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6234">#6234</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okhttp/compare/parent-4.8.1...parent-4.9.0">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 9 days
push eventfreefair/gradle-plugins
commit sha fe2a91cfa8bfa141c6e0d87ec1f5fb012cef03c2
Align aspectj plugin implementation and documentation fixes #269
commit sha 6050af8e7ccb24e0faa97277a920752521100c10
Throw an excplicit exception, if both aspectj plugins are applied to the same project fixes #248 fixes #266
commit sha c2edc34fadab7de54a1424826ab593d7068eba82
Merge branch 'master' of github.com:freefair/gradle-plugins into master
push time in 9 days
issue closedfreefair/gradle-plugins
I have added
id 'io.freefair.aspectj' version "$freefair"
id 'io.freefair.aspectj.base' version "$freefair"
id 'io.freefair.aspectj.post-compile-weaving' version "$freefair"
This cases:
Build file 'C:\Users\sirin\GitHub\leo\build.gradle' line: 26
An exception occurred applying plugin request [id: 'io.freefair.aspectj.post-compile-weaving', version: '5.1.1']
> Failed to apply plugin 'io.freefair.aspectj.post-compile-weaving'.
> Cannot add a configuration with name 'aspect' as a configuration with that name already exists.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.plugins.InvalidPluginException: An exception occurred applying plugin request [id: 'io.freefair.aspectj.post-compile-weaving', version: '5.1.1']
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.exceptionOccurred(DefaultPluginRequestApplicator.java:198)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyPlugin(DefaultPluginRequestApplicator.java:180)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.lambda$applyLegacyPlugins$3(DefaultPluginRequestApplicator.java:136)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyLegacyPlugins(DefaultPluginRequestApplicator.java:136)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyPlugins(DefaultPluginRequestApplicator.java:120)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:117)
at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:65)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:62)
at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:43)
at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:62)
at org.gradle.configuration.project.BuildScriptProcessor$1.run(BuildScriptProcessor.java:45)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:245)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:42)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:35)
at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject$1.run(LifecycleProjectEvaluator.java:102)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:180)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withProjectLock(DefaultProjectStateRegistry.java:271)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:265)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:91)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:63)
at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:710)
at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:145)
at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:36)
at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62)
at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:61)
at org.gradle.configuration.BuildOperatingFiringProjectsPreparer$ConfigureBuild.run(BuildOperatingFiringProjectsPreparer.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.BuildOperatingFiringProjectsPreparer.prepareProjects(BuildOperatingFiringProjectsPreparer.java:40)
at org.gradle.initialization.DefaultGradleLauncher.prepareProjects(DefaultGradleLauncher.java:235)
at org.gradle.initialization.DefaultGradleLauncher.doClassicBuildStages(DefaultGradleLauncher.java:170)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:155)
at org.gradle.initialization.DefaultGradleLauncher.executeTasks(DefaultGradleLauncher.java:131)
at org.gradle.internal.invocation.GradleBuildController$1.create(GradleBuildController.java:72)
at org.gradle.internal.invocation.GradleBuildController$1.create(GradleBuildController.java:67)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:180)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40)
at org.gradle.internal.invocation.GradleBuildController.doBuild(GradleBuildController.java:67)
at org.gradle.internal.invocation.GradleBuildController.run(GradleBuildController.java:56)
at org.gradle.tooling.internal.provider.runner.ClientProvidedPhasedActionRunner.run(ClientProvidedPhasedActionRunner.java:60)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:63)
at org.gradle.tooling.internal.provider.ValidatingBuildActionRunner.run(ValidatingBuildActionRunner.java:32)
at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:52)
at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$3.call(RunAsBuildOperationBuildActionRunner.java:49)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$3.call(RunAsBuildOperationBuildActionRunner.java:44)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner.run(RunAsBuildOperationBuildActionRunner.java:44)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$1.transform(InProcessBuildActionExecuter.java:50)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$1.transform(InProcessBuildActionExecuter.java:47)
at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:87)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:31)
at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:44)
at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:29)
at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:87)
at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:55)
at org.gradle.tooling.internal.provider.SubscribableBuildActionExecuter.execute(SubscribableBuildActionExecuter.java:60)
at org.gradle.tooling.internal.provider.SubscribableBuildActionExecuter.execute(SubscribableBuildActionExecuter.java:38)
at org.gradle.tooling.internal.provider.SessionScopeBuildActionExecuter.execute(SessionScopeBuildActionExecuter.java:68)
at org.gradle.tooling.internal.provider.SessionScopeBuildActionExecuter.execute(SessionScopeBuildActionExecuter.java:38)
at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:37)
at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:26)
at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:60)
at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:32)
at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:56)
at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:42)
at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:48)
at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:32)
at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:68)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
at org.gradle.util.Swapper.swap(Swapper.java:38)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:82)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'io.freefair.aspectj.post-compile-weaving'.
at org.gradle.api.internal.plugins.DefaultPluginManager.doApply(DefaultPluginManager.java:163)
at org.gradle.api.internal.plugins.DefaultPluginManager.apply(DefaultPluginManager.java:136)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.lambda$applyLegacyPlugins$2(DefaultPluginRequestApplicator.java:138)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyPlugin(DefaultPluginRequestApplicator.java:176)
... 127 more
Caused by: org.gradle.api.InvalidUserDataException: Cannot add a configuration with name 'aspect' as a configuration with that name already exists.
at org.gradle.api.internal.DefaultNamedDomainObjectCollection.assertCanAdd(DefaultNamedDomainObjectCollection.java:213)
at org.gradle.api.internal.AbstractNamedDomainObjectContainer.create(AbstractNamedDomainObjectContainer.java:77)
at org.gradle.api.internal.AbstractValidatingNamedDomainObjectContainer.create(AbstractValidatingNamedDomainObjectContainer.java:47)
at org.gradle.api.internal.AbstractNamedDomainObjectContainer.create(AbstractNamedDomainObjectContainer.java:56)
at io.freefair.gradle.plugins.aspectj.AspectJPostCompileWeavingPlugin.configureSourceSet(AspectJPostCompileWeavingPlugin.java:44)
at org.gradle.configuration.internal.DefaultUserCodeApplicationContext$CurrentApplication$1.execute(DefaultUserCodeApplicationContext.java:100)
at org.gradle.api.internal.DefaultCollectionCallbackActionDecorator$BuildOperationEmittingAction$1.run(DefaultCollectionCallbackActionDecorator.java:95)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.api.internal.DefaultCollectionCallbackActionDecorator$BuildOperationEmittingAction.execute(DefaultCollectionCallbackActionDecorator.java:92)
at org.gradle.api.internal.DefaultDomainObjectCollection.all(DefaultDomainObjectCollection.java:163)
at io.freefair.gradle.plugins.aspectj.AspectJPostCompileWeavingPlugin.apply(AspectJPostCompileWeavingPlugin.java:33)
at io.freefair.gradle.plugins.aspectj.AspectJPostCompileWeavingPlugin.apply(AspectJPostCompileWeavingPlugin.java:20)
at org.gradle.api.internal.plugins.ImperativeOnlyPluginTarget.applyImperative(ImperativeOnlyPluginTarget.java:43)
at org.gradle.api.internal.plugins.RuleBasedPluginTarget.applyImperative(RuleBasedPluginTarget.java:51)
at org.gradle.api.internal.plugins.DefaultPluginManager.addPlugin(DefaultPluginManager.java:177)
at org.gradle.api.internal.plugins.DefaultPluginManager.access$100(DefaultPluginManager.java:51)
at org.gradle.api.internal.plugins.DefaultPluginManager$AddPluginBuildOperation.run(DefaultPluginManager.java:272)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.plugins.DefaultPluginManager.lambda$doApply$0(DefaultPluginManager.java:157)
at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:43)
at org.gradle.api.internal.plugins.DefaultPluginManager.doApply(DefaultPluginManager.java:156)
... 130 more
closed time in 9 days
sirinathissue closedfreefair/gradle-plugins
Application of all three aspectj plugins leads to "Failed to apply plugin [id 'org.gradle.java']"
Applying a kotlin build script based aspectj build with the following plugin configuration leands to
Build file 'C:\dev\git\micrometer-test\build.gradle.kts' line: 9
An exception occurred applying plugin request [id: 'org.gradle.java']
Failed to apply plugin [id 'org.gradle.java'] Cannot add a configuration with name 'aspect' as a configuration with that name already exists.
The stack trace is attached as file. Gradle version used is 6.5.1 stacktrace.txt
plugins {
id("io.freefair.aspectj.base") version "5.1.0"
id("io.freefair.aspectj") version "5.1.0"
id("io.freefair.aspectj.post-compile-weaving") version "5.1.0"
// Apply the application plugin to add support for building a CLI application.
java
application
}
closed time in 9 days
joerghmeyerissue closedfreefair/gradle-plugins
Exception When Trying to Configure Plug-in as per the Documentation
Following code when used as per the documentation in FreeFair Gradle Plugin Collection
compileJava {
ajc {
enabled = true
classpath = configurations.aspectj
options {
aspectpath = configurations.aspect
compilerArgs = []
}
}
}
compileTestJava {
ajc {
enabled = true
classpath = configurations.aspectj
options {
aspectpath = configurations.testAspect
compilerArgs = []
}
}
}
Results in the following exception:
Build file 'C:\Users\sirin\GitHub\leo\build.gradle' line: 189
A problem occurred evaluating root project 'leo'.
> Cannot set the value of read-only property 'classpath' for object of type io.freefair.gradle.plugins.aspectj.AjcAction.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'leo'.
at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:93)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.lambda$apply$0(DefaultScriptPluginFactory.java:133)
at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)
at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:136)
at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:65)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:62)
at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:43)
at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:62)
at org.gradle.configuration.project.BuildScriptProcessor$1.run(BuildScriptProcessor.java:45)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:245)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:42)
at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:35)
at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject$1.run(LifecycleProjectEvaluator.java:102)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:180)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withProjectLock(DefaultProjectStateRegistry.java:271)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:265)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:91)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:63)
at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:710)
at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:145)
at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:36)
at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:62)
at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:61)
at org.gradle.configuration.BuildOperatingFiringProjectsPreparer$ConfigureBuild.run(BuildOperatingFiringProjectsPreparer.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.configuration.BuildOperatingFiringProjectsPreparer.prepareProjects(BuildOperatingFiringProjectsPreparer.java:40)
at org.gradle.initialization.DefaultGradleLauncher.prepareProjects(DefaultGradleLauncher.java:235)
at org.gradle.initialization.DefaultGradleLauncher.doClassicBuildStages(DefaultGradleLauncher.java:170)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:155)
at org.gradle.initialization.DefaultGradleLauncher.executeTasks(DefaultGradleLauncher.java:131)
at org.gradle.internal.invocation.GradleBuildController$1.create(GradleBuildController.java:72)
at org.gradle.internal.invocation.GradleBuildController$1.create(GradleBuildController.java:67)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:180)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40)
at org.gradle.internal.invocation.GradleBuildController.doBuild(GradleBuildController.java:67)
at org.gradle.internal.invocation.GradleBuildController.run(GradleBuildController.java:56)
at org.gradle.tooling.internal.provider.runner.ClientProvidedPhasedActionRunner.run(ClientProvidedPhasedActionRunner.java:60)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:63)
at org.gradle.tooling.internal.provider.ValidatingBuildActionRunner.run(ValidatingBuildActionRunner.java:32)
at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:52)
at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$3.call(RunAsBuildOperationBuildActionRunner.java:49)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner$3.call(RunAsBuildOperationBuildActionRunner.java:44)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.launcher.exec.RunAsBuildOperationBuildActionRunner.run(RunAsBuildOperationBuildActionRunner.java:44)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$1.transform(InProcessBuildActionExecuter.java:50)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$1.transform(InProcessBuildActionExecuter.java:47)
at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:87)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:31)
at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:44)
at org.gradle.launcher.exec.BuildTreeScopeBuildActionExecuter.execute(BuildTreeScopeBuildActionExecuter.java:29)
at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:87)
at org.gradle.tooling.internal.provider.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:55)
at org.gradle.tooling.internal.provider.SubscribableBuildActionExecuter.execute(SubscribableBuildActionExecuter.java:60)
at org.gradle.tooling.internal.provider.SubscribableBuildActionExecuter.execute(SubscribableBuildActionExecuter.java:38)
at org.gradle.tooling.internal.provider.SessionScopeBuildActionExecuter.execute(SessionScopeBuildActionExecuter.java:68)
at org.gradle.tooling.internal.provider.SessionScopeBuildActionExecuter.execute(SessionScopeBuildActionExecuter.java:38)
at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:37)
at org.gradle.tooling.internal.provider.GradleThreadBuildActionExecuter.execute(GradleThreadBuildActionExecuter.java:26)
at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:60)
at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:32)
at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:56)
at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:42)
at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:48)
at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:32)
at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:68)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
at org.gradle.util.Swapper.swap(Swapper.java:38)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:82)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: groovy.lang.GroovyRuntimeException: Cannot set the value of read-only property 'classpath' for object of type io.freefair.gradle.plugins.aspectj.AjcAction.
at org.gradle.internal.metaobject.AbstractDynamicObject.setReadOnlyProperty(AbstractDynamicObject.java:137)
at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.setProperty(BeanDynamicObject.java:372)
at org.gradle.internal.metaobject.BeanDynamicObject.trySetProperty(BeanDynamicObject.java:181)
at org.gradle.internal.metaobject.CompositeDynamicObject.trySetProperty(CompositeDynamicObject.java:66)
at org.gradle.internal.metaobject.ConfigureDelegate.setProperty(ConfigureDelegate.java:94)
at build_34oehsfhlvivkqmsavrqazqe$_run_closure1$_closure10$_closure24.doCall(C:\Users\sirin\GitHub\leo\build.gradle:189)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:105)
at org.gradle.util.ConfigureUtil$WrappedConfigureAction.execute(ConfigureUtil.java:166)
at org.gradle.internal.extensibility.ExtensionsStorage$ExtensionHolder.configure(ExtensionsStorage.java:173)
at org.gradle.internal.extensibility.ExtensionsStorage.configureExtension(ExtensionsStorage.java:64)
at org.gradle.internal.extensibility.DefaultConvention.configureExtension(DefaultConvention.java:364)
at org.gradle.internal.extensibility.DefaultConvention.access$500(DefaultConvention.java:45)
at org.gradle.internal.extensibility.DefaultConvention$ExtensionsDynamicObject.tryInvokeMethod(DefaultConvention.java:301)
at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98)
at org.gradle.internal.extensibility.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:34)
at org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:56)
at build_34oehsfhlvivkqmsavrqazqe$_run_closure1$_closure10.doCall(C:\Users\sirin\GitHub\leo\build.gradle:187)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configureSelf(ConfigureUtil.java:130)
at org.gradle.api.internal.AbstractTask.configure(AbstractTask.java:599)
at org.gradle.api.DefaultTask.configure(DefaultTask.java:307)
at org.gradle.api.DefaultTask.configure(DefaultTask.java:44)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:103)
at org.gradle.api.internal.DefaultNamedDomainObjectCollection$ContainerElementsDynamicObject.tryInvokeMethod(DefaultNamedDomainObjectCollection.java:542)
at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98)
at org.gradle.internal.extensibility.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:34)
at org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:56)
at build_34oehsfhlvivkqmsavrqazqe$_run_closure1.doCall(C:\Users\sirin\GitHub\leo\build.gradle:186)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:154)
at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:105)
at org.gradle.util.ConfigureUtil$WrappedConfigureAction.execute(ConfigureUtil.java:166)
at org.gradle.api.internal.DefaultMutationGuard$2.execute(DefaultMutationGuard.java:42)
at org.gradle.internal.Actions.with(Actions.java:251)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$2$1.run(BuildOperationCrossProjectConfigurator.java:79)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$2.run(BuildOperationCrossProjectConfigurator.java:76)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:245)
at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:226)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.runProjectConfigureAction(BuildOperationCrossProjectConfigurator.java:73)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.access$400(BuildOperationCrossProjectConfigurator.java:32)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$1.doRunProjectConfigure(BuildOperationCrossProjectConfigurator.java:67)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator$BlockConfigureBuildOperation.run(BuildOperationCrossProjectConfigurator.java:121)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.runBlockConfigureAction(BuildOperationCrossProjectConfigurator.java:64)
at org.gradle.api.internal.project.BuildOperationCrossProjectConfigurator.allprojects(BuildOperationCrossProjectConfigurator.java:54)
at org.gradle.api.internal.project.DefaultProject.allprojects(DefaultProject.java:1192)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:484)
at org.gradle.internal.metaobject.BeanDynamicObject.tryInvokeMethod(BeanDynamicObject.java:196)
at org.gradle.internal.metaobject.CompositeDynamicObject.tryInvokeMethod(CompositeDynamicObject.java:98)
at org.gradle.internal.extensibility.MixInClosurePropertiesAsMethodsDynamicObject.tryInvokeMethod(MixInClosurePropertiesAsMethodsDynamicObject.java:34)
at org.gradle.groovy.scripts.BasicScript$ScriptDynamicObject.tryInvokeMethod(BasicScript.java:134)
at org.gradle.internal.metaobject.AbstractDynamicObject.invokeMethod(AbstractDynamicObject.java:163)
at org.gradle.groovy.scripts.BasicScript.invokeMethod(BasicScript.java:83)
at build_34oehsfhlvivkqmsavrqazqe.run(C:\Users\sirin\GitHub\leo\build.gradle:34)
at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:91)
... 126 more
closed time in 9 days
sirinathissue commentfreefair/gradle-plugins
Why are you adding all three plugins to your project?
comment created time in 9 days
startedsass/dart-sass-embedded
started time in 9 days
push eventlarsgrefer/dart-sass-java
commit sha b3ad792d55b52f51571a2755f5fdaeeefbc33ceb
Next try
push time in 11 days
push eventlarsgrefer/dart-sass-java
commit sha 9153bc9bbad87e19a95cf0182cce27fada815f1c
Next try
push time in 11 days
push eventlarsgrefer/dart-sass-java
commit sha 2ac6957caae55a9ef343a3742166b6d52fb6bf88
Next try
push time in 11 days
push eventlarsgrefer/dart-sass-java
commit sha 32493fb86fdce2222a5df15f5525d6ddc3f3cf60
Create gradle.yml
push time in 11 days
push eventlarsgrefer/java-sense-hat
commit sha 09d459149d07180610c077575937873443738481
Bump assertj-core from 3.17.1 to 3.17.2 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.17.1 to 3.17.2. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.1...assertj-core-3.17.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 93b748899ef06b88d4921084c4c7402e578a5b54
Merge pull request #72 from larsgrefer/dependabot/gradle/org.assertj-assertj-core-3.17.2 Bump assertj-core from 3.17.1 to 3.17.2
push time in 13 days
PR merged larsgrefer/java-sense-hat
Bumps assertj-core from 3.17.1 to 3.17.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/3f654ef0d30225e3d820967f478c5582fba82121"><code>3f654ef</code></a> [maven-release-plugin] prepare release assertj-core-3.17.2</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/cf65f6a069814abbf478b9fda47db0978e6dfa75"><code>cf65f6a</code></a> Demote opentest4j between assumption exception classes (fixes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1985">#1985</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/91db7231362a597f090763c8b6dd558d1daf7192"><code>91db723</code></a> Add soft assertions wasSuccess tests</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/79a5142a7f829c599a3e6a3821eed65625c0cc67"><code>79a5142</code></a> Bump mockito.version from 3.5.7 to 3.5.10</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/c2d9c05c65e98fac779b42f88edd29af2960cf1f"><code>c2d9c05</code></a> Fix maven-shade-plugin warning about overlapping MANIFEST.MF</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/3a9ca449b0a9a074040034a59df1c99437330c1a"><code>3a9ca44</code></a> Exclude net.bytebuddy.experimental from shading scope</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7fb09d9d41547a9626eed2f61ad62f05ad54e9bb"><code>7fb09d9</code></a> The use of timestamps to replace SNAPSHOT is an old oddity of</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/c9807b9c9a300758ee262ea5026acd3be68781cf"><code>c9807b9</code></a> Add OSGi integration testing to build (<a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1888">#1888</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7dec8892e519f5e156522b95685f5c660101f02c"><code>7dec889</code></a> Bump mockito.version from 3.5.5 to 3.5.7</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/bc5f6127ae77821dee7a7716d10247b248021dff"><code>bc5f612</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.1...assertj-core-3.17.2">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
push eventfreefair/android-gradle-plugins
commit sha 971031a38824e4019588bc55c2c2dd0c77f958bb
Bump freefairGradleVersion from 5.1.1 to 5.2.1 Bumps `freefairGradleVersion` from 5.1.1 to 5.2.1. Updates `git-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `lombok-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `maven-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha f0ff9d3a8092e4147114b75f6f7d9d215464cbd4
Merge pull request #69 from freefair/dependabot/gradle/freefairGradleVersion-5.2.1 Bump freefairGradleVersion from 5.1.1 to 5.2.1
push time in 13 days
PR merged freefair/android-gradle-plugins
Bumps freefairGradleVersion from 5.1.1 to 5.2.1.
Updates git-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates lombok-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates maven-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
push eventfreefair/android-colors
commit sha 133c0b2d064259becb9c0d5fd89be8e75835efeb
Bump maven-plugin from 5.1.1 to 5.2.1 Bumps [maven-plugin](https://github.com/freefair/gradle-plugins) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha d24bdad625b9ba2ff980f47231d2422616c6dce0
Merge pull request #20 from freefair/dependabot/gradle/io.freefair.gradle-maven-plugin-5.2.1 Bump maven-plugin from 5.1.1 to 5.2.1
push time in 13 days
PR merged freefair/android-colors
Bumps maven-plugin from 5.1.1 to 5.2.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li> <li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li> <li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
push eventfreefair/okhttp-spring-boot
commit sha 17a88298b76b5064172f9a1a8fd3f4e08da4c4a9
Bump freefairGradleVersion from 5.1.1 to 5.2.1 Bumps `freefairGradleVersion` from 5.1.1 to 5.2.1. Updates `maven-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `lombok-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `okhttp-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `git-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 69b23fca2ba42410967e69389003e6ce8f6c10e9
Merge pull request #95 from freefair/dependabot/gradle/freefairGradleVersion-5.2.1 Bump freefairGradleVersion from 5.1.1 to 5.2.1
push time in 13 days
PR merged freefair/okhttp-spring-boot
Bumps freefairGradleVersion from 5.1.1 to 5.2.1.
Updates maven-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates lombok-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates okhttp-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates git-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
push eventfreefair/gradle-plugins
commit sha 14b0a464966089e14cd6e32168ef09221a3ffcf2
Bump pluginVersion from 5.1.1 to 5.2.1 Bumps `pluginVersion` from 5.1.1 to 5.2.1. Updates `maven-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `lombok-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Updates `git-plugin` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 16ac1949b413b272aa7bed4a9429b75f58813266
Merge pull request #263 from freefair/dependabot/gradle/pluginVersion-5.2.1 Bump pluginVersion from 5.1.1 to 5.2.1
push time in 13 days
PR merged freefair/gradle-plugins
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps pluginVersion from 5.1.1 to 5.2.1.
Updates maven-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates lombok-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
Updates git-plugin from 5.1.1 to 5.2.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/freefair/gradle-plugins/commit/3cece987e885ab16d071a6fe02d010e900b4773e"><code>3cece98</code></a> Improve Github Actions support</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/4aaa728339f4a65c404d9565588cb9801ae84e45"><code>4aaa728</code></a> Improve GZip task</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/d85222b67f1a5619356ac753972264f0e563431e"><code>d85222b</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab"><code>c9e44da</code></a> Merge branch 'master' of github.com:freefair/gradle-plugins into master</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/54a3ddf60b30129b33bdf910ad16695cdcc9addd"><code>54a3ddf</code></a> Add compressor tasks</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f215ffe3659627b308f19247fe37504fdbd180e3"><code>f215ffe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/261">#261</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/f9fb2c9d45c278afded37cd42bc15dff6417380e"><code>f9fb2c9</code></a> Bump assertj-core from 3.17.0 to 3.17.1</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/0654edef1176f4506b6c552f07b47b3df7686251"><code>0654ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/255">#255</a> from freefair/dependabot/gradle/io.codearte.gradle.ne...</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/e24a5862d71b03249ca8534a1e9b6a5f4389d7b0"><code>e24a586</code></a> Bump gradle-nexus-staging-plugin from 0.21.2 to 0.22.0</li>
<li><a href="https://github.com/freefair/gradle-plugins/commit/40fd8b75278990322dacfcae7c552820966feda9"><code>40fd8b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/freefair/gradle-plugins/issues/258">#258</a> from freefair/dependabot/gradle/org.assertj-assertj-c...</li>
<li>Additional commits viewable in <a href="https://github.com/freefair/gradle-plugins/compare/5.1.1...5.2.1">compare view</a></li>
</ul>
</details>
<br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
push eventfreefair/gradle-plugins
commit sha 8f0521555ee5717e5712e1ea71f2ee9b177794d4
Bump assertj-core from 3.17.1 to 3.17.2 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.17.1 to 3.17.2. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.1...assertj-core-3.17.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha ee013e9c0a4f9a635453f396915112ba81d0c5e7
Merge pull request #262 from freefair/dependabot/gradle/org.assertj-assertj-core-3.17.2 Bump assertj-core from 3.17.1 to 3.17.2
push time in 13 days
PR merged freefair/gradle-plugins
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps assertj-core from 3.17.1 to 3.17.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/3f654ef0d30225e3d820967f478c5582fba82121"><code>3f654ef</code></a> [maven-release-plugin] prepare release assertj-core-3.17.2</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/cf65f6a069814abbf478b9fda47db0978e6dfa75"><code>cf65f6a</code></a> Demote opentest4j between assumption exception classes (fixes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1985">#1985</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/91db7231362a597f090763c8b6dd558d1daf7192"><code>91db723</code></a> Add soft assertions wasSuccess tests</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/79a5142a7f829c599a3e6a3821eed65625c0cc67"><code>79a5142</code></a> Bump mockito.version from 3.5.7 to 3.5.10</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/c2d9c05c65e98fac779b42f88edd29af2960cf1f"><code>c2d9c05</code></a> Fix maven-shade-plugin warning about overlapping MANIFEST.MF</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/3a9ca449b0a9a074040034a59df1c99437330c1a"><code>3a9ca44</code></a> Exclude net.bytebuddy.experimental from shading scope</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7fb09d9d41547a9626eed2f61ad62f05ad54e9bb"><code>7fb09d9</code></a> The use of timestamps to replace SNAPSHOT is an old oddity of</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/c9807b9c9a300758ee262ea5026acd3be68781cf"><code>c9807b9</code></a> Add OSGi integration testing to build (<a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1888">#1888</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7dec8892e519f5e156522b95685f5c660101f02c"><code>7dec889</code></a> Bump mockito.version from 3.5.5 to 3.5.7</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/bc5f6127ae77821dee7a7716d10247b248021dff"><code>bc5f612</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.1...assertj-core-3.17.2">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
push eventfreefair/gradle-plugins
commit sha 9a4029dd4a8a7e217ffe477deabc3537f680bd7b
Update documentation
commit sha 884cb61b7edbf9767c483b2c24fc65834c6f94fa
Merge branch 'master' of github.com:freefair/gradle-plugins into master
push time in 13 days
push eventfreefair/gradle-plugins
commit sha 6cd38fbe5d04359b60b4fab8f35e082381c8ba37
Bump junit-jupiter-api from 5.6.2 to 5.7.0 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 702eb43b333747e42dfe3208d2140bdd5ee260ba
Merge pull request #267 from freefair/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.7.0 Bump junit-jupiter-api from 5.6.2 to 5.7.0
push time in 13 days
PR merged freefair/gradle-plugins
Bumps junit-jupiter-api from 5.6.2 to 5.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit5/releases">junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 5.7.0 = Platform 1.7.0 + Jupiter 5.7.0 + Vintage 5.7.0</p> <p>See <a href="http://junit.org/junit5/docs/5.7.0/release-notes/">Release Notes</a>.</p> <p>JUnit 5.7.0-RC1 = Platform 1.7.0-RC1 + Jupiter 5.7.0-RC1 + Vintage 5.7.0-RC1</p> <p>See <a href="http://junit.org/junit5/docs/5.7.0-RC1/release-notes/">Release Notes</a>.</p> <p>JUnit 5.7.0-M1 = Platform 1.7.0-M1 + Jupiter 5.7.0-M1 + Vintage 5.7.0-M1</p> <p>See <a href="http://junit.org/junit5/docs/5.7.0-M1/release-notes/">Release Notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit5/commit/a3528756923b588a7ecded2237cb13190229b543"><code>a352875</code></a> Release 5.7</li> <li><a href="https://github.com/junit-team/junit5/commit/5c0008833907b2851867d180fda3cba22fb02096"><code>5c00088</code></a> Document arguments passed to MessageFormat</li> <li><a href="https://github.com/junit-team/junit5/commit/0c2876b5ed340ca3cf3491b805330138c0f4e074"><code>0c2876b</code></a> Remove usage of JetBrains' NotNull annotation and forbid future usage</li> <li><a href="https://github.com/junit-team/junit5/commit/7afbe902e08e78633eb770530cdf186d07f6df28"><code>7afbe90</code></a> Polish test kit Events</li> <li><a href="https://github.com/junit-team/junit5/commit/44c6742d3d9145ddcd4c09681aae262d44eca193"><code>44c6742</code></a> Polish TestableAnnotationTests</li> <li><a href="https://github.com/junit-team/junit5/commit/a962d5af60214485f448b6e164eecd8c1e934e8e"><code>a962d5a</code></a> Polish Javadoc for <a href="https://github.com/Testable">@Testable</a></li> <li><a href="https://github.com/junit-team/junit5/commit/a245da0bd9132a71eda30e63fd32111e0f47c48f"><code>a245da0</code></a> Let Testable annotation target any element type</li> <li><a href="https://github.com/junit-team/junit5/commit/23e824fa78425012d93cb86421a77f081a8f2eff"><code>23e824f</code></a> Upgradle to 6.6.1</li> <li><a href="https://github.com/junit-team/junit5/commit/68bb2e3124da100ff00608c44fcd75dd3061f593"><code>68bb2e3</code></a> Close resource in inverse order of addition (<a href="https://github-redirect.dependabot.com/junit-team/junit5/issues/2387">#2387</a>)</li> <li><a href="https://github.com/junit-team/junit5/commit/10aef498da1fad4b1f3b9451e8f60c3d00ec3c79"><code>10aef49</code></a> Fix link to milestone page</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 13 days
issue commentfreefair/gradle-plugins
Exception When Trying to Configure Plug-in as per the Documentation
There is no need to copy this into your project. It's only an example that demonstrates how the project is set-up by default.
Touching the ajc action itself should not be needed for the most use cases.
What exactly are you trying to achieve?
comment created time in 13 days
push eventfreefair/gradle-plugins
commit sha 9b64a8be9c4029b4a8826681a95de4039ce99718
Bump classgraph from 4.8.89 to 4.8.90 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.89 to 4.8.90. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.89...classgraph-4.8.90) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 2acc3ae1df82543c01047befbabbbd6c7de90c57
Merge pull request #264 from freefair/dependabot/gradle/io.github.classgraph-classgraph-4.8.90 Bump classgraph from 4.8.89 to 4.8.90
push time in 18 days
PR merged freefair/gradle-plugins
Bumps classgraph from 4.8.89 to 4.8.90. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/classgraph/classgraph/releases">classgraph's releases</a>.</em></p> <blockquote> <h2>classgraph-4.8.90</h2> <p>Fix Windows path separator incompatibility introduced in 4.8.88 (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/477">#477</a>, thanks to <a href="https://github.com/adelel1">@adelel1</a> for reporting)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/classgraph/classgraph/commit/570f6808b0422b6d7b62182791c905ec7bc594ee"><code>570f680</code></a> Merge branch 'latest' of <a href="https://github.com/classgraph/classgraph">https://github.com/classgraph/classgraph</a> into latest</li> <li><a href="https://github.com/classgraph/classgraph/commit/a40b6aba3bdf041232291a480f9fe08221084b50"><code>a40b6ab</code></a> [maven-release-plugin] prepare release classgraph-4.8.90</li> <li><a href="https://github.com/classgraph/classgraph/commit/a1b2d31d9d5e4dd1850bb8273ca610edad429ef7"><code>a1b2d31</code></a> Solve path separator issue on Windows (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/477">#477</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/afe037ae6960bf4919cd7e112e3e33998d9c0c79"><code>afe037a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/476">#476</a> from classgraph/dependabot/maven/org.assertj-assertj-...</li> <li><a href="https://github.com/classgraph/classgraph/commit/b22a007ee366171e9c7f2d253f46220997613730"><code>b22a007</code></a> Bump assertj-core from 3.17.1 to 3.17.2</li> <li><a href="https://github.com/classgraph/classgraph/commit/c7a764a1c6bef0ad35bb103a863c8833e56d9357"><code>c7a764a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/473">#473</a> from classgraph/dependabot/maven/org.assertj-assertj-...</li> <li><a href="https://github.com/classgraph/classgraph/commit/a010fda5ec2be81e98f55e92ed12d9708be19dfc"><code>a010fda</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/475">#475</a> from classgraph/dependabot/maven/org.openjdk.jmh-jmh-...</li> <li><a href="https://github.com/classgraph/classgraph/commit/c6a000aad039b2a1ccaeea71047f999a7ec791dc"><code>c6a000a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/474">#474</a> from classgraph/dependabot/maven/org.openjdk.jmh-jmh-...</li> <li><a href="https://github.com/classgraph/classgraph/commit/5bbdd45c7090c6a82c3cd00cfdb203c35888104e"><code>5bbdd45</code></a> Bump jmh-generator-annprocess from 1.25.1 to 1.25.2</li> <li><a href="https://github.com/classgraph/classgraph/commit/1cee6e1cf9b3114e66e46019098f5321b74b04a2"><code>1cee6e1</code></a> Bump jmh-core from 1.25.1 to 1.25.2</li> <li>Additional commits viewable in <a href="https://github.com/classgraph/classgraph/compare/classgraph-4.8.89...classgraph-4.8.90">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 18 days
push eventfreefair/gradle-plugins
commit sha 7b447df9a5b3725bb105f6536c40fea8fe99778e
Improve Jenkins support
push time in 21 days
push eventfreefair/gradle-plugins
commit sha 3cece987e885ab16d071a6fe02d010e900b4773e
Improve Github Actions support
push time in 21 days
push eventfreefair/gradle-plugins
commit sha 4aaa728339f4a65c404d9565588cb9801ae84e45
Improve GZip task
push time in 21 days
push eventfreefair/gradle-plugins
commit sha d85222b67f1a5619356ac753972264f0e563431e
Add compressor tasks
push time in 21 days
push eventfreefair/gradle-plugins
commit sha 54a3ddf60b30129b33bdf910ad16695cdcc9addd
Add compressor tasks
commit sha c9e44da7d869f69ebb976441e9de1dc9b7bdc5ab
Merge branch 'master' of github.com:freefair/gradle-plugins into master
push time in 21 days
push eventlarsgrefer/java-sense-hat
commit sha 4af3809000b746b7a33b0ebc421a9aa4e5d2969e
Bump assertj-core from 3.17.0 to 3.17.1 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.0...assertj-core-3.17.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 243ed45c3b5bc74da6668c15d7d1345932614cb8
Merge pull request #71 from larsgrefer/dependabot/gradle/org.assertj-assertj-core-3.17.1 Bump assertj-core from 3.17.0 to 3.17.1
push time in 22 days
PR merged larsgrefer/java-sense-hat
Bumps assertj-core from 3.17.0 to 3.17.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/0ca7f6edd5d76f0a0b60ba534f0e53e81f2de80d"><code>0ca7f6e</code></a> [maven-release-plugin] prepare release assertj-core-3.17.1</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/930c39370db8e55589dda3deba821774d47e77ef"><code>930c393</code></a> Version bump in berify.bndrun</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/a06f16c500c317fb7f07c45c73c6c6db4e848058"><code>a06f16c</code></a> More changes for singly-traversable 'contains' assertions (closes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1941">#1941</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7279cd7cba461c0db5f2302b4974dff64f2de14d"><code>7279cd7</code></a> Change precedence of assumption classes (<a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1983">#1983</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/8a9712c105031456f046471c81029bbf5baeee25"><code>8a9712c</code></a> Minor code cleanup (closes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1972">#1972</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/92f928e44272f1cbbdf23d6eefae5051a9d8dd9c"><code>92f928e</code></a> Enable ByteBuddy experimental features inside EqualsVerifier</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/d80cb5c8fc9d76ed6ca4361cc40e0e42d22b1cbc"><code>d80cb5c</code></a> Speed up reflective comparison</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/796862e308242c1ce1c24c98c8c8b4619ca35fc0"><code>796862e</code></a> Use deep comparison on Object2DArrayAssert#isDeepEqualTo() (fixes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1976">#1976</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/6b8696bf431456aa6624ddf4ff0e7a72a4956b33"><code>6b8696b</code></a> Fix javadoc references</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/424805bafc451eebfaa32b79f0c3292b15bfc1af"><code>424805b</code></a> Disable JaCoCo on Java 16+</li> <li>Additional commits viewable in <a href="https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.0...assertj-core-3.17.1">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 22 days
push eventfreefair/gradle-plugins
commit sha f9fb2c9d45c278afded37cd42bc15dff6417380e
Bump assertj-core from 3.17.0 to 3.17.1 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.0...assertj-core-3.17.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha f215ffe3659627b308f19247fe37504fdbd180e3
Merge pull request #261 from freefair/dependabot/gradle/org.assertj-assertj-core-3.17.1 Bump assertj-core from 3.17.0 to 3.17.1
push time in 23 days
PR merged freefair/gradle-plugins
Bumps assertj-core from 3.17.0 to 3.17.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/0ca7f6edd5d76f0a0b60ba534f0e53e81f2de80d"><code>0ca7f6e</code></a> [maven-release-plugin] prepare release assertj-core-3.17.1</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/930c39370db8e55589dda3deba821774d47e77ef"><code>930c393</code></a> Version bump in berify.bndrun</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/a06f16c500c317fb7f07c45c73c6c6db4e848058"><code>a06f16c</code></a> More changes for singly-traversable 'contains' assertions (closes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1941">#1941</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7279cd7cba461c0db5f2302b4974dff64f2de14d"><code>7279cd7</code></a> Change precedence of assumption classes (<a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1983">#1983</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/8a9712c105031456f046471c81029bbf5baeee25"><code>8a9712c</code></a> Minor code cleanup (closes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1972">#1972</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/92f928e44272f1cbbdf23d6eefae5051a9d8dd9c"><code>92f928e</code></a> Enable ByteBuddy experimental features inside EqualsVerifier</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/d80cb5c8fc9d76ed6ca4361cc40e0e42d22b1cbc"><code>d80cb5c</code></a> Speed up reflective comparison</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/796862e308242c1ce1c24c98c8c8b4619ca35fc0"><code>796862e</code></a> Use deep comparison on Object2DArrayAssert#isDeepEqualTo() (fixes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1976">#1976</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/6b8696bf431456aa6624ddf4ff0e7a72a4956b33"><code>6b8696b</code></a> Fix javadoc references</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/424805bafc451eebfaa32b79f0c3292b15bfc1af"><code>424805b</code></a> Disable JaCoCo on Java 16+</li> <li>Additional commits viewable in <a href="https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.17.0...assertj-core-3.17.1">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 23 days
issue closedjoinfaces/joinfaces
Enhancenment: support missing adminfaces config parameters
The following adminfaces configuration parameters cannot be configured via joinfaces.adminfaces.xxxx in a spring boot environment
- renderFormAsterisks
- closableLoading
- enableMobileHeader
closed time in a month
jomu78issue commentjoinfaces/joinfaces
Enhancenment: support missing adminfaces config parameters
Closed in favor of #830
comment created time in a month
push eventfreefair/okhttp-spring-boot
commit sha 33efa13660e11f7ff8197b39ac13d2863f3ddc3d
Fix tests
push time in a month
push eventfreefair/okhttp-spring-boot
commit sha 33efa13660e11f7ff8197b39ac13d2863f3ddc3d
Fix tests
push time in a month
push eventfreefair/okhttp-spring-boot
commit sha e0eded664c0cfeecce8840ee31d91f751189f531
Update to Gradle 6.6.1
push time in a month
push eventfreefair/okhttp-spring-boot
commit sha e0eded664c0cfeecce8840ee31d91f751189f531
Update to Gradle 6.6.1
push time in a month
push eventfreefair/okhttp-spring-boot
commit sha 14ef46bf11a342383f9042aa6c57eb6d57c21681
Bump okhttp-bom from 4.7.2 to 4.8.1 Bumps [okhttp-bom](https://github.com/square/okhttp) from 4.7.2 to 4.8.1. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.7.2...parent-4.8.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 153cd226c20d82dc2cf0e816b590ea5996cba5fe
Merge pull request #92 from freefair/dependabot/gradle/com.squareup.okhttp3-okhttp-bom-4.8.1 Bump okhttp-bom from 4.7.2 to 4.8.1
push time in a month
PR merged freefair/okhttp-spring-boot
Bumps okhttp-bom from 4.7.2 to 4.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okhttp/blob/master/CHANGELOG.md">okhttp-bom's changelog</a>.</em></p> <blockquote> <h2>Version 4.8.1</h2> <p><em>2020-08-06</em></p> <ul> <li>Fix: Don't crash in <code>HeldCertificate.Builder</code> when creating certificates on older versions of Android, including Android 6. We were using a feature of <code>SimpleDateFormat</code> that wasn't available in those versions!</li> </ul> <h2>Version 4.8.0</h2> <p><em>2020-07-11</em></p> <ul> <li> <p>New: Change <code>HeldCertificate.Builder</code> to use its own ASN.1 certificate encoder. This is part of our effort to remove the okhttp-tls module's dependency on Bouncy Castle. We think Bouncy Castle is great! But it's a large dependency (6.5 MiB) and its security provider feature impacts VM-wide behavior.</p> </li> <li> <p>New: Reduce contention for applications that make a very high number of concurrent requests. Previously OkHttp used its connection pool as a lock when making changes to connections and calls. With this change each connection is locked independently.</p> </li> <li> <p>Upgrade: [Okio 2.7.0][okio_2_7_0].</p> <pre lang="kotlin"><code>implementation("com.squareup.okio:okio:2.7.0") </code></pre> </li> <li> <p>Fix: Avoid log messages like "Didn't find class org.conscrypt.ConscryptHostnameVerifier" when detecting the TLS capabilities of the host platform.</p> </li> <li> <p>Fix: Don't crash in <code>HttpUrl.topPrivateDomain()</code> when the hostname is malformed.</p> </li> <li> <p>Fix: Don't attempt Brotli decompression if the response body is empty.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okhttp/commit/fc6c29c4f93a7604fb0fee88be4bbc91dde6551d"><code>fc6c29c</code></a> Prepare for release 4.8.1.</li> <li><a href="https://github.com/square/okhttp/commit/506e8405a2c0c13ac85edac52ad69c7a14453220"><code>506e840</code></a> Implement DER constraints on date formats (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6213">#6213</a>)</li> <li><a href="https://github.com/square/okhttp/commit/a70e992c3f7d9adea544c40cc2a4640d28f45cc3"><code>a70e992</code></a> Prepare for release 4.8.0.</li> <li><a href="https://github.com/square/okhttp/commit/cf367d93391e7a7ce0063e8b2f4fb03b46ef3706"><code>cf367d9</code></a> Add defensive checks for malformed ASN.1 DER (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6180">#6180</a>)</li> <li><a href="https://github.com/square/okhttp/commit/0e0f3a2d8d95278bf362eaeb08f13516e383fafd"><code>0e0f3a2</code></a> Push OkHttp 3.14.x into the sea. It is no longer supported. (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6179">#6179</a>)</li> <li><a href="https://github.com/square/okhttp/commit/7c9cfd6b28dc9eeed9739e0c9ae3146bac01ae92"><code>7c9cfd6</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6178">#6178</a>)</li> <li><a href="https://github.com/square/okhttp/commit/4bfa33e09a4e472f8d8df402507d5bc0c4d3a416"><code>4bfa33e</code></a> Upgrade to Okio 2.7.0 (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6175">#6175</a>)</li> <li><a href="https://github.com/square/okhttp/commit/c4cbb57a46c4158a58d992b8bc4689ed5fd437ad"><code>c4cbb57</code></a> Don't crash on unknown GeneralName types. (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6170">#6170</a>)</li> <li><a href="https://github.com/square/okhttp/commit/19e9a8ffd342e734bc1863779bee71561fe68aa2"><code>19e9a8f</code></a> Drop support for indefinite length in DER (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6166">#6166</a>)</li> <li><a href="https://github.com/square/okhttp/commit/c04b57edacf8a3ee5dab70c1553e0d881b570edd"><code>c04b57e</code></a> Add limits to what length values DerReader supports (<a href="https://github-redirect.dependabot.com/square/okhttp/issues/6164">#6164</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okhttp/compare/parent-4.7.2...parent-4.8.1">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a month
push eventfreefair/okhttp-spring-boot
commit sha 9ad81da778b5417f5b3d972ca0ac010ff023a267
Update to Spring Boot 2.2.9.RELEASE
push time in a month
push eventfreefair/okhttp-spring-boot
commit sha 7ce015fd84f5b9a99ff4bb364e261954dd3d19b1
Update to Spring Boot 2.3.3.RELEASE
push time in a month
push eventlarsgrefer/java-sense-hat
commit sha 8a57b1592a78dfa91d8a8392f79443f2f21c44f4
Bump assertj-core from 3.16.1 to 3.17.0 Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.16.1...assertj-core-3.17.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
commit sha 1e11e81a4c6b9f3b753388ca26f7d657289dfd19
Merge pull request #70 from larsgrefer/dependabot/gradle/org.assertj-assertj-core-3.17.0 Bump assertj-core from 3.16.1 to 3.17.0
push time in a month
PR merged larsgrefer/java-sense-hat
Bumps assertj-core from 3.16.1 to 3.17.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/5238cf24b7757b65fb78e9eb96ca8c9b21b04cde"><code>5238cf2</code></a> [maven-release-plugin] prepare release assertj-core-3.17.0</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/a44ff4ec793f2295be5c7bdf4789b8b0a3b157bf"><code>a44ff4e</code></a> Javadoc improvements</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/92024e4a0dbd9141aed5696a8ba94677e410c47f"><code>92024e4</code></a> Bump mockito.version from 3.5.2 to 3.5.5</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/3133d41a39b5c04df000494d51800ef215693fe3"><code>3133d41</code></a> Bump equalsverifier from 3.4.1 to 3.4.2 (<a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1971">#1971</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/2f6b78ce9d991ade5206cc6da5ab10a7f83e82c8"><code>2f6b78c</code></a> Bump mockito.version from 3.5.0 to 3.5.2</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/5565967932c66c1379782c9e7c28420ece178211"><code>5565967</code></a> Cleanup</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/eafed85ef503c2b4c866201530e7779f5f8ec6ee"><code>eafed85</code></a> Better handle soft proxies for custom assert classes in OSGi bundles (<a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1968">#1968</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/cbf457772faff89c632a0d089d25f3ab915a8b9d"><code>cbf4577</code></a> Add missing ObjectArrayAssert_anySatisfy_Test</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/1c7f10603b2e8d8a61519b97d712b4eba25f6867"><code>1c7f106</code></a> Delete unused method (closes <a href="https://github-redirect.dependabot.com/joel-costigliola/assertj-core/issues/1455">#1455</a>)</li> <li><a href="https://github.com/joel-costigliola/assertj-core/commit/7ca96f3f8fb4b70bbaf306363db2713cd698396f"><code>7ca96f3</code></a> Make Offset final, update equals() and hashCode()</li> <li>Additional commits viewable in <a href="https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.16.1...assertj-core-3.17.0">compare view</a></li> </ul> </details> <br />
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.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in a month