Guillaume Smet
cb75d8ba2a
[RELEASE] - Bump version to 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
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
Sergey Beryozkin
0d9d11bb53
Update JWT guide with a list of smallrye-jwt properties
2020-01-22 17:34:32 +01:00
Georgios Andrianakis
6320045b24
Add support for .yml in addition to .yaml
...
Fixes : #6668
2020-01-22 17:33:30 +01:00
Ladislav Thon
45b5351ae3
doc: improve the Kubernetes extension docs slightly
2020-01-22 17:32:51 +01:00
Guillaume Smet
24210a39ac
Add some documentation for the Hibernate Validator localization support
2020-01-21 08:15:45 +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
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
Grzegorz Piwowarek
98f53a95f0
Update native-and-ssl.adoc
2020-01-20 16:57:01 +01:00
Grzegorz Piwowarek
b9cf6db51b
Update writing-extensions.adoc
2020-01-20 15:30:41 +01:00
Martin Kouba
d1b5456454
Merge pull request #6611 from mkouba/junt-internal-detect-non-static
...
QuarkusUnitTest - detect usage of non-static fields and fail correctly
2020-01-20 12:37:01 +01:00
Guillaume Smet
d42d6d5a34
Align Validation guide with quickstart
2020-01-20 09:50:19 +01:00
Guillaume Smet
5907162b31
Merge pull request #5147 from vsevel/transit
...
Add support for Vault Transit Secret Engine
2020-01-20 09:44:54 +01:00
Guillaume Smet
19e0ad5b41
Merge pull request #6581 from manovotn/issue2224
...
Introduce transactional observer support.
2020-01-20 08:43:03 +01:00
Jan Martiska
cffcfe35c1
Expose metrics from Hibernate ORM
2020-01-20 06:45:28 +01:00
kdnakt
9d7df3371e
add missing import of RequestScoped annotation
2020-01-20 10:06:05 +09:00
kdnakt
56e58555dd
doc: fix compilation error
2020-01-20 09:17:43 +09:00
Vincent Sevel
b5d03f28c7
Add support for Vault Transit Secret Engine
2020-01-19 19:44:13 +01:00
Martin Kouba
c190f5ded7
Update CDI ref guide
2020-01-17 20:01:33 +01:00
Manyanda Chitimbo
373ce14d08
Merge pull request #6570 from mkouba/qute-if-operators
...
Qute "if" section - support multiple conditions
2020-01-17 18:05:14 +01:00
Guillaume Smet
6e0e1330ef
Merge pull request #6573 from sberyozkin/smallrye_jwt_2.0.12
...
Update to smallrye-jwt 2.0.12
2020-01-17 17:25:30 +01:00
Martin Kouba
ddac355b2d
Qute "if" section - update docs
2020-01-17 14:45:28 +01:00
Martin Kouba
ecb4620fff
QuarkusUnitTest - detect usage of non-static fields and fail correctly
...
- if a non-static field is used the test app is not started
- also update docs
2020-01-17 14:25:22 +01:00
Alex Soto
a025502a10
Fix multidatasource example
2020-01-17 13:35:26 +01:00
Manyanda Chitimbo
e3ea3ce270
docs: provide a shell command that adds a config yaml extension in the config guide
2020-01-17 12:21:31 +01:00
Manyanda Chitimbo
38ffbcf5f8
docs: update precedence note between ".properties" and ".yaml" config files
...
The .yaml file (254 ordinal -
5db3f0f090/extensions/config-yaml/runtime/src/main/java/io/quarkus/config/yaml/runtime/ApplicationYamlProvider.java (L36)
) takes precedence over a .properties (250 ordinal -
a91a034b85/core/runtime/src/main/java/io/quarkus/runtime/configuration/ApplicationPropertiesConfigSource.java (L52) )
files
2020-01-17 12:19:05 +01:00
Sergey Beryozkin
ba77af3436
Update to smallrye-jwt 2.0.12
2020-01-17 10:42:33 +00:00
Guillaume Smet
01d62e302b
Handle association manually as automatic association management was disabled
...
Update the Hibernate Search Elasticsearch quickstart.
See https://github.com/quarkusio/quarkus/pull/6569
2020-01-17 10:34:28 +01:00
Michal Szynkiewicz
4ea00a9a4d
SmallRye FT 4.0.0
2020-01-16 23:49:06 +01:00
Georgios Andrianakis
b266c4bd40
Merge pull request #6560 from hutchig/guide_proofread_1
...
Some tiny English fixes from reading guides
2020-01-15 19:01:21 +02:00
Rostislav Svoboda
39e3bd8942
Fix spelling in docs
2020-01-15 16:28:15 +01:00
Gordon Hutchison
f319cfb114
Some tiny English fixes from reading guides
...
Signed-off-by: Gordon Hutchison <Gordon.Hutchison@gmail.com >
2020-01-15 11:23:35 +00:00
kdnakt
b17d382d4a
doc: use public inner class for reflection
2020-01-15 03:16:16 +09:00
Georgios Andrianakis
b0d41b5e68
Merge pull request #5272 from jmartisk/master-extension-metrics
...
Unified way for extensions to register metrics
2020-01-14 19:13:52 +02:00
Jan Martiska
3dee5501f1
Expose metrics for Agroal extension
2020-01-14 14:19:54 +01:00
Jan Martiska
6f8cb18e45
Unified way for extensions to register metrics
2020-01-14 14:19:54 +01:00
Nayden Gochev
dba129f9b2
Improving the mailer adoc by adding quarkus.mailer.mock=false to sendgrid example
...
The sendgrid example in the current state will not work because the quarkus.mailer.mock=false is not present. If you just try to send the email it will fail and you will have to read the whole testing section to find out that the quarkus.mailer.mock is true by default.
I find this miss leading I personally have lost around 40mins finding and debugging why the email is not send and finding that I am in a mock mode.
I greatly believe that this will help the others using mailer to send email with or without sendgrid.
Maybe it is wise to even add a comment somewhere bellow the properties similar on how the password vault is explained.
2020-01-14 15:04:20 +02:00
sberyozkin
fa1c13a6bb
Merge pull request #6111 from hartimcwildfly/elytron-ldap-auth
...
Add LDAP authentication with Elytron LDAP realm
2020-01-14 10:39:55 +00:00
Matthias Harter
9deb29947d
added elytron ldap authentication
2020-01-14 08:02:50 +01:00
Stéphane Épardaud
9c3456813a
Merge pull request #4202 from loicmathieu/mongodb-panache/projection
...
Add query projection for MongoDB with Panache
2020-01-13 15:06:06 +01:00
Vinícius Ferraz Campos Florentino
a278534ed4
Using TimeUnit.NANOSECONDS instead of NANOSECONDS
...
Making code example clearer
2020-01-13 00:39:03 -03:00
Rohan Maity
f0246d893c
Update getting-started.adoc for windows
...
Edit commands for cmd & powershell on windows
2020-01-11 14:47:46 +05:30
Guillaume Smet
f6565aecce
Merge pull request #6480 from gsmet/generate-pdf-documentation
...
Generate PDFs for the documentation and build an assemble zip
2020-01-09 23:25:44 +01:00
Guillaume Smet
499eb06f94
Merge pull request #6375 from loicmathieu/feat/mongodb-client-sync
...
Use mongodb-driver-sync instead of mongo-java-driver
2020-01-09 22:53:01 +01:00
Matt Berteaux
90253b6810
Fix spelling in extension doc
2020-01-09 10:51:12 -07:00
Guillaume Smet
2bd86facd1
Generate PDFs for the documentation and build an assemble zip
...
The idea is to have a link on the website allowing to download all the
PDF documents at once.
First step for fixing
https://github.com/quarkusio/quarkusio.github.io/issues/419 .
2020-01-09 14:54:16 +01:00