Commit Graph

8911 Commits

Author SHA1 Message Date
Guillaume Smet
cb75d8ba2a [RELEASE] - Bump version to 1.2.0.Final 1.2.0.Final 2020-01-23 08:58:00 +01:00
Vincent Sevel
dc3b0f7767 Vault Transit Engine guide 2020-01-22 23:11:04 +01:00
Guillaume Smet
9e7674a1af Fix a few links in the documentation
Per discussion with Vincent Sevel.
2020-01-22 23:10:29 +01:00
Loïc Mathieu
e4e3ee584f Make optional the oauth2 configuration when the extension is disabled 2020-01-22 18:42:22 +01:00
Rostislav Svoboda
6136ed1e41 Fix JaCoCo report 2020-01-22 17:49:53 +01:00
David M. Lloyd
bb9eded8c3 Also set system properties ordinal correctly 2020-01-22 17:40:40 +01:00
David M. Lloyd
3788808af4 Fix a problem where env vars do not have the right ordinal 2020-01-22 17:40:40 +01:00
Stuart Douglas
38ab3fb459 Fix lots of other thread safety issues 2020-01-22 17:38:57 +01:00
Stuart Douglas
4088c4ebd7 Make DefaultTenantConfigResolver thread safe
DefaultTenantConfigResolver is initialized from a recorder,
and it is likely that this recorder runs after the creation
of the vert.x web threads. This means that there is no
happens-before relationship between the writes to the fields,
so it is undefined what state initial threads might see.

