Mark Vieira
e44b8b1e2e
[Backport] Remove dependency substitutions 7.x ( #42866 )
...
* Remove unnecessary usage of Gradle dependency substitution rules (#42773 )
(cherry picked from commit 12d583dbf6f7d44f00aa365e34fc7e937c3c61f7)
2019-06-04 13:50:23 -07:00
Costin Leau
87d3d16c5a
SQL: JLine upgrade and polishing ( #40321 )
...
Upgrade JLine to 3.10.0
Switch to using JLine granular jars instead of the uber-one
Remove Jansi dependency (due to errors in closing streams)
Pin JNA dependency to our own artifact
Fix #40239
(cherry picked from commit 9afa65fa80111f3b68c13373c7b6db13c11dde31)
2019-03-22 23:55:51 +02:00
Alpar Torok
82d10b484a
Run forbidden api checks with runtimeJavaVersion ( #32947 )
...
Run forbidden APIs checks with runtime hava version
2018-08-22 09:05:22 +03:00
Igor Motov
0b1a0641ef
SQL: Refactor package names of sql-proto and sql-shared-proto projects ( #31622 )
...
- renames project `sql-proto` to `sql-action`,
- renames package `sql.plugin` to `sql.action`
- renames project `sql-shared-client` to `sql-client`
- renames package `sql.shard.client` to `sql.client`
- renames project `sql-shared-proto` to `sql-proto`
Closes #31593
2018-06-28 05:56:16 -07:00