Skip to content

Commit

Permalink
Deployed 7c456fe to Main with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 30, 2024
1 parent bfbf02c commit a56ba36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Main/config/indexed-properties/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,8 @@ <h1 id="indexed-properties">Indexed Properties<a class="headerlink" href="#index
<p>The indexed property syntax uses the property name and square brackets with an index in between.</p>
<p>A call to <code>Config#getValues("my.collection", String.class)</code>, will automatically create and convert a <code>List&lt;String&gt;</code>
that contains the values <code>dog</code>, <code>cat</code> and <code>turtle</code>. A call to <code>Config#getValues("my.indexed.collection", String.class)</code>
returns the exact same result. For compatibility reasons, if SmallRye Config finds the same property name in their
indexed and unindexed format, the unindexed value has priority.</p>
returns the exact same result. If SmallRye Config finds the same property name in their indexed and unindexed format,
the indexed value has priority.</p>
<p>The indexed property is sorted by its index before being added to the target <code>Collection</code>. Any gaps in the indexes do
not resolve to the target <code>Collection</code>, which means that the <code>Collection</code> result will store all values without empty
elements.</p>
Expand Down
2 changes: 1 addition & 1 deletion Main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified Main/sitemap.xml.gz
Binary file not shown.

0 comments on commit a56ba36

Please sign in to comment.