Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flyway: 5.2.4 -> 6.1.0 #69561

Merged
merged 2 commits into from Nov 29, 2019
Merged

flyway: 5.2.4 -> 6.1.0 #69561

merged 2 commits into from Nov 29, 2019

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flyway/versions.

meta.description for flyway is: '"Evolve your Database Schema easily and reliably across all your instances"'.

meta.homepage for flyway is: '"https://flywaydb.org/"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
flyway

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/5ymwnjqxkg7jmdib0r6i2d8xb76lxjp9-flyway-6.0.4 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A flyway https://github.com/r-ryantm/nixpkgs/archive/aa086bade627c3d3ba3860e18cb9c41f17558402.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/5ymwnjqxkg7jmdib0r6i2d8xb76lxjp9-flyway-6.0.4
ls -la /nix/store/5ymwnjqxkg7jmdib0r6i2d8xb76lxjp9-flyway-6.0.4/bin

cc @CMCDragonkai for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flyway/versions
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't merge, regression:

# master
$ ./result/bin/flyway --help
... usage statement ...

# PR
$ ./results/flyway/bin/flyway --help
Exception in thread "main" java.lang.NoClassDefFoundError: org/fusesource/jansi/AnsiConsole
        at org.flywaydb.commandline.ColorizedConsoleLog.install(ColorizedConsoleLog.java:32)
        at org.flywaydb.commandline.ConsoleLogCreator.createLogger(ConsoleLogCreator.java:45)
        at org.flywaydb.core.api.logging.LogFactory.getLog(LogFactory.java:80)
        at org.flywaydb.core.internal.util.ClassUtils.<clinit>(ClassUtils.java:35)
        at org.flywaydb.core.internal.util.FeatureDetector.isSlf4jAvailable(FeatureDetector.java:91)
        at org.flywaydb.core.internal.logging.LogCreatorFactory.getLogCreator(LogCreatorFactory.java:39)
        at org.flywaydb.core.api.logging.LogFactory.getLog(LogFactory.java:77)
        at org.flywaydb.core.internal.util.FeatureDetector.<clinit>(FeatureDetector.java:25)
        at org.flywaydb.core.internal.logging.LogCreatorFactory.getLogCreator(LogCreatorFactory.java:35)
        at org.flywaydb.core.api.logging.LogFactory.getLog(LogFactory.java:77)
        at org.flywaydb.commandline.Main.initLogging(Main.java:59)
        at org.flywaydb.commandline.Main.main(Main.java:69)
Caused by: java.lang.ClassNotFoundException: org.fusesource.jansi.AnsiConsole
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 12 more

@c0bw3b c0bw3b self-assigned this Nov 29, 2019
@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 29, 2019

$ ./result/bin/flyway -v  
Flyway Community Edition 6.1.0 by Redgate

$ ./result/bin/flyway help
Usage
=====

flyway [options] command

[...]

@c0bw3b c0bw3b changed the title flyway: 5.2.4 -> 6.0.4 flyway: 5.2.4 -> 6.1.0 Nov 29, 2019
@c0bw3b c0bw3b merged commit d019acd into NixOS:master Nov 29, 2019
@r-ryantm r-ryantm deleted the auto-update/flyway branch December 7, 2019 22:49
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Feb 8, 2020
* flyway: 5.2.4 -> 6.0.4 (NixOS#69561)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flyway/versions

* flyway: 6.0.4 -> 6.1.0

(cherry picked from commit d019acd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants