Ondra Pelech
Ondra Pelech
Having this ```java Scope.enter(Map.of(Scope.Attr.ui.name(), new LoggerUIService())) ``` before running update has worked well for me so far (that is until 4.21.x).
I found out a workaround for pristine clean stdout: You also have to do ```scala instance.setShowSummaryOutput(UpdateSummaryOutputEnum.LOG) ``` So now my code looks like this and everything works as expected, no...
And without the deprecated method it looks like this ```scala private def runMigration(connection: Connection, changeLogFile: String): Unit = { val db = DatabaseFactory.getInstance.findCorrectDatabaseImplementation(new JdbcConnection(connection)) val updateCommand = new CommandScope(UpdateCommandStep.COMMAND_NAME: _*)...
What is blocking this? It would be of great help for us.
Let's take `sbt` as an example since it is the most widely used built tool for Scala. An output of `./sbt scalaVersion` can look like this: ``` > ./sbt scalaVersion...
both CIs seem to be triggered, so we can just close this PR, right?
I think this is a relevant place for Mill to share the news `jib-common` has been [factored out](https://github.com/sbt-jib/sbt-jib/pull/85) of sbt-jib and is available as an independent library -- that makes...
Hello @thesamet , oh how time flies :sweat_smile: This must have slipped my mind. Would you still be open to merging this if I revived the PR, incorporated the feedback,...
@jatcwang :pray:
@jatcwang :pray: Kindly please have a look once you have the time.