1088 Commits

Author SHA1 Message Date
sberyozkin
268107aec7 Merge pull request #7294 from vsevel/write_secret
Add Vault write and delete secret Fixes #7155
2020-02-21 23:36:20 +00:00
Vincent Sevel
65e98b2681 Add Vault write and delete secret 2020-02-21 22:09:28 +01:00
Ioannis Canellos
c568ed7b0b refactor: align naming in container & kubernetes. 2020-02-21 19:20:23 +02:00
Manyanda Chitimbo
31891025a1 Merge pull request #7231 from cescoffier/features/vertx-mutiny-verticle
Add support for MutinyVerticle
2020-02-21 17:20:11 +01:00
Max Rydahl Andersen
c0be9664fe Merge pull request #5496 from iocanel/docker-build
Add support for building and deploying container to Kubernetes
2020-02-21 15:06:42 +00:00
Guillaume Smet
b5bff0ffa7 Merge pull request #7153 from JohT/feature/7152
Registering classes with @ConstructorProperties for Reflection for #7152
2020-02-21 12:44:53 +01:00
Ioannis Canellos
f7ae556cb3 feat: Add s2i binary build support. 2020-02-21 10:21:33 +02:00
Ioannis Canellos
726c0af956 test: split k8s deploy test to docker and jib. 2020-02-21 10:21:33 +02:00
Ioannis Canellos
9626a535d6 feat: push and build can be implictly requested by other extensions. 2020-02-21 10:21:33 +02:00
Georgios Andrianakis
a08ad6bef8 Introduce jib extension as an alternative for building container images and harmonize code between it and the docker extension 2020-02-21 10:21:30 +02:00
Ioannis Canellos
8de7676bb8 test (#5493) Add integration test that tests building and deploying to
kubernetes.
2020-02-21 09:40:29 +02:00
Johannes
3236502ca8 #7152 Classes with @ConstructorProperties for Reflection 2020-02-21 07:20:09 +01:00
Georgios Andrianakis
4ee107619d Remove unused injection into test 2020-02-21 00:30:41 +02:00
Guillaume Smet
cd0b2dcd1e Merge pull request #7263 from cescoffier/features/mutiny-mongo
Implement the Mutiny API for the MongoDB client
2020-02-20 20:29:25 +01:00
Clement Escoffier
859cc28a7d Add support for Mutiny Verticle
Mutiny Verticle is a variant of Verticle using the Mutiny API.
2020-02-20 20:27:00 +01:00
Guillaume Smet
8edc492e9c Merge pull request #7303 from cescoffier/features/mutiny-context-propagation
Implement Context Propagation support for Mutiny
2020-02-20 20:22:51 +01:00
Guillaume Smet
d8830b86f6 Merge pull request #7270 from aguibert/rest-client-native-providers
Transfer providers discovered at build-time to new ClientBuilder instances
2020-02-20 20:19:07 +01:00
Andrew Guibert
4fb2fefb79 Add integration tests for programmatic JAX-RS client usage 2020-02-20 11:41:13 -06:00
Clement Escoffier
55a3166ee1 Implement integration tests to test both the legacy reactive client and the new client 2020-02-20 17:26:47 +01:00
Clement Escoffier
9dc7e2045c Test the new reactive client
Also test that the old legacy client is still working and is compatible.
The legacy client is implemented on top of the new one.
2020-02-20 17:26:47 +01:00
Clement Escoffier
dac5d32e9a Add integration tests verifying the context propagation with Mutiny 2020-02-20 15:38:36 +01:00
Martin Kouba
3ffcfb0fed Merge pull request #7057 from mkouba/basic-tests
Introduce basic-test-suite profile
2020-02-20 14:16:10 +01:00
Georgios Andrianakis
645870a5fa Merge pull request #7273 from geoand/spring-cloud-config-client-guide
Add guide for Spring Cloud Config Client extension
2020-02-20 14:44:15 +02:00
Guillaume Smet
d2242d0e40 Merge pull request #7216 from cescoffier/features/mutiny-database
Update the reactive database client extensions to use Mutiny
2020-02-20 10:46:23 +01:00
Clement Escoffier
4b124ff3b4 Switch reactive ITs client to mutiny
This commit uses the Mutiny PG/MySQL Pools instead of the Axle ones.
2020-02-20 10:45:46 +01:00
Georgios Andrianakis
a4751f0dc8 Use better names for the Spring Cloud Config configuration 2020-02-20 08:41:43 +02:00
Martin Kouba
3ee52f2df1 Introduce basic-test-suite profile
- to skip some parts of the test suite during the full build
- integration tests: maven tooling, kotlin, scala, kubernetes, gradle
2020-02-19 16:12:41 +01:00
Georgios Andrianakis
d058d87cae Merge pull request #7271 from geoand/flacky-kubernetes-test
Fix flaky Kubernetes tests
2020-02-19 16:10:23 +02: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
Georgios Andrianakis
75165f7903 Fix typo in test methods 2020-02-19 12:16:26 +02:00
Georgios Andrianakis
f1604d8d17 Fix flaky Kubernetes tests 2020-02-19 12:15:49 +02:00
Martin Kouba
2f522a8553 Merge pull request #7261 from mkouba/issue-7257
RootDefinition - trim RuntimeConfig and RuntimeConfiguration suffixes
2020-02-19 09:37:27 +01:00
Manyanda Chitimbo
8e201f7d18 Merge pull request #7255 from geoand/prod-more-test-additional-deps
Add support for configuring additional dependencies in @QuarkusProdModeTest
2020-02-18 19:21:09 +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
Martin Kouba
cc945bd3c6 RootDefinition - trim RuntimeConfig and RuntimeConfiguration suffixes
- resolves #7257
2020-02-18 16:30:43 +01:00
Georgios Andrianakis
d0bf2fa883 Move remainder of kubernetes maven invoker style tests to @QuarkusProdModeTest 2020-02-18 15:38:58 +02:00
Georgios Andrianakis
ea65a53d1e Remove erroneously added class 2020-02-18 15:38:58 +02:00
Georgios Andrianakis
13c054a80c Merge pull request #7226 from geoand/quarkus-prod-mode-test
Introduce QuarkusProdModeTest
2020-02-18 13:27:38 +02:00
Clement Escoffier
52ffa0193d Implement RestEasy Mutiny integration tests
It covers:
* Method returning Uni
* Method returning Multi (chunked and SSE)
* Rest client returning Uni
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
Georgios Andrianakis
28e2b6a1b2 Convert kubernetes integration tests to QuarkusProdModeTest 2020-02-18 09:11:45 +02:00
Guillaume Smet
adb9743984 Merge pull request #6291 from aureamunoz/spring-conf-6192
feat: log warning in case of finding spring.jpa properties configuration
2020-02-17 12:34:08 +01:00
Sanne Grinovero
6eb9db17b6 Merge pull request #7208 from gastaldi/integrator
Fixed support for Integrators and ServiceContributors in Hibernate ORM
2020-02-17 11:09:05 +00: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
George Gastaldi
2cfb4bfb50 Using TCCL while looking for Integrators
Add Integrator tests

Fixes #7189
2020-02-14 21:50:19 -03: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
George Gastaldi
3c27c5c385 Merge pull request #5567 from loicmathieu/feat/mongo-panache-rx
Reactive MongoDB with Panache
2020-02-14 11:17:49 -03: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