Skip to content

Parsing include "filename" does not meet one of the features of Lightbend's Configuration Library #43

@ddebrecenijr

Description

@ddebrecenijr

Consider the example:

myconf.conf

simple-test {
  description = "Nothing will be included"
  include "lib/common"
}

lib/common.conf

common-value = 42

Doing a hocon.ParseResource("myconf.conf") results in an output of so:

{
  simple-test: {
    description: Nothing will be included
  }
}

It is not including lib/common.conf which breaks a feature of Lightbend's Configuration Library.
"include with no file extension includes any of .conf, .json, .properties".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions