Commit Graph

494 Commits

Author SHA1 Message Date
George Gastaldi
f5f924bc0f Bump JGit to 5.6.1.202002131546-r 2020-02-19 10:44:04 -03:00
Guillaume Smet
384ed5b347 Merge pull request #7049 from ge0ffrey/optaplanner
OptaPlanner extension
2020-02-19 11:25:39 +01:00
Geoffrey De Smet
bc14ce6e0e OptaPlanner extension 2020-02-19 11:24:51 +01:00
Guillaume Smet
35f45360dd Merge pull request #7177 from cescoffier/features/resteasy-mutiny
Implement Resteasy Mutiny support
2020-02-18 17:52:21 +01:00
Ken Finnigan
46d40bc86d Merge pull request #7059 from cescoffier/features/update-reactive-messaging
Update to SmallRye Reactive Messaging 1.1.0
2020-02-18 08:34:23 -05:00
Clement Escoffier
69886c11ee Implement the RestEasy Mutiny support
It allows returning Uni and Multi in RestEasy endpoint
It also allows using Uni in the Rest Client
There is no `providers` file to avoid registering provider twice - only the processor should do it.
2020-02-18 11:52:43 +01:00
sberyozkin
6b87907929 Merge pull request #7086 from sberyozkin/oidc_auth_mechanism
Add a composite OidcAuthenticationMechanism
2020-02-18 09:15:56 +00:00
Michał Szynkiewicz
8fa1b7388e Merge pull request #7230 from KaenDagger/kafkaBump
Bump kafka to 2.4.0
2020-02-18 08:11:32 +01:00
Rohan Maity
c0a6f80b1e Bump kafka to 2.4.0 2020-02-17 20:05:03 +05:30
Martin Kouba
5530adb977 Merge pull request #7101 from cescoffier/features/qute-mutiny
Integration of Qute and Mutiny
2020-02-17 15:27:13 +01:00
Clement Escoffier
38800b0901 Update SmallRye Reactive Messaging version to 1.1.0 2020-02-17 14:54:24 +01:00
Ladislav Thon
13c2805842 update to MicroProfile Fault Tolerance 2.1 and SmallRye Fault Tolerance 4.1.0 2020-02-17 08:49:08 +01:00
Guillaume Smet
e71f96a58e Merge pull request #7165 from patriot1burke/lambda-trace
Support for AWS XRay Issue #6785
2020-02-16 13:19:28 +01:00
Manyanda Chitimbo
da0cea05fb Merge pull request #7207 from radcortez/master
Updated MP OpenTracing to 1.3.3 and SmallRye OpenTracing to 1.3.4.
2020-02-15 09:26:09 +01:00
Manyanda Chitimbo
78f54bde71 Merge pull request #7206 from quarkusio/dependabot/maven/io.fabric8-kubernetes-client-bom-4.8.0
Bump kubernetes-client-bom from 4.7.1 to 4.8.0
2020-02-15 09:25:15 +01:00
Gwenneg Lepage
49ea44edc9 Merge pull request #7197 from machi1990/chore/update-kotlin
chore: update kotlin version to 1.3.61
2020-02-15 04:09:49 +01:00
dependabot-preview[bot]
dea8cb762d Bump kubernetes-client-bom from 4.7.1 to 4.8.0
Bumps [kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/compare/v4.7.1...v4.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-15 01:29:08 +00:00
Roberto Cortez
1bda918b42 Updated MP OpenTracing to 1.3.3 and SmallRye OpenTracing to 1.3.4. 2020-02-15 00:10:47 +00:00
George Gastaldi
e245565db5 Merge pull request #7130 from geoand/config-server-client
Add first version of Spring Cloud Config Client extension
2020-02-14 18:28:00 -03:00
Manyanda Chitimbo
2aee5b4a5f chore: update Kotlin version to 1.3.61 2020-02-14 20:45:34 +01:00
Georgios Andrianakis
2a266bf95d Merge pull request #7196 from Sanne/ORMUpgrade
Upgrade to Hibernate ORM 5.4.12.Final
2020-02-14 16:52:12 +02:00
George Gastaldi
75fd56c5d3 Merge pull request #7186 from jmartisk/master-metrics-2-3
MicroProfile Metrics 2.3
2020-02-14 10:44:02 -03:00
Sergey Beryozkin
16cfb50d7b Add a composite OidcAuthenticationMechanism 2020-02-14 10:19:03 +00:00
Sanne Grinovero
c59c5de5fd Upgrade to Hibernate ORM 5.4.12.Final 2020-02-14 09:29:20 +00:00
Jan Martiska
b08e9d5033 Adjust dependencies for MP Metrics 2.3 2020-02-14 07:23:36 +01:00
dependabot-preview[bot]
395ae47e1a Bump flyway-core from 6.2.2 to 6.2.3
Bumps [flyway-core](https://github.com/flyway/flyway) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/compare/flyway-6.2.2...flyway-6.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-13 22:01:20 +00:00
George Gastaldi
c43080e9bc Bump JGit to 5.6.0.201912101111-r 2020-02-13 11:05:44 -03:00
Georgios Andrianakis
15cdc7d2bf Add first version of Spring Config Server Client extension 2020-02-13 15:22:33 +02:00
Bill Burke
ca553f62de xray
improve

finish tracing

Update docs/src/main/asciidoc/amazon-lambda.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-http.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-http.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-http.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

rename

Update extensions/amazon-lambda-xray/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-http.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

moar fixes

Update docs/src/main/asciidoc/amazon-lambda.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update extensions/amazon-lambda-xray/runtime/pom.xml

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update extensions/amazon-lambda-xray/pom.xml

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update extensions/amazon-lambda-xray/deployment/pom.xml

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>
2020-02-12 21:44:57 -05:00
Guillaume Smet
801dcb2829 Merge pull request #7098 from cescoffier/features/vertx-mutiny
Add support for Vert.x Mutiny
2020-02-12 22:06:03 +01:00
Ken Finnigan
9df0a748c7 Update to latest SmallRye OpenAPI 2020-02-12 10:35:08 -05:00
Guillaume Smet
a3e321fe00 Merge pull request #5660 from FroMage/security-jpa
Security JPA implementation
2020-02-12 13:23:27 +01:00
Clement Escoffier
14341e7b4b Update Axle and declare the Mutiny and Vert.x Mutiny dependencies 2020-02-12 09:25:52 +01:00
Rohan Maity
1745553121 Add banner extension module, default banner, option for user banner, CustomBannerFormatter 2020-02-12 09:08:45 +05:30
Stephane Epardaud
df0794592f Security JPA implementation 2020-02-11 17:04:36 +01:00
Stuart Douglas
ca1cb683a6 Merge pull request #7047 from quarkusio/dependabot/maven/org.flywaydb-flyway-core-6.2.2
Bump flyway-core from 6.2.1 to 6.2.2
2020-02-11 17:46:56 +11:00
Stuart Douglas
43b16cb918 Merge pull request #7125 from quarkusio/dependabot/maven/org.postgresql-postgresql-42.2.10
Bump postgresql from 42.2.9 to 42.2.10
2020-02-11 14:26:17 +11:00
George Gastaldi
19e16fedcf Merge pull request #7069 from radcortez/mp-config-1.4
Updated MP Config to 1.4 and SmallRye Config to 1.6.1
2020-02-10 17:40:43 -03:00
dependabot-preview[bot]
c888e9e9a1 Bump postgresql from 42.2.9 to 42.2.10
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.10.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.9...REL42.2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 20:36:35 +00:00
George Gastaldi
71fef82f8f Merge pull request #7060 from darranl/elytron_1_x
Move the WildFly Elytron version to 1.11.2.Final
2020-02-10 15:09:13 -03:00
Roberto Cortez
e277fbf54f Updated MP Config to 1.4 and SmallRye Config to 1.6.1. 2020-02-10 13:16:48 +00:00
Alexey Loubyansky
03ff95fb09 Merge pull request #7110 from stuartwdouglas/exclude-scala
Exclude jackson-module-scala
2020-02-10 13:20:59 +01:00
Stuart Douglas
34267577e0 Exclude jackson-module-scala
This breaks jackson if it is included and scala is not present
2020-02-10 19:25:44 +11:00
Clement Escoffier
7009e0a6e4 Switch the reactive support of the Qute extension from RX to Mutiny 2020-02-09 15:37:34 +01:00
Sanne Grinovero
b1acd5aac0 Upgrade to Hibernate ORM 5.4.11.Final 2020-02-07 18:00:15 +00:00
dependabot-preview[bot]
4ee5ad53ba Bump flyway-core from 6.2.1 to 6.2.2
Bumps [flyway-core](https://github.com/flyway/flyway) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/compare/flyway-6.2.1...flyway-6.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 16:35:49 +00:00
Darran Lofthouse
d8c04aa087 Move the WildFly Elytron version to 1.11.2.Final 2020-02-07 08:46:19 +00:00
Sergey Beryozkin
fb536265da Update to smallrye-jwt 2.0.13 2020-02-05 13:34:51 +00:00
Ioannis Canellos
f4ffa512a6 fix (#6826): Upgrade to dekorate 0.10.9 which further improves handling
of kebabcase in arrays
2020-02-04 19:57:36 +02:00
Guillaume Smet
9952f9f837 Merge pull request #6347 from loicmathieu/feat/upgrade-mongo-client
Upgrade mongodb clients to the latest versions
2020-02-04 16:48:52 +01:00