I have two services which I wish to merge. One has a database dependency and the other does not. If I wish to merge these services and only wish to enable the non-database dependent service it still requires me to configure a database.Is there a way to allow dropwizard not to have to have a database when not needed?
--
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you not set the database configuration as optional and only set up the database bits when one is present?
On Mon, Sep 25, 2017 at 8:35 AM Jay Goldberg <jay...@gmail.com> wrote:
I have two services which I wish to merge. One has a database dependency and the other does not. If I wish to merge these services and only wish to enable the non-database dependent service it still requires me to configure a database.Is there a way to allow dropwizard not to have to have a database when not needed?
--
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dropwizard-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dropwizard-dev/eB9Dua4JGzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dropwizard-dev+unsubscribe@googlegroups.com.
Those fields are predefined and are not optionalOn Mon, Sep 25, 2017 at 11:38 AM, Ryan Kennedy <rcke...@gmail.com> wrote:
Can you not set the database configuration as optional and only set up the database bits when one is present?
On Mon, Sep 25, 2017 at 8:35 AM Jay Goldberg <jay...@gmail.com> wrote:
I have two services which I wish to merge. One has a database dependency and the other does not. If I wish to merge these services and only wish to enable the non-database dependent service it still requires me to configure a database.Is there a way to allow dropwizard not to have to have a database when not needed?
--
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dropwizard-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dropwizard-dev/eB9Dua4JGzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dropwizard-de...@googlegroups.com.
--
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-de...@googlegroups.com.
Not sure I follow. Any chance you can share your Configuration class (redacted/fuzzed would be fine)?
On Mon, Sep 25, 2017 at 10:27 AM Jay Goldberg <jay...@gmail.com> wrote:
Those fields are predefined and are not optionalOn Mon, Sep 25, 2017 at 11:38 AM, Ryan Kennedy <rcke...@gmail.com> wrote:
Can you not set the database configuration as optional and only set up the database bits when one is present?
On Mon, Sep 25, 2017 at 8:35 AM Jay Goldberg <jay...@gmail.com> wrote:
I have two services which I wish to merge. One has a database dependency and the other does not. If I wish to merge these services and only wish to enable the non-database dependent service it still requires me to configure a database.Is there a way to allow dropwizard not to have to have a database when not needed?
--
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "dropwizard-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dropwizard-dev/eB9Dua4JGzc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dropwizard-dev+unsubscribe@googlegroups.com.
--
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-dev+unsubscribe@googlegroups.com.