Yann Le Moigne
Yann Le Moigne
Stacktrace ``` java.lang.IllegalStateException at io.vertx.sqlclient.impl.SocketConnectionBase.schedule(SocketConnectionBase.java:130) at io.vertx.sqlclient.impl.ConnectionPool$PooledConnection.schedule(ConnectionPool.java:111) at io.vertx.sqlclient.impl.Connection.schedule(Connection.java:34) at io.vertx.sqlclient.impl.PreparedStatementImpl.batch(PreparedStatementImpl.java:115) at io.vertx.sqlclient.impl.PreparedStatementImpl.access$000(PreparedStatementImpl.java:45) at io.vertx.sqlclient.impl.PreparedStatementImpl$PreparedStatementQuery.executeBatch(PreparedStatementImpl.java:173) ``` ### Version 3.9.0 ### Context I won't have a complete reproducer as the full...
## What version of OpenRewrite are you using? Gradle plugin 6.6.1 And : implementation("org.openrewrite:rewrite-core:8.11.2") implementation("org.openrewrite:rewrite-java-11:8.11.2") ## How are you running OpenRewrite? gradle, applied as a plugin on some module of...
## Proposed change Add icon for aircloud custom integration https://github.com/ylemoigne/aircloud-hass ## Type of change - [ ] Add a new logo or icon for a new core integration - [...
If gulp task has colored output, it is stripped when launched throught gradle (Yes, very minor enhancement request.... Thanks for the work done, it's a very helpfull plugin)
While in my project (using 'org.akhikhl.wuff.eclipse-rcp-app'), the project.ext.osgiExecutionEnvironment property doesn't exist (yet) and any change will be overwritten Workaround : afterEvaluate { project -> project.ext.osgiExecutionEnvironment = 'JavaSE-1.7,'+project.ext.osgiExecutionEnvironment } Worst, the...
It's a very edge usecase I think, I post it for info/reference but understand that it's priority will be somewhere between unsupported and `maybe in version 12`... I use compose...
### Describe the bug Getting a REST client interface is working on first run, but when reloading the application (by pressing `s` in console), it fail with `REST client interface:...