Fixes #6608
2020-01-22 17:38:56 +01:00
Stuart Douglas
82b8593059 Revert "Disable OIDC principal claim test"
This reverts commit a720ff79ea.
2020-01-22 17:38:56 +01:00
Andreas Eberle
f45f4eca3e Fix bug in KubernetesClientProducer causing bad_certificate errors when trying to connect to local cluster with kubernetes-client. 2020-01-22 17:38:26 +01:00
Gwenneg Lepage
c3c30d7226 Introduce quarkus-cache extension 2020-01-22 17:38:00 +01:00
Georgios Andrianakis
e430e4ccf1 Add example of adding multiple classes to --initialize-at-run-time
This would help users that have similar faces issues (see #6710)
2020-01-22 17:37:29 +01:00
kdnakt
4738d039e1 doc: sync JWT guide with quickstart 2020-01-22 17:37:05 +01:00
Georgios Andrianakis
7273d49c4a Use en as the default language when all else is empty
Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>
2020-01-22 17:36:48 +01:00
Georgios Andrianakis
a3f8006370 Ensure that a missing user.country system property doesn't break the application
This can happen in CI:
https://github.com/apache/camel-quarkus/pull/603#issuecomment-576636989

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>
2020-01-22 17:36:48 +01:00
Georgios Andrianakis
80e994d6ac Add beforeAll and afterAll hooks for QuarkusUnitTest 2020-01-22 17:36:48 +01:00
Guillaume Smet
ba7de4bc14 Disable the DNS resolver when creating the options
So that it's properly disabled even if only the web Vert.x instance is
created.
2020-01-22 17:36:10 +01:00
Stuart Douglas
0bf9c53132 RESTEasy standalone does not serve files if http-root is set 2020-01-22 17:35:40 +01:00
Stuart Douglas
e830c98bcf Gizmo 1.0.1.Final 2020-01-22 17:35:20 +01:00
Martin Kouba
23ba947767 Qute - fix default template extensions for java.util.Map
- resolves #6519
2020-01-22 17:35:01 +01:00
Sergey Beryozkin
0d9d11bb53 Update JWT guide with a list of smallrye-jwt properties 2020-01-22 17:34:32 +01:00
Guillaume Smet
ec82f69fc9 Add logging-gelf to the Azure native pipeline 2020-01-22 17:33:55 +01:00
Guillaume Smet
01bd322782 Enable JNI for logging-gelf
Fixes #6697
2020-01-22 17:33:55 +01:00
Georgios Andrianakis
6320045b24 Add support for .yml in addition to .yaml
Fixes: #6668
2020-01-22 17:33:30 +01:00
Peter Palaga
c555e75a0c Fix #6683 -H:+AddAllCharsets passed to native-image even though no extension requested it 2020-01-22 17:33:09 +01:00
Ladislav Thon
45b5351ae3 doc: improve the Kubernetes extension docs slightly 2020-01-22 17:32:51 +01:00
Ioannis Canellos
54f33e3e28 fix: openshift integration tests. 2020-01-22 17:32:34 +01:00
Ioannis Canellos
fbecdd2a6c fix: handling of arrays in kubernetes properties. 2020-01-22 17:32:34 +01:00
Martin Kouba
c1deaf5dc7 Fix restricting bean types via @Typed
- resolves #6658
2020-01-22 17:31:59 +01:00
Stuart Douglas
1519c477d7 Don't restart on web resource change
Web resources should be modifiable without causing a restart.

Fixes #6417
2020-01-22 17:31:25 +01:00
Guillaume Smet
5bc5f8ff04 Check that calling a validation outside of the RestEasy context is OK 2020-01-21 08:15:45 +01:00
Guillaume Smet
55d2f3b01f Enable maven.compiler.parameters in Hibernate Validator IT
This is the default for our generated projects and it avoids a warning.
2020-01-21 08:15:45 +01:00
Guillaume Smet
24210a39ac Add some documentation for the Hibernate Validator localization support 2020-01-21 08:15:45 +01:00
Guillaume Smet
6296b48a19 Make the locale configuration global 2020-01-21 08:15:45 +01:00
Guillaume Smet
5c12a6e5c3 Always include the jakarta.el implementation
Some of the built-in constraints do not work properly without it and I
think it's better to streamline the usage instead of requiring the users
to add the dependency themselves.

For the record, I'm considering making it a required dependency of
Hibernate Validator.
2020-01-21 08:15:44 +01:00
Guillaume Smet
24aa44f77b Introduce a Locale config converter 2020-01-21 08:15:44 +01:00
Irena Kezic
433ad6c8ef Improve Hibernate Validator localization support with RESTEasy
Fixes #5908
2020-01-21 08:15:44 +01:00
Guillaume Smet
a3985f75ab Upgrade Hibernate Validator to 6.1.1.Final 2020-01-21 08:15:44 +01:00
George Gastaldi
1786f56134 Remove elytron-security-ldap
Revert this commit when this extension works in native mode
2020-01-21 08:13:38 +01:00
Clement Escoffier
72580b5805 Fix #6587
* Fix Kafka codec registration
* Add integration test verifying the registration in both JVM and native mode
2020-01-21 08:13:13 +01:00
Guillaume Smet
a5b41e9cd2 Add artemis-server to the BOM so that upgrades are consistent 2020-01-21 08:12:48 +01:00
George Gastaldi
5da4f0fa70 Merge pull request #6643 from gastaldi/synthetic
Remove synthetic flag for created acessor methods in Panache
2020-01-20 18:35:50 -03:00
George Gastaldi
ec21cc6b7a Merge pull request #6657 from cescoffier/stuartwdouglas-6612
Don't fire the startup event until the vert.x producer has been initialized
2020-01-20 18:23:59 -03:00
George Gastaldi
4a72b9c056 Merge pull request #6646 from rsvoboda/infinispan.protostream.update
ProtoStream update, solves #5554
2020-01-20 17:23:35 -03:00
Guillaume Smet
54e1009a33 Merge pull request #6559 from jmartisk/master-issue-6193
Expose metrics from Hibernate ORM
2020-01-20 21:20:53 +01:00
Clement Escoffier
4946e6b9bc Add test verifying that the vert.x instances are injected correclty 2020-01-20 18:09:15 +01:00
Manyanda Chitimbo
1a4e95afa6 Merge pull request #6642 from pavolloffay/fix-https-opentracing-tck
Bump MicroProfile OpenTracing to 1.3.2
2020-01-20 18:05:58 +01:00
Guillaume Smet
a53f813483 Merge pull request #6648 from michalszynkiewicz/jackson-2.10.2-everywhere
Align jackson versions to 2.10.2
2020-01-20 17:37:27 +01:00
Clement Escoffier
0ac1ec4637 Merge pull request #6592 from quarkusio/dependabot/maven/artemis.version-2.11.0
Bump artemis.version from 2.10.1 to 2.11.0
2020-01-20 17:10:03 +01:00