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

Drop note on Akka 2.0/Play 2.0 #612

Merged
merged 1 commit into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions HOCON.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,6 @@ String value concatenation is allowed in field keys, in addition
to field values and array elements. Objects and arrays do not make
sense as field keys.

Note: Akka 2.0 (and thus Play 2.0) contains an embedded
implementation of the config lib which does not support array and
object value concatenation; it only supports string value
concatenation.

#### String value concatenation

String value concatenation is the trick that makes unquoted
Expand Down Expand Up @@ -739,9 +734,6 @@ optional (`${?a}` not `${a}`), which allows `a += b` to be the
first mention of `a` in the file (it is not necessary to have `a =
[]` first).

Note: Akka 2.0 (and thus Play 2.0) contains an embedded
implementation of the config lib which does not support `+=`.

#### Examples of Self-Referential Substitutions

In isolation (with no merges involved), a self-referential field
Expand Down Expand Up @@ -959,11 +951,6 @@ word `"include"`, only unquoted `include` is special:

{ "include" : 42 }

Note: Akka 2.0 (and thus Play 2.0) contains an embedded
implementation of the config lib which does not support the
`url()`/`file()`/`classpath()` syntax. Only the heuristic `include
"foo"` syntax is supported in that version.

#### Include semantics: merging

An _including file_ contains the include statement and an
Expand Down