Skip to content

Commit

Permalink
fix typo; update Scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Jan 29, 2025
1 parent 608d1aa commit a2b35da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<properties>
<scala.version>2.13</scala.version> <!-- for scala libraries the scala version is used in their artifactId -->
<scala.full.version>2.13.15</scala.full.version>
<scala.full.version>2.13.16</scala.full.version>
<scala-parser-combinators.version>1.1.2</scala-parser-combinators.version>
<scala-java8-compat.version>1.0.2</scala-java8-compat.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private CompletionStage<JsonObject> performPreDefinedExtraFieldsOptimization(fin
allConfiguredPredefinedExtraFields.containsAll(jsonFieldSelector.getPointers());
if (allExtraFieldsPresent) {
LOGGER.withCorrelationId(dittoHeaders)
.debug("All asked for extraFields for thing <{}> we present in pre-defined fields, " +
.debug("All asked for extraFields for thing <{}> were present in pre-defined fields, " +
"skipping cache retrieval: <{}>", thingId, jsonFieldSelector);
return CompletableFuture.completedStage(filteredPreDefinedExtraFieldsReadGranted);
} else {
Expand Down

0 comments on commit a2b35da

Please sign in to comment.