Skip to content

Commit e13fa22

Browse files
committed
Add OpenSearch Dev Services to 3.4.1 announcement
1 parent bfdc450 commit e13fa22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_posts/2023-09-29-quarkus-3-4-1-released.adoc renamed to _posts/2023-09-20-quarkus-3-4-1-released.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ It is now possible to entirely disable the automatic setup of the Flyway extensi
5353

5454
You can also make Flyway inactive for a specific datasource by setting `quarkus.flyway.active=false` for the default datasource or `quarkus.flyway."datasource name".active=false` for a named datasource.
5555

56+
=== OpenSearch Dev Services
57+
58+
Dev Services can now start an OpenSearch container,
59+
either automatically when using Hibernate Search with OpenSearch or manually by setting the distribution with `quarkus.elasticsearch.devservices.distribution=opensearch`.
60+
61+
More information in https://quarkus.io/guides/elasticsearch-dev-services#configuring-the-image[our documentation].
62+
5663
== Full changelog
5764

5865
You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.4.0.CR1[3.4.0.CR1], https://github.com/quarkusio/quarkus/releases/tag/3.4.0[3.4.0], and https://github.com/quarkusio/quarkus/releases/tag/3.4.1[3.4.1] on GitHub.

0 commit comments

Comments
 (0)