andreoss
andreoss
Per #1087 - Remove `array.empty` - Array can be initialized as object - Array is empty by default
[xcop](https://github.com/objectionary/eo/blob/master/.github/workflows/xcop.yml) workflow does not check `*.xsl`
MainTest uses a default JDK, instead of the one used by maven
Remove usage of junit-4 from adapter submodules See: ARROW-17769
### Description of PR Upgrade to Junit 5 ### How was this patch tested? mvn test ### For code changes: - [x] Does the title or this PR starts with...
## Proposed changes https://issues.apache.org/jira/projects/KYLIN/issues/KYLIN-3561 Partial migration to Junit 5, changes to core* modules. ## Branch to commit - [ ] Branch **kylin3** for v2.x to v3.x - [ ] Branch...
https://github.com/jcabi/jcabi-ssh/blob/master/src/main/java/com/jcabi/ssh/Ssh.java#L234 `Ssh` always does only one attempt
Per #217 - Add ability to call static fields - Add todos
Let's allow `JdbcSession#sql` accept multiple String values, instead of explicitly using `String.join` ``` new JdbcSession(this.source()) .sql( "CREATE TABLE IF NOT EXISTS foo (", "id INT NOT NULL AUTO_INCREMENT, ", "name...