Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Quarkus to 1.9.0.CR1 #1887

Merged
merged 1 commit into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#
# Quarkus :: DS
#
quarkus.datasource.camel-ds.url=jdbc:h2:tcp://localhost/mem:test
quarkus.datasource.camel-ds.driver=org.h2.Driver
quarkus.datasource.camel-ds.max-size=8
quarkus.datasource.camel-ds.min-size=2
quarkus.datasource.camel-ds.jdbc.url=jdbc:h2:tcp://localhost/mem:test
quarkus.datasource.camel-ds.db-kind=h2
quarkus.datasource.camel-ds.jdbc.max-size=8
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
quarkus.datasource.url=jdbc:h2:tcp://localhost/mem:test
quarkus.datasource.driver=org.h2.Driver
quarkus.datasource.max-size=8
quarkus.datasource.min-size=2
quarkus.datasource.jdbc.url=jdbc:h2:tcp://localhost/mem:test
quarkus.datasource.db-kind=h2
quarkus.datasource.jdbc.max-size=8

quarkus.hibernate-orm.database.generation=drop-and-create
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
#
# Quarkus Datasource
#
quarkus.datasource.camel-sql.url=jdbc:h2:tcp://localhost/mem:test
quarkus.datasource.camel-sql.driver=org.h2.Driver
quarkus.datasource.camel-sql.max-size=8
quarkus.datasource.camel-sql.min-size=2
quarkus.datasource.camel-sql.jdbc.url=jdbc:h2:tcp://localhost/mem:test
quarkus.datasource.camel-sql.db-kind=h2
quarkus.datasource.camel-sql.jdbc.max-size=8

#
# Camel Quarkus SQL
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version><!-- Mess in hdfs transitive deps -->
<okhttp.version>3.14.6</okhttp.version><!-- keep in sync with okio -->
<okio.version>1.17.2</okio.version><!-- keep in sync with okhttp -->
<quarkus.version>1.8.1.Final</quarkus.version>
<quarkus.version>1.9.0.CR1</quarkus.version>
<quarkus-qpid-jms.version>0.18.0</quarkus-qpid-jms.version>
<protobuf.version>3.11.1</protobuf.version>
<retrofit.version>2.5.0</retrofit.version>
Expand Down