Abid Maqbool

Results 104 comments of Abid Maqbool

Looking forward for this nice feature update, We need this feature on Urgent bases. Actually we use Flyway db on our projects, & want to convert it's to Android 9,...

I have created a sample project to test Flyway with HSQLDb on GraalVM native-image. Here: https://github.com/ctoabidmaqbool/Flyway-On-GraalVM-NativeImage-Test When flyway try to looks for migration files it fails in GraalVM native-image. error:...

Why flyway team is not accounting this feature request into there todo list? Is it is very hard to implement or un-useful feature or what are the reasons for not...

Looking forward for Flyway to be modularized as many others are converted yet. I want to use HSQLdb 5.5.1 or 6.0.0 which have module system implement, can't be used with...

``` org.burningwave.core.assembler.StaticComponentContainer.Modules.exportAllToAll(); ``` One can totally disable module system in java. Hence jFoenix will works as expected. With module system there are couple of issues exists which takes time and...

One easy solutions is too completely disable java new module system. e.g. ``` org.burningwave.core.assembler.StaticComponentContainer.Modules.exportAllToAll(); ```

Hum! it's looks like official domain e.g. jfoenix.com is expired!

As an extra info, provided Apk file is build using old Java 1.8 with latest Javafx-Mobile-Plugin (Gradle)

@FlorianKirmaier I already have tried new repository URL, but still it not solves the problem because it's still looking for old place of repo. ![image](https://user-images.githubusercontent.com/10474725/147223016-9a5d68ee-b8e0-4bd9-b77d-b55ac4051b4d.png) logs: ``` JAVA_HOME="C:\Program Files\Java\jdk1.8.0_192" cd...

@FlorianKirmaier Thanks! Your solutions works just a charm I have updated my gradle.build file to very latest libs, which also solve the problem ![image](https://user-images.githubusercontent.com/10474725/147401570-f5784dd2-0c96-4262-b7bc-572f89fbd184.png) Please updates all javafx8 projects of...