Skip to content

Commit 43ffd49

Browse files
committed
Sync documentation of main branch
1 parent 2b23014 commit 43ffd49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_versions/main/guides/datasource.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ a|* JDBC: `org.h2.Driver`
893893
|`quarkus-jdbc-mariadb`
894894
a|* JDBC: `org.mariadb.jdbc.Driver`
895895

896-
* XA: `org.mariadb.jdbc.MySQLDataSource`
896+
* XA: `org.mariadb.jdbc.MariaDbDataSource`
897897

898898
|`mssql`
899899
|`quarkus-jdbc-mssql`

_versions/main/guides/extension-writing-dev-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Here, the https://hub.docker.com/_/hello-world[`hello-world`] image is used, but
4848

4949
[source,java]
5050
----
51-
@BuildStep(onlyIfNot = IsNormal.class, onlyIf = GlobalDevServicesConfig.Enabled.class)
51+
@BuildStep(onlyIfNot = IsNormal.class, onlyIf = DevServicesConfig.Enabled.class)
5252
public DevServicesResultBuildItem createContainer() {
5353
DockerImageName dockerImageName = DockerImageName.parse("hello-world");
5454
GenericContainer container = new GenericContainer<>(dockerImageName)

0 commit comments

Comments
 (0)