noavarice
noavarice
> But now, going to the tests I have a dilemma: JUnit5 requires JDK 8? what do? There must be possibility to compile tests with different JDK version, but running...
> I manage to convert all production code to Java7: no streams, no lambdas, no functionalInterfaces, and no use of classes, which are not present in JDK 7. > But...
@andob @Daniele-Comi @andreasrosdal AFAIU there's no specific need to use AWT in the library - there is just a need to specify a font color, so developers have decided to...
Will it be possible to escape colon? You can't use colons in URLs in Postman adequately bc of path parameter support. Colon is reserved symbol in URLs, so it's kind...