Skip to content

Commit

Permalink
Merge pull request #612 from dwijnand/drop-note-on-akka-and-play-2.0
Browse files Browse the repository at this point in the history
Drop note on Akka 2.0/Play 2.0
  • Loading branch information
havocp authored Jan 28, 2019
2 parents f540252 + b782a2d commit c17d58e
Showing 1 changed file with 0 additions and 13 deletions.
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

0 comments on commit c17d58e

Please sign in to comment.