Paul Verest
Paul Verest
+1 Indeed there is no ref to what exact version has been target, and as time goes things start breaking, and there is no exact version where it should work
As of now ``` * What went wrong: Execution failed for task ':balance:compileJava'. > Could not resolve all files for configuration ':balance:compileClasspath'. > Could not resolve io.emeraldpay.polkaj:polkaj-api-http:0.3.0. Required by: project...
Any plans to go on?
Indeed root build.gradle says targetCompatibility = '11' sourceCompatibility = '11' So JDK 11+ is required
Ability to apply `@JsonCreator` to external class with static factory method will allow to support some types that are define as final in some libraries, e.g. javatuples #2020 (without need...
This is minor issue for blank View that is now snowy white by default. The same default screen can show some text how to use GFMV. Both things are not...
That would also add complexity as restored window should check in mode as Link and HTML is absent or outdated then update View.
I solved this by building from sources. As I redistribute GFMV together with Nodeclipse and the same problem with big file may happen, now there is update archive that is...
Not sure if it gives a big difference, but what if to pack all dependencies in one (uber-) .jar (and delete unused classes during the process) http://maven.apache.org/plugins/maven-shade-plugin/ Usage example https://github.com/talios/coffee-maven-plugin/blob/develop/pom.xml#L92-L120
The console is disable by default. And except for GFMV version info, getting all other (JVM, platform, browser type) would be great Eclipse plugin in itself. It should be in...