netflix conductor server as spring boot app #2623
-
Hi, Does anybody tried to run server as spring boot app. Would like instantiate conductor , i am trying use latest 3.3.6 version. also where i can find server-all.har for this 3.3.6 version? your help will be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The conductor server is a spring boot application and can be run from the command line using |
Beta Was this translation helpful? Give feedback.
-
hi |
Beta Was this translation helpful? Give feedback.
-
Ok thanks
I will try to rebuild with lower Java version since it’s easier than upgrading grade build
…Sent from my iPad
On Jan 18, 2022, at 8:26 PM, Anoop Panicker ***@***.***> wrote:
@autodidactic We have not tested running Conductor with java 16, so cannot comment on what changes might be needed, if any, at this time.
Additionally, as per the Gradle Java Compatibility Matrix you would need atleast gradle 7.0 to build a java 16 project. If you wish to use java 16, we would recommend you to please fork the project and make changes as necessary.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
The conductor server is a spring boot application and can be run from the command line using
./gradlew bootRun
Documentation