Ayush Kumar
Ayush Kumar
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current...
http://www.functionaljava.org/ appears to be down for me.
###### Which version and edition of Flyway are you using? 10.10.0 Open Source ###### If this is not the latest version, can you reproduce the issue with the latest one...
We're in the process of upgrading from java 8 to 11 and are running into a classnotfoundexception ``` at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:208) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:206) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:187) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)...
Ex. ``` /** * Compares two instances of {@link MonetaryAmount}, hereby ignoring non significant trailing * zeroes and different numeric capabilities. * * @param amount the {@link MonetaryAmount} to be...
See: https://github.com/JavaMoney/jsr354-api/issues/153 I'm assuming it would make sense to just change the java doc, since the existing implementation is the intuitive understanding of how most comparison functions are read.
8 was settled on here: https://github.com/vavr-io/vavr/issues/234 (with more links), but now that there's new versions going out, I'd really like to revisit this (especially since most of the code is...