Enables the easy creation of test data by automatic inspection of constraints. Any properties that are required have their constraints examined and a value is automatically provided for them.
Grails plugin to add Spring Batch framework. It's intent is to minimize/eliminate the need for verbose XML files to configure Spring Batch jobs.
Provides a way to execute Grails integration tests automatically when tests or artifacts change. This is very similar to the Rails plugin of the same name and a distant cousin of Spork.
Grails plugin to provide better TeamCity build integration
Simple grails plugin to provide a breadcrumb bar using the bootstrap stylings
🌈 A UI Design Language
Helm Charts
Common configuration
Install and setup of HA Kubernetes on VMWare using Fedora CoreOS
issue openedgrails/grails-data-mapping
HIbernate proxies are not unwrapped for lazy fetched inherited domain objects
Hi, we are working on updating an application from Grails 2.5.6 to Grails 4.0.10 and the automatic unwrapping of proxies seem to no longer work for inherited classes.
This seems to be an old issue which was first reported here, https://github.com/grails/grails-data-mapping/issues/1072 . It happened because this line was commented.
#/grails-datastore-gorm-hibernate5/src/main/groovy/org/grails/orm/hibernate/cfg/GrailsDomainBinder.java#L2686
HibernateUtils.handleLazyProxy(domainClass, grailsProperty);
The issue was fixed with this commit https://github.com/grails/gorm-hibernate5/commit/5c4e6ede3752d0eb84c89b82c8dd729410c4aaeb
But then it resurfaced, the same line got commented again https://github.com/grails/gorm-hibernate5/blob/9512dbcb91164776acabf128401f235c93b493be/grails-datastore-gorm-hibernate5/src/main/groovy/org/grails/orm/hibernate/cfg/GrailsDomainBinder.java#L2686
Steps to Reproduce
Given the domain classes :
class Event {
Person person
}
class Person {
}
class Adult {
isMarried() {
return true
}
}
Where event.person is a lazy loaded property.
Call event.person.isMarried()
Expected Behaviour
Grails should cast unwrap the Proxy (which wraps an Adult class) before calling the method. This was the actual behavior in grails 2.5.6
Actual Behaviour
Grails throws java.lang.ClassCastException: com.esplanner.domain.Person$HibernateProxy$fn2kTwKv cannot be cast to com.esplanner.domain.Adult
Environment Information
- Operating System: MacOS 11.3.1
- GORM Version: 7.0.8
- Grails Version (if using Grails): 7.0.4
- **JDK Version: 1.8.0
created time in 12 minutes
create barnchgrails/gorm-mongodb
branch : dependabot/gradle/7.0.x/org.fusesource.jansi-jansi-2.3.3
created branch time in an hour
PR opened grails/gorm-mongodb
Bumps jansi from 2.3.2 to 2.3.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fusesource/jansi/blob/master/changelog.md">jansi's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.3">Jansi 2.3.3</a>, released 2021-06-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fusesource/jansi/commit/cbfca2415faea859cef996fa169c537e02bce679"><code>cbfca24</code></a> [maven-release-plugin] prepare release jansi-2.3.3</li> <li><a href="https://github.com/fusesource/jansi/commit/cb658597f4797c199d0e71d9d0445249ef96be61"><code>cb65859</code></a> Update changelog for release</li> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> <li><a href="https://github.com/fusesource/jansi/commit/4822bb10fd795e36dd5b365e2d4093892a145d2b"><code>4822bb1</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/fusesource/jansi/compare/jansi-2.3.2...jansi-2.3.3">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)
</details>
pr created time in an hour
delete branch grails/grails-data-mapping
delete branch : dependabot/gradle/7.0.x/org.fusesource.jansi-jansi-2.3.2
delete time in 3 hours
PR closed grails/grails-data-mapping
Bumps jansi from 1.18 to 2.3.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fusesource/jansi/blob/master/changelog.md">jansi's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.2">Jansi 2.3.2</a>, released 2021-03-16</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/629fdafae88a1b468b9d43f6d9cd30cebc881ff5"><code>629fdaf</code></a> Fix sigsegv in chdir / setenv</li> <li><a href="https://github.com/fusesource/jansi/commit/ffc9fbbb9ac18cf8e299c1ab8fefe3ccee6fea4b"><code>ffc9fbb</code></a> Add a simple test for CLibrary.setenv/chdir</li> <li><a href="https://github.com/fusesource/jansi/commit/35bd6b5c6e23a5f47c7afe7fbb16fd0dc760e7ad"><code>35bd6b5</code></a> Add CI build</li> <li><a href="https://github.com/fusesource/jansi/commit/65e93ed8d8ee6d93252d5b6f8f3702a3c0cbb299"><code>65e93ed</code></a> Use correct scm urls, fixes <a href="https://github.com/fusesource/jansi/issues/197">#197</a></li> <li><a href="https://github.com/fusesource/jansi/commit/86bd1c3552f6b446feabf25ed195cd26e574cdf4"><code>86bd1c3</code></a> fix Maven Central badge</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.1">Jansi 2.3.1</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/753a7f18ba80f1c99fd65474813a350553b25ed8"><code>753a7f1</code></a> Fix completely broken windows code for chdir/setenv</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.0">Jansi 2.3.0</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/6d61a763ebc4a97399e57c38e7c2e0eac7b8cf3c"><code>6d61a76</code></a> Add setenv and chdir methods to the CLibrary, fixes <a href="https://github.com/fusesource/jansi/issues/196">#196</a></li> <li><a href="https://github.com/fusesource/jansi/commit/abca99945574f468768e2648a459eba0ad42f122"><code>abca999</code></a> Improve build reproductibility, fixes <a href="https://github.com/fusesource/jansi/issues/192">#192</a></li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.2.0">Jansi 2.2.0</a>, released 2021-01-20</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/d8934d82bd64a3899f2c6ca2eb838dc3f79e0646"><code>d8934d8</code></a> Output of Jansi is corrupted in cygwin console on Windows 7, fixes <a href="https://github.com/fusesource/jansi/issues/190">#190</a></li> <li><a href="https://github.com/fusesource/jansi/commit/6ace12ec4b355425565552f0ae5d393469be3e50"><code>6ace12e</code></a> Remove unused import</li> <li><a href="https://github.com/fusesource/jansi/commit/0b1e2ecf1e0fff0fbb5ff4e146ff720bacc97ac2"><code>0b1e2ec</code></a> Add a getTerminalWidth method, fixes <a href="https://github.com/fusesource/jansi/issues/175">#175</a></li> <li><a href="https://github.com/fusesource/jansi/commit/8a278418a3fb92f9e220e8a0a55100b72414b8e1"><code>8a27841</code></a> Add <a href="https://github.com/since"><code>@since</code></a> tags on new methods</li> <li><a href="https://github.com/fusesource/jansi/commit/faf93318be3cda0b3a3894ae9d2032835601bc73"><code>faf9331</code></a> Bring back the AnsiRenderer, fixes <a href="https://github.com/fusesource/jansi/issues/184">#184</a></li> <li><a href="https://github.com/fusesource/jansi/commit/0a06ceb8710f97e42e15999d7b90d6634533e745"><code>0a06ceb</code></a> Force removal of unneeded OSGi headers</li> <li><a href="https://github.com/fusesource/jansi/commit/94439a9467d790743ff3a0bf7dbe186fb043c97b"><code>94439a9</code></a> Create javadoc for the native methods</li> <li><a href="https://github.com/fusesource/jansi/commit/6097e8076332295bf832d784e580100c02f6e703"><code>6097e80</code></a> Fix javadoc syntax</li> <li><a href="https://github.com/fusesource/jansi/commit/254ddf229c6c48b5ce38ae3cf4325d111aaaf1eb"><code>254ddf2</code></a> Fix OSGi exports</li> <li><a href="https://github.com/fusesource/jansi/commit/4a530b1b550e81b0d478e125636d2d21e02be747"><code>4a530b1</code></a> Merge pull request <a href="https://github.com/fusesource/jansi/issues/188">#188</a> from romge/apply-method</li> <li><a href="https://github.com/fusesource/jansi/commit/30cd5a9a3126c251333a93675bdf586719aa78f7"><code>30cd5a9</code></a> Update readme.md</li> <li><a href="https://github.com/fusesource/jansi/commit/399473a583018927ef4a4dcaa2aa14502bb96885"><code>399473a</code></a> Handle SGRs with multiple options</li> <li><a href="https://github.com/fusesource/jansi/commit/f8fa335b932058a2dc1dc685722abec953097d6e"><code>f8fa335</code></a> Mapping negative absolute positions to the first column/row</li> <li><a href="https://github.com/fusesource/jansi/commit/8e1b67b3ed7fe0d4cc3765c099f29fe8d9e1995e"><code>8e1b67b</code></a> Generalize cursor movement</li> <li><a href="https://github.com/fusesource/jansi/commit/2f93859ec3046920aedad7dfbb5f8935187e68b2"><code>2f93859</code></a> Add Ansi.apply method</li> <li><a href="https://github.com/fusesource/jansi/commit/d386c6afa62e7c5dc883e7158577caf175eb0d3a"><code>d386c6a</code></a> configure _reproducible for maven-bundle-plugin <a href="https://github.com/fusesource/jansi/issues/185">#185</a></li> <li><a href="https://github.com/fusesource/jansi/commit/b8f80e47f8a7ad5570ac5007e7b0438e78e7fd81"><code>b8f80e4</code></a> update scm tag</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.1.1">Jansi 2.1.1</a>, released 2020-12-15</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/9a84c14dc6614976e387dadd997d8889d45cdca6"><code>9a84c14</code></a> Report the error in the exception, fixes <a href="https://github.com/fusesource/jansi/issues/183">#183</a></li> <li><a href="https://github.com/fusesource/jansi/commit/b9348fc702a6800f47c072f80abc757a0496495f"><code>b9348fc</code></a> Restore binary compatibility with previous versions</li> <li><a href="https://github.com/fusesource/jansi/commit/f5a9b92cfaa98f3623946e5ffaf5f73e8b71a777"><code>f5a9b92</code></a> add faint to test table</li> <li><a href="https://github.com/fusesource/jansi/commit/39616d3acc2a313de68c95d1df6bd1a1f59f8713"><code>39616d3</code></a> make build reproducible</li> </ul> <h2>[Jansi 2.1.0][2_1_0], released 2020-12-07</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fusesource/jansi/commits">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)
</details>
pr closed time in 3 hours
pull request commentgrails/grails-data-mapping
Superseded by #1467.
comment created time in 3 hours
create barnchgrails/grails-data-mapping
branch : dependabot/gradle/7.0.x/org.fusesource.jansi-jansi-2.3.3
created branch time in 3 hours
PR opened grails/grails-data-mapping
Bumps jansi from 1.18 to 2.3.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fusesource/jansi/blob/master/changelog.md">jansi's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.3">Jansi 2.3.3</a>, released 2021-06-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.2">Jansi 2.3.2</a>, released 2021-03-16</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/629fdafae88a1b468b9d43f6d9cd30cebc881ff5"><code>629fdaf</code></a> Fix sigsegv in chdir / setenv</li> <li><a href="https://github.com/fusesource/jansi/commit/ffc9fbbb9ac18cf8e299c1ab8fefe3ccee6fea4b"><code>ffc9fbb</code></a> Add a simple test for CLibrary.setenv/chdir</li> <li><a href="https://github.com/fusesource/jansi/commit/35bd6b5c6e23a5f47c7afe7fbb16fd0dc760e7ad"><code>35bd6b5</code></a> Add CI build</li> <li><a href="https://github.com/fusesource/jansi/commit/65e93ed8d8ee6d93252d5b6f8f3702a3c0cbb299"><code>65e93ed</code></a> Use correct scm urls, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/197">#197</a></li> <li><a href="https://github.com/fusesource/jansi/commit/86bd1c3552f6b446feabf25ed195cd26e574cdf4"><code>86bd1c3</code></a> fix Maven Central badge</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.1">Jansi 2.3.1</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/753a7f18ba80f1c99fd65474813a350553b25ed8"><code>753a7f1</code></a> Fix completely broken windows code for chdir/setenv</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.0">Jansi 2.3.0</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/6d61a763ebc4a97399e57c38e7c2e0eac7b8cf3c"><code>6d61a76</code></a> Add setenv and chdir methods to the CLibrary, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/196">#196</a></li> <li><a href="https://github.com/fusesource/jansi/commit/abca99945574f468768e2648a459eba0ad42f122"><code>abca999</code></a> Improve build reproductibility, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/192">#192</a></li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.2.0">Jansi 2.2.0</a>, released 2021-01-20</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/d8934d82bd64a3899f2c6ca2eb838dc3f79e0646"><code>d8934d8</code></a> Output of Jansi is corrupted in cygwin console on Windows 7, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/190">#190</a></li> <li><a href="https://github.com/fusesource/jansi/commit/6ace12ec4b355425565552f0ae5d393469be3e50"><code>6ace12e</code></a> Remove unused import</li> <li><a href="https://github.com/fusesource/jansi/commit/0b1e2ecf1e0fff0fbb5ff4e146ff720bacc97ac2"><code>0b1e2ec</code></a> Add a getTerminalWidth method, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/175">#175</a></li> <li><a href="https://github.com/fusesource/jansi/commit/8a278418a3fb92f9e220e8a0a55100b72414b8e1"><code>8a27841</code></a> Add <a href="https://github.com/since"><code>@since</code></a> tags on new methods</li> <li><a href="https://github.com/fusesource/jansi/commit/faf93318be3cda0b3a3894ae9d2032835601bc73"><code>faf9331</code></a> Bring back the AnsiRenderer, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/184">#184</a></li> <li><a href="https://github.com/fusesource/jansi/commit/0a06ceb8710f97e42e15999d7b90d6634533e745"><code>0a06ceb</code></a> Force removal of unneeded OSGi headers</li> <li><a href="https://github.com/fusesource/jansi/commit/94439a9467d790743ff3a0bf7dbe186fb043c97b"><code>94439a9</code></a> Create javadoc for the native methods</li> <li><a href="https://github.com/fusesource/jansi/commit/6097e8076332295bf832d784e580100c02f6e703"><code>6097e80</code></a> Fix javadoc syntax</li> <li><a href="https://github.com/fusesource/jansi/commit/254ddf229c6c48b5ce38ae3cf4325d111aaaf1eb"><code>254ddf2</code></a> Fix OSGi exports</li> <li><a href="https://github.com/fusesource/jansi/commit/4a530b1b550e81b0d478e125636d2d21e02be747"><code>4a530b1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/188">#188</a> from romge/apply-method</li> <li><a href="https://github.com/fusesource/jansi/commit/30cd5a9a3126c251333a93675bdf586719aa78f7"><code>30cd5a9</code></a> Update readme.md</li> <li><a href="https://github.com/fusesource/jansi/commit/399473a583018927ef4a4dcaa2aa14502bb96885"><code>399473a</code></a> Handle SGRs with multiple options</li> <li><a href="https://github.com/fusesource/jansi/commit/f8fa335b932058a2dc1dc685722abec953097d6e"><code>f8fa335</code></a> Mapping negative absolute positions to the first column/row</li> <li><a href="https://github.com/fusesource/jansi/commit/8e1b67b3ed7fe0d4cc3765c099f29fe8d9e1995e"><code>8e1b67b</code></a> Generalize cursor movement</li> <li><a href="https://github.com/fusesource/jansi/commit/2f93859ec3046920aedad7dfbb5f8935187e68b2"><code>2f93859</code></a> Add Ansi.apply method</li> <li><a href="https://github.com/fusesource/jansi/commit/d386c6afa62e7c5dc883e7158577caf175eb0d3a"><code>d386c6a</code></a> configure _reproducible for maven-bundle-plugin <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/185">#185</a></li> <li><a href="https://github.com/fusesource/jansi/commit/b8f80e47f8a7ad5570ac5007e7b0438e78e7fd81"><code>b8f80e4</code></a> update scm tag</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.1.1">Jansi 2.1.1</a>, released 2020-12-15</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/9a84c14dc6614976e387dadd997d8889d45cdca6"><code>9a84c14</code></a> Report the error in the exception, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/183">#183</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fusesource/jansi/commit/cbfca2415faea859cef996fa169c537e02bce679"><code>cbfca24</code></a> [maven-release-plugin] prepare release jansi-2.3.3</li> <li><a href="https://github.com/fusesource/jansi/commit/cb658597f4797c199d0e71d9d0445249ef96be61"><code>cb65859</code></a> Update changelog for release</li> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> <li><a href="https://github.com/fusesource/jansi/commit/4822bb10fd795e36dd5b365e2d4093892a145d2b"><code>4822bb1</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/fusesource/jansi/commit/b79d26263f63abb49b51df7a9c2176df78b0606f"><code>b79d262</code></a> [maven-release-plugin] prepare release jansi-2.3.2</li> <li><a href="https://github.com/fusesource/jansi/commit/b7c7fbda5b19d5ad9f761e88bb06da8177cdc83e"><code>b7c7fbd</code></a> Add changelog in preparation of 2.3.2</li> <li><a href="https://github.com/fusesource/jansi/commit/c22b20539bf96a73951b2bea9167a8af5fcdaf36"><code>c22b205</code></a> Regen dlls</li> <li><a href="https://github.com/fusesource/jansi/commit/629fdafae88a1b468b9d43f6d9cd30cebc881ff5"><code>629fdaf</code></a> Fix sigsegv in chdir / setenv</li> <li><a href="https://github.com/fusesource/jansi/commit/ffc9fbbb9ac18cf8e299c1ab8fefe3ccee6fea4b"><code>ffc9fbb</code></a> Add a simple test for CLibrary.setenv/chdir</li> <li><a href="https://github.com/fusesource/jansi/commit/35bd6b5c6e23a5f47c7afe7fbb16fd0dc760e7ad"><code>35bd6b5</code></a> Add CI build</li> <li>Additional commits viewable in <a href="https://github.com/fusesource/jansi/compare/jansi-project-1.18...jansi-2.3.3">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)
</details>
pr created time in 3 hours
create barnchgrails/grails-data-mapping
branch : dependabot/gradle/master/org.fusesource.jansi-jansi-2.3.3
created branch time in 3 hours
PR opened grails/grails-data-mapping
Bumps jansi from 2.3.2 to 2.3.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fusesource/jansi/blob/master/changelog.md">jansi's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.3">Jansi 2.3.3</a>, released 2021-06-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fusesource/jansi/commit/cbfca2415faea859cef996fa169c537e02bce679"><code>cbfca24</code></a> [maven-release-plugin] prepare release jansi-2.3.3</li> <li><a href="https://github.com/fusesource/jansi/commit/cb658597f4797c199d0e71d9d0445249ef96be61"><code>cb65859</code></a> Update changelog for release</li> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> <li><a href="https://github.com/fusesource/jansi/commit/4822bb10fd795e36dd5b365e2d4093892a145d2b"><code>4822bb1</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/fusesource/jansi/compare/jansi-2.3.2...jansi-2.3.3">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)
</details>
pr created time in 3 hours
create barnchgrails/grails-core
branch : dependabot/gradle/4.0.x/commons-io-commons-io-2.10.0
created branch time in 3 hours
PR opened grails/grails-core
Bumps commons-io from 2.9.0 to 2.10.0.
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 created time in 3 hours
delete branch grails/gorm-neo4j
delete branch : dependabot/gradle/7.0.x/org.fusesource.jansi-jansi-2.3.2
delete time in 3 hours
PR closed grails/gorm-neo4j
Bumps jansi from 1.18 to 2.3.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fusesource/jansi/blob/master/changelog.md">jansi's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.2">Jansi 2.3.2</a>, released 2021-03-16</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/629fdafae88a1b468b9d43f6d9cd30cebc881ff5"><code>629fdaf</code></a> Fix sigsegv in chdir / setenv</li> <li><a href="https://github.com/fusesource/jansi/commit/ffc9fbbb9ac18cf8e299c1ab8fefe3ccee6fea4b"><code>ffc9fbb</code></a> Add a simple test for CLibrary.setenv/chdir</li> <li><a href="https://github.com/fusesource/jansi/commit/35bd6b5c6e23a5f47c7afe7fbb16fd0dc760e7ad"><code>35bd6b5</code></a> Add CI build</li> <li><a href="https://github.com/fusesource/jansi/commit/65e93ed8d8ee6d93252d5b6f8f3702a3c0cbb299"><code>65e93ed</code></a> Use correct scm urls, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/197">#197</a></li> <li><a href="https://github.com/fusesource/jansi/commit/86bd1c3552f6b446feabf25ed195cd26e574cdf4"><code>86bd1c3</code></a> fix Maven Central badge</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.1">Jansi 2.3.1</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/753a7f18ba80f1c99fd65474813a350553b25ed8"><code>753a7f1</code></a> Fix completely broken windows code for chdir/setenv</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.0">Jansi 2.3.0</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/6d61a763ebc4a97399e57c38e7c2e0eac7b8cf3c"><code>6d61a76</code></a> Add setenv and chdir methods to the CLibrary, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/196">#196</a></li> <li><a href="https://github.com/fusesource/jansi/commit/abca99945574f468768e2648a459eba0ad42f122"><code>abca999</code></a> Improve build reproductibility, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/192">#192</a></li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.2.0">Jansi 2.2.0</a>, released 2021-01-20</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/d8934d82bd64a3899f2c6ca2eb838dc3f79e0646"><code>d8934d8</code></a> Output of Jansi is corrupted in cygwin console on Windows 7, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/190">#190</a></li> <li><a href="https://github.com/fusesource/jansi/commit/6ace12ec4b355425565552f0ae5d393469be3e50"><code>6ace12e</code></a> Remove unused import</li> <li><a href="https://github.com/fusesource/jansi/commit/0b1e2ecf1e0fff0fbb5ff4e146ff720bacc97ac2"><code>0b1e2ec</code></a> Add a getTerminalWidth method, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/175">#175</a></li> <li><a href="https://github.com/fusesource/jansi/commit/8a278418a3fb92f9e220e8a0a55100b72414b8e1"><code>8a27841</code></a> Add <a href="https://github.com/since"><code>@since</code></a> tags on new methods</li> <li><a href="https://github.com/fusesource/jansi/commit/faf93318be3cda0b3a3894ae9d2032835601bc73"><code>faf9331</code></a> Bring back the AnsiRenderer, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/184">#184</a></li> <li><a href="https://github.com/fusesource/jansi/commit/0a06ceb8710f97e42e15999d7b90d6634533e745"><code>0a06ceb</code></a> Force removal of unneeded OSGi headers</li> <li><a href="https://github.com/fusesource/jansi/commit/94439a9467d790743ff3a0bf7dbe186fb043c97b"><code>94439a9</code></a> Create javadoc for the native methods</li> <li><a href="https://github.com/fusesource/jansi/commit/6097e8076332295bf832d784e580100c02f6e703"><code>6097e80</code></a> Fix javadoc syntax</li> <li><a href="https://github.com/fusesource/jansi/commit/254ddf229c6c48b5ce38ae3cf4325d111aaaf1eb"><code>254ddf2</code></a> Fix OSGi exports</li> <li><a href="https://github.com/fusesource/jansi/commit/4a530b1b550e81b0d478e125636d2d21e02be747"><code>4a530b1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/188">#188</a> from romge/apply-method</li> <li><a href="https://github.com/fusesource/jansi/commit/30cd5a9a3126c251333a93675bdf586719aa78f7"><code>30cd5a9</code></a> Update readme.md</li> <li><a href="https://github.com/fusesource/jansi/commit/399473a583018927ef4a4dcaa2aa14502bb96885"><code>399473a</code></a> Handle SGRs with multiple options</li> <li><a href="https://github.com/fusesource/jansi/commit/f8fa335b932058a2dc1dc685722abec953097d6e"><code>f8fa335</code></a> Mapping negative absolute positions to the first column/row</li> <li><a href="https://github.com/fusesource/jansi/commit/8e1b67b3ed7fe0d4cc3765c099f29fe8d9e1995e"><code>8e1b67b</code></a> Generalize cursor movement</li> <li><a href="https://github.com/fusesource/jansi/commit/2f93859ec3046920aedad7dfbb5f8935187e68b2"><code>2f93859</code></a> Add Ansi.apply method</li> <li><a href="https://github.com/fusesource/jansi/commit/d386c6afa62e7c5dc883e7158577caf175eb0d3a"><code>d386c6a</code></a> configure _reproducible for maven-bundle-plugin <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/185">#185</a></li> <li><a href="https://github.com/fusesource/jansi/commit/b8f80e47f8a7ad5570ac5007e7b0438e78e7fd81"><code>b8f80e4</code></a> update scm tag</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.1.1">Jansi 2.1.1</a>, released 2020-12-15</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/9a84c14dc6614976e387dadd997d8889d45cdca6"><code>9a84c14</code></a> Report the error in the exception, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/183">#183</a></li> <li><a href="https://github.com/fusesource/jansi/commit/b9348fc702a6800f47c072f80abc757a0496495f"><code>b9348fc</code></a> Restore binary compatibility with previous versions</li> <li><a href="https://github.com/fusesource/jansi/commit/f5a9b92cfaa98f3623946e5ffaf5f73e8b71a777"><code>f5a9b92</code></a> add faint to test table</li> <li><a href="https://github.com/fusesource/jansi/commit/39616d3acc2a313de68c95d1df6bd1a1f59f8713"><code>39616d3</code></a> make build reproducible</li> </ul> <h2>[Jansi 2.1.0][2_1_0], released 2020-12-07</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fusesource/jansi/commits">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 3 hours
pull request commentgrails/gorm-neo4j
Superseded by #184.
comment created time in 3 hours
create barnchgrails/gorm-neo4j
branch : dependabot/gradle/7.0.x/org.fusesource.jansi-jansi-2.3.3
created branch time in 3 hours
PR opened grails/gorm-neo4j
Bumps jansi from 1.18 to 2.3.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fusesource/jansi/blob/master/changelog.md">jansi's changelog</a>.</em></p> <blockquote> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.3">Jansi 2.3.3</a>, released 2021-06-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.2">Jansi 2.3.2</a>, released 2021-03-16</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/629fdafae88a1b468b9d43f6d9cd30cebc881ff5"><code>629fdaf</code></a> Fix sigsegv in chdir / setenv</li> <li><a href="https://github.com/fusesource/jansi/commit/ffc9fbbb9ac18cf8e299c1ab8fefe3ccee6fea4b"><code>ffc9fbb</code></a> Add a simple test for CLibrary.setenv/chdir</li> <li><a href="https://github.com/fusesource/jansi/commit/35bd6b5c6e23a5f47c7afe7fbb16fd0dc760e7ad"><code>35bd6b5</code></a> Add CI build</li> <li><a href="https://github.com/fusesource/jansi/commit/65e93ed8d8ee6d93252d5b6f8f3702a3c0cbb299"><code>65e93ed</code></a> Use correct scm urls, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/197">#197</a></li> <li><a href="https://github.com/fusesource/jansi/commit/86bd1c3552f6b446feabf25ed195cd26e574cdf4"><code>86bd1c3</code></a> fix Maven Central badge</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.1">Jansi 2.3.1</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/753a7f18ba80f1c99fd65474813a350553b25ed8"><code>753a7f1</code></a> Fix completely broken windows code for chdir/setenv</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.3.0">Jansi 2.3.0</a>, released 2021-02-11</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/6d61a763ebc4a97399e57c38e7c2e0eac7b8cf3c"><code>6d61a76</code></a> Add setenv and chdir methods to the CLibrary, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/196">#196</a></li> <li><a href="https://github.com/fusesource/jansi/commit/abca99945574f468768e2648a459eba0ad42f122"><code>abca999</code></a> Improve build reproductibility, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/192">#192</a></li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.2.0">Jansi 2.2.0</a>, released 2021-01-20</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/d8934d82bd64a3899f2c6ca2eb838dc3f79e0646"><code>d8934d8</code></a> Output of Jansi is corrupted in cygwin console on Windows 7, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/190">#190</a></li> <li><a href="https://github.com/fusesource/jansi/commit/6ace12ec4b355425565552f0ae5d393469be3e50"><code>6ace12e</code></a> Remove unused import</li> <li><a href="https://github.com/fusesource/jansi/commit/0b1e2ecf1e0fff0fbb5ff4e146ff720bacc97ac2"><code>0b1e2ec</code></a> Add a getTerminalWidth method, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/175">#175</a></li> <li><a href="https://github.com/fusesource/jansi/commit/8a278418a3fb92f9e220e8a0a55100b72414b8e1"><code>8a27841</code></a> Add <a href="https://github.com/since"><code>@since</code></a> tags on new methods</li> <li><a href="https://github.com/fusesource/jansi/commit/faf93318be3cda0b3a3894ae9d2032835601bc73"><code>faf9331</code></a> Bring back the AnsiRenderer, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/184">#184</a></li> <li><a href="https://github.com/fusesource/jansi/commit/0a06ceb8710f97e42e15999d7b90d6634533e745"><code>0a06ceb</code></a> Force removal of unneeded OSGi headers</li> <li><a href="https://github.com/fusesource/jansi/commit/94439a9467d790743ff3a0bf7dbe186fb043c97b"><code>94439a9</code></a> Create javadoc for the native methods</li> <li><a href="https://github.com/fusesource/jansi/commit/6097e8076332295bf832d784e580100c02f6e703"><code>6097e80</code></a> Fix javadoc syntax</li> <li><a href="https://github.com/fusesource/jansi/commit/254ddf229c6c48b5ce38ae3cf4325d111aaaf1eb"><code>254ddf2</code></a> Fix OSGi exports</li> <li><a href="https://github.com/fusesource/jansi/commit/4a530b1b550e81b0d478e125636d2d21e02be747"><code>4a530b1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/188">#188</a> from romge/apply-method</li> <li><a href="https://github.com/fusesource/jansi/commit/30cd5a9a3126c251333a93675bdf586719aa78f7"><code>30cd5a9</code></a> Update readme.md</li> <li><a href="https://github.com/fusesource/jansi/commit/399473a583018927ef4a4dcaa2aa14502bb96885"><code>399473a</code></a> Handle SGRs with multiple options</li> <li><a href="https://github.com/fusesource/jansi/commit/f8fa335b932058a2dc1dc685722abec953097d6e"><code>f8fa335</code></a> Mapping negative absolute positions to the first column/row</li> <li><a href="https://github.com/fusesource/jansi/commit/8e1b67b3ed7fe0d4cc3765c099f29fe8d9e1995e"><code>8e1b67b</code></a> Generalize cursor movement</li> <li><a href="https://github.com/fusesource/jansi/commit/2f93859ec3046920aedad7dfbb5f8935187e68b2"><code>2f93859</code></a> Add Ansi.apply method</li> <li><a href="https://github.com/fusesource/jansi/commit/d386c6afa62e7c5dc883e7158577caf175eb0d3a"><code>d386c6a</code></a> configure _reproducible for maven-bundle-plugin <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/185">#185</a></li> <li><a href="https://github.com/fusesource/jansi/commit/b8f80e47f8a7ad5570ac5007e7b0438e78e7fd81"><code>b8f80e4</code></a> update scm tag</li> </ul> <h2><a href="https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/2.1.1">Jansi 2.1.1</a>, released 2020-12-15</h2> <ul> <li><a href="https://github.com/fusesource/jansi/commit/9a84c14dc6614976e387dadd997d8889d45cdca6"><code>9a84c14</code></a> Report the error in the exception, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/183">#183</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fusesource/jansi/commit/cbfca2415faea859cef996fa169c537e02bce679"><code>cbfca24</code></a> [maven-release-plugin] prepare release jansi-2.3.3</li> <li><a href="https://github.com/fusesource/jansi/commit/cb658597f4797c199d0e71d9d0445249ef96be61"><code>cb65859</code></a> Update changelog for release</li> <li><a href="https://github.com/fusesource/jansi/commit/e4d58d94eab5ecbc2f466978a5006835cf728da7"><code>e4d58d9</code></a> Jansi fails to start on Mac arm, fixes <a href="https://github-redirect.dependabot.com/fusesource/jansi/issues/207">#207</a></li> <li><a href="https://github.com/fusesource/jansi/commit/4822bb10fd795e36dd5b365e2d4093892a145d2b"><code>4822bb1</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/fusesource/jansi/commit/b79d26263f63abb49b51df7a9c2176df78b0606f"><code>b79d262</code></a> [maven-release-plugin] prepare release jansi-2.3.2</li> <li><a href="https://github.com/fusesource/jansi/commit/b7c7fbda5b19d5ad9f761e88bb06da8177cdc83e"><code>b7c7fbd</code></a> Add changelog in preparation of 2.3.2</li> <li><a href="https://github.com/fusesource/jansi/commit/c22b20539bf96a73951b2bea9167a8af5fcdaf36"><code>c22b205</code></a> Regen dlls</li> <li><a href="https://github.com/fusesource/jansi/commit/629fdafae88a1b468b9d43f6d9cd30cebc881ff5"><code>629fdaf</code></a> Fix sigsegv in chdir / setenv</li> <li><a href="https://github.com/fusesource/jansi/commit/ffc9fbbb9ac18cf8e299c1ab8fefe3ccee6fea4b"><code>ffc9fbb</code></a> Add a simple test for CLibrary.setenv/chdir</li> <li><a href="https://github.com/fusesource/jansi/commit/35bd6b5c6e23a5f47c7afe7fbb16fd0dc760e7ad"><code>35bd6b5</code></a> Add CI build</li> <li>Additional commits viewable in <a href="https://github.com/fusesource/jansi/compare/jansi-project-1.18...jansi-2.3.3">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 created time in 3 hours
push eventgrails/grails-guides
commit sha 47f41804a1f1fecbf9fd8649b74ca9245044146a
Updating grails/grails-guides gh-pages branch for Github Actions run:932994735
push time in a day
push eventgrails/grails-guides
commit sha 1a2d355149fd743e34771a947026c2517a3b480a
Updating grails/grails-guides gh-pages branch for Github Actions run:932955664
push time in a day
push eventgrails/grails-guides
commit sha 03d5342bf4880af99bfdf480ba698c42b4861e9f
Updating grails/grails-guides gh-pages branch for Github Actions run:932945292
push time in a day
push eventgrails/grails-guides
commit sha 84a7e2d6b6164da92d7074a04da9598e4b1223e0
Updating grails/grails-guides gh-pages branch for Github Actions run:932924186
push time in a day
push eventgrails/grails-guides
commit sha 3280a391bd9671e40afa39b860151200377d4579
Updating grails/grails-guides gh-pages branch for Github Actions run:932890829
push time in a day
push eventgrails/grails-guides
commit sha 07b654cab5b84a7d4798068eda05b437e4735331
Updating grails/grails-guides gh-pages branch for Github Actions run:931032119
push time in 2 days
push eventgrails/grails-guides
commit sha a8b8465b2687481760add9abbcfa3319e38fe310
Updating grails/grails-guides gh-pages branch for Github Actions run:930994490
push time in 2 days
push eventgrails/grails-guides
commit sha fccf35a3f83608829d320e548731594f6dbf8fcf
Updating grails/grails-guides gh-pages branch for Github Actions run:930984027
push time in 2 days
push eventgrails/grails-guides
commit sha 58e0036303fd0f0aa8e3a14dabfaa9d2d9aaa41f
Updating grails/grails-guides gh-pages branch for Github Actions run:930963413
push time in 2 days
push eventgrails/grails-guides
commit sha b887f2579cac85fe5a16f605e17910d9094b6fb5
Updating grails/grails-guides gh-pages branch for Github Actions run:930931982
push time in 2 days
issue commentgrails/grails-wrapper
Grails Wrapper Fails on Redirect to HTTPS
@JasonTypesCodes That comment's solution worked. It was indeed the TLS on Java 7, I must have missed that comment. Thanks for the help
comment created time in 2 days
issue commentgrails/grails-wrapper
Grails Wrapper Fails on Redirect to HTTPS
It works on local but this error occurs on CI
@dacuna39 this appears to be an issue establishing the TLS connection. I don't know the details of your CI machine or which version of Java you are using. If you are on Java 7, the suggestion in this comment may help: https://github.com/grails/grails-core/issues/11825#issuecomment-857132894
If you continue to experience issues, please open a new issue with the complete stacktrace and runtime information so we can look into it further
comment created time in 3 days
issue commentgrails/grails-wrapper
Grails Wrapper Fails on Redirect to HTTPS
@JasonTypesCodes I'm using grails 2.4.5. I updated the repo urls
mavenRepo "https://repo.grails.org/artifactory/core/"
mavenRepo "https://repo.grails.org/artifactory/plugins/"
It works on local but this error occurs on CI
| Loading Grails 2.4.5
| Configuring classpath
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: org.apache.httpcomponents:httpcore:jar:4.3.2, org.apache.httpcomponents:httpclient:jar:4.3.2, org.grails.plugins:tomcat:zip:8.0.30: Could not transfer artifact org.apache.httpcomponents:httpcore:jar:4.3.2 from/to grailsCentral (https://repo.grails.org/grails/plugins): Received fatal alert: handshake_failure (Use --stacktrace to see the full trace)
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: cglib:cglib-nodep:jar:2.2.2, org.apache.httpcomponents:httpcore:jar:4.3.2, org.apache.httpcomponents:httpclient:jar:4.3.2, com.github.groovy-wslite:groovy-wslite:jar:1.1.0, org.postgresql:postgresql:jar:9.4-1206-jdbc41, org.elasticmq:elasticmq-rest-sqs_2.11:jar:0.8.12, org.jadira.usertype:usertype.jodatime:jar:2.0.1, com.google.guava:guava:jar:17.0, dnsjava:dnsjava:jar:2.1.7, jmimemagic:jmimemagic:jar:0.1.2, com.twelvemonkeys.imageio:imageio-ico:jar:3.0.2, org.im4java:im4java:jar:1.4.0, org.imgscalr:imgscalr-lib:jar:4.2, org.flywaydb:flyway-core:jar:3.0, org.rythmengine:rythm-engine:jar:1.0.1, org.jsoup:jsoup:jar:1.8.1, org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1, com.pusher:pusher-http-java:jar:1.0.0, com.cedarsoftware:json-io:jar:2.7.2, org.apache.ws.security:wss4j:jar:1.6.17, org.apache.cxf:cxf-rt-ws-security:jar:2.6.2, org.apache.activemq:activemq-core:jar:5.7.0, org.apache.commons:commons-csv:jar:1.2, org.apache.tika:tika-core:jar:1.12, org.projectlombok:lombok:jar:1.16.2, commons-io:commons-io:jar:2.4, commons-fileupload:commons-fileupload:jar:1.3, org.multiverse:multiverse-core:jar:0.7.0, com.itextpdf.tool:xmlworker:jar:5.5.8, com.stripe:stripe-java:jar:10.9.0, org.grails.plugins:aws-sdk:zip:1.10.44, org.grails.plugins:scaffolding:zip:2.1.2, org.grails.plugins:cache:zip:1.1.8, org.grails.plugins:asset-pipeline:zip:2.1.5, org.grails.plugins:mail:zip:1.0.7, org.grails.plugins:hibernate:zip:3.6.10.19, org.grails.plugins:database-migration:zip:1.4.0, org.grails.plugins:jquery:zip:1.11.0.2, org.grails.plugins:multi-tenant-single-db:zip:0.8.3, org.grails.plugins:build-test-data:zip:2.4.0, org.grails.plugins:spring-security-core:zip:2.0-RC3, org.grails.plugins:spring-security-rest:zip:1.4.1.RC1, org.grails.plugins:gflyway2:zip:0.4.1, org.grails.plugins:functional-test-development:zip:0.9.3, org.grails.plugins:quartz:zip:1.0.1, org.grails.plugins:platform-core:zip:1.0.0, org.grails.plugins:jms:zip:1.3-SNAPSHOT, org.grails.plugins:remote-control:zip:1.5, org.grails.plugins:rest-client-builder:zip:2.1.1, org.grails.plugins:joda-time:zip:1.5: Could not transfer artifact cglib:cglib-nodep:jar:2.2.2 from/to grailsCentral (https://repo.grails.org/grails/plugins): Received fatal alert: handshake_failure (Use --stacktrace to see the full trace)
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: org.apache.httpcomponents:httpcore:jar:4.3.2, org.apache.httpcomponents:httpclient:jar:4.3.2, com.github.groovy-wslite:groovy-wslite:jar:1.1.0, org.postgresql:postgresql:jar:9.4-1206-jdbc41, org.elasticmq:elasticmq-rest-sqs_2.11:jar:0.8.12, org.jadira.usertype:usertype.jodatime:jar:2.0.1, com.google.guava:guava:jar:17.0, dnsjava:dnsjava:jar:2.1.7, jmimemagic:jmimemagic:jar:0.1.2, com.twelvemonkeys.imageio:imageio-ico:jar:3.0.2, org.im4java:im4java:jar:1.4.0, org.imgscalr:imgscalr-lib:jar:4.2, org.flywaydb:flyway-core:jar:3.0, org.rythmengine:rythm-engine:jar:1.0.1, org.jsoup:jsoup:jar:1.8.1, org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1, com.pusher:pusher-http-java:jar:1.0.0, com.cedarsoftware:json-io:jar:2.7.2, org.apache.ws.security:wss4j:jar:1.6.17, org.apache.cxf:cxf-rt-ws-security:jar:2.6.2, org.apache.activemq:activemq-core:jar:5.7.0, org.apache.commons:commons-csv:jar:1.2, org.apache.tika:tika-core:jar:1.12, org.projectlombok:lombok:jar:1.16.2, commons-io:commons-io:jar:2.4, commons-fileupload:commons-fileupload:jar:1.3, org.multiverse:multiverse-core:jar:0.7.0, com.itextpdf.tool:xmlworker:jar:5.5.8, com.stripe:stripe-java:jar:10.9.0, org.grails.plugins:aws-sdk:zip:1.10.44, org.grails.plugins:scaffolding:zip:2.1.2, org.grails.plugins:cache:zip:1.1.8, org.grails.plugins:asset-pipeline:zip:2.1.5, org.grails.plugins:mail:zip:1.0.7, org.grails.plugins:hibernate:zip:3.6.10.19, org.grails.plugins:database-migration:zip:1.4.0, org.grails.plugins:jquery:zip:1.11.0.2, org.grails.plugins:multi-tenant-single-db:zip:0.8.3, org.grails.plugins:build-test-data:zip:2.4.0, org.grails.plugins:spring-security-core:zip:2.0-RC3, org.grails.plugins:spring-security-rest:zip:1.4.1.RC1, org.grails.plugins:gflyway2:zip:0.4.1, org.grails.plugins:functional-test-development:zip:0.9.3, org.grails.plugins:quartz:zip:1.0.1, org.grails.plugins:platform-core:zip:1.0.0, org.grails.plugins:jms:zip:1.3-SNAPSHOT, org.grails.plugins:remote-control:zip:1.5, org.grails.plugins:rest-client-builder:zip:2.1.1, org.grails.plugins:joda-time:zip:1.5: Could not transfer artifact org.apache.httpcomponents:httpcore:jar:4.3.2 from/to grailsCentral (https://repo.grails.org/grails/plugins): Received fatal alert: handshake_failure (Use --stacktrace to see the full trace)
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: org.elasticmq:elasticmq-rest-sqs_2.11:jar:0.8.12, org.jadira.usertype:usertype.jodatime:jar:2.0.1, com.google.guava:guava:jar:17.0, dnsjava:dnsjava:jar:2.1.7, jmimemagic:jmimemagic:jar:0.1.2, com.twelvemonkeys.imageio:imageio-ico:jar:3.0.2, org.im4java:im4java:jar:1.4.0, org.imgscalr:imgscalr-lib:jar:4.2, org.flywaydb:flyway-core:jar:3.0, org.rythmengine:rythm-engine:jar:1.0.1, org.jsoup:jsoup:jar:1.8.1, org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1, com.pusher:pusher-http-java:jar:1.0.0, com.cedarsoftware:json-io:jar:2.7.2, org.apache.ws.security:wss4j:jar:1.6.17, org.apache.cxf:cxf-rt-ws-security:jar:2.6.2, org.apache.activemq:activemq-core:jar:5.7.0, org.apache.commons:commons-csv:jar:1.2, org.apache.tika:tika-core:jar:1.12, org.projectlombok:lombok:jar:1.16.2, commons-io:commons-io:jar:2.4, commons-fileupload:commons-fileupload:jar:1.3, org.multiverse:multiverse-core:jar:0.7.0, com.itextpdf.tool:xmlworker:jar:5.5.8, com.stripe:stripe-java:jar:10.9.0, org.grails.plugins:aws-sdk:zip:1.10.44, org.grails.plugins:scaffolding:zip:2.1.2, org.grails.plugins:cache:zip:1.1.8, org.grails.plugins:asset-pipeline:zip:2.1.5, org.grails.plugins:mail:zip:1.0.7, org.grails.plugins:multi-tenant-single-db:zip:0.8.3, org.grails.plugins:build-test-data:zip:2.4.0, org.grails.plugins:spring-security-core:zip:2.0-RC3, org.grails.plugins:spring-security-rest:zip:1.4.1.RC1, org.grails.plugins:gflyway2:zip:0.4.1, org.grails.plugins:functional-test-development:zip:0.9.3, org.grails.plugins:quartz:zip:1.0.1, org.grails.plugins:platform-core:zip:1.0.0, org.grails.plugins:jms:zip:1.3-SNAPSHOT, org.grails.plugins:remote-control:zip:1.5, org.grails.plugins:rest-client-builder:zip:2.1.1, org.grails.plugins:joda-time:zip:1.5: Could not transfer artifact org.elasticmq:elasticmq-rest-sqs_2.11:jar:0.8.12 from/to grailsCentral (https://repo.grails.org/grails/plugins): Received fatal alert: handshake_failure (Use --stacktrace to see the full trace)
| Error The following artifacts could not be resolved: org.apache.httpcomponents:httpcore:jar:4.3.2, org.apache.httpcomponents:httpclient:jar:4.3.2, org.grails.plugins:tomcat:zip:8.0.30: Could not transfer artifact org.apache.httpcomponents:httpcore:jar:4.3.2 from/to grailsCentral (https://repo.grails.org/grails/plugins): Received fatal alert: handshake_failure
| Run 'grails dependency-report' for further information.
comment created time in 3 days