GrafDiffusore

Results 7 comments of GrafDiffusore

Getting issue similar to [above](https://github.com/gigaSproule/swagger-gradle-plugin/issues/132#issuecomment-466186972) with 1.0.6 plugin ver, on JDK 1.8.202 (Azul). Lots of warns/errors like: ``` could not get type for name com.foo.SecurityController from any class loader org.reflections.ReflectionsException:...

It's unclear how custom API reader can be implemented, since there's no way to pass plugin parameters, such as `apiSource` into custom reader. Unless this reader is made a subtype...

Personal story -- I've resolved this by running `docker-compose down`, after this -- `docker-compose -f ... up` works.

2.13.16 compilation of the project out of the box also gives fatal warning. 2.13.16 was added back in Jan. I don't understand why the project is not buildable out of...

Specifically, `targetSystemJdk := true` and compiling on JDK 17 or 21 gives ``` [error] .../pekko/actor-typed/src/main/scala/org/apache/pekko/actor/typed/internal/LoggerClass.scala:29:53: class SecurityManager in package lang is deprecated (since 17) ... [error] private final class TrickySecurityManager...

> [@GrafDiffusore](https://github.com/GrafDiffusore) we use Java 11 for release builds - see https://github.com/apache/pekko?tab=readme-ov-file#building-from-source > > We do have CI jobs that build with other versions of Java. We do not use...

Right. Indeed. But then I having ``` > debug > distributed-data / compile ... [debug] [zinc] The Scala compiler is invoked with: ... [debug] -language:higherKinds [debug] release:17 [debug] -classpath ......