Glusk

Results 13 comments of Glusk

@maurezen I find *data flow diagrams* (https://www.google.com/search?q=data+flow+diagram&tbm=isch) to be rather excessive and dificult to make sense out of, but that's only my personal opinion. And correct me if I'm wrong,...

The common issue seems to be the fact that the minimum Java version required to build Rultor is Java 8.

> > @rultor config > > @glusk2 This is how I understand the `.rultor.yml` file in the root directory of your base branch: > > ```xml > > > >...

@yegor256 I have since migrated the project to another automated release solution. But the issue is still present in rultor. --- ### Minimal reproducible example `.rultor.yml`: ``` yml architect: -...

@yegor256 Unfortunately the information on the topic of this issue is scattered between several other issues. Here is a list of my comments in related issues: - [my comment in...

@yegor256 Was this resolved with #1320? If so, perhaps this issue should be closed as well.

> **Shippable** fails: > > (can't find the download button to download the log files, so don't know for sure the error that is being returned on the log) >...

@andreoss Looking at [this page](https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-versions.html), JDBC 4.2 spec seems to be supported by the most up to date Connector/J version. [This SO answer](https://stackoverflow.com/a/50668272) claims that there is support for `Instant`...

@liupeng0606 Does this help? https://stackoverflow.com/a/74087102/6367213

I'm getting the same error in Maven projects that are setup as Java 9 modules. For example: - https://github.com/Glusk/caesar I am, however, currently using Java 11.