Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Doesn't shutdown cleanly #7

Closed
ben-manes opened this issue Apr 15, 2019 · 3 comments
Closed

Doesn't shutdown cleanly #7

ben-manes opened this issue Apr 15, 2019 · 3 comments

Comments

@ben-manes
Copy link

I was able to get it to work using kartoza/postgis:10.0-2.4 for postgis support. After the code generation finished it fails to stop.

Generation finished: public: Total: 32.863s, +0.117ms

Removing excess files
Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
Zero or negative asynchronous thread pool size specified in the client configuration property: [0] Using default cached thread pool.
<-------------> 0% EXECUTING [24m 48s]
> :generateJooqMetamodel
@ayedo
Copy link
Owner

ayedo commented Apr 16, 2019

Can you please try again with the freshly released version 3.1.0 of the plugin? A test I wrote on my machine does work for that image with that version.

@ben-manes
Copy link
Author

Sorry, now blocked because It seems that Flyway 6 doesn't support Postgres' jsonb Indexing ? yet (fixed in master).
flyway/flyway#2329

@ben-manes
Copy link
Author

Removing those usages, and it finished.

...
Generation finished: public: Total: 15.888s, +0.07ms

Removing excess files
Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
Zero or negative asynchronous thread pool size specified in the client configuration property: [0] Using default cached thread pool.
:generateJooqMetamodel (Thread[Execution worker for ':',5,main]) completed. Took 36.853 secs.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.3.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 38s
1 actionable task: 1 executed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants