Guillaume Smet
f5e3dd1a12
[RELEASE] - Bump version to 1.1.0.Final
1.1.0.Final
2019-12-17 09:14:46 +01:00
Guillaume Smet
55fe9fa86a
Add a quick workaround to get javadoc generation happy
2019-12-17 08:26:20 +01:00
Justin Lee
c195789a3d
updated binary type check
...
removed dependence on amazon serverless libraries internals
added tests
2019-12-17 07:43:03 +01:00
Pedro Igor
f7f7544036
cookie test
2019-12-17 07:15:05 +01:00
Stuart Douglas
201a6208ec
Allow multiple headers with same name
...
Manually adding multiple JAX-RS Set-Cookie headers
would result in only a single one being sent to the client.
2019-12-17 07:15:05 +01:00
Stuart Douglas
6845309a90
Run standalone RESTeasy in main thread pool
...
This means both Servlet and standalone will both
use the main thread pool, and it will avoid Vert.x
blocked thread warnings. These warnings are useless
as blocking IO can potentially block a thread for
a long time if request or response is large and the
connection is slow.
2019-12-16 23:00:42 +01:00
Martin Kouba
7b15072558
Qute - escape expressions in html by default
...
- resolves #6155
- API changes:
- introduce TemplateLocator
- add Template#getVariant()
2019-12-16 23:00:42 +01:00
Georgios Andrianakis
6b234f9ea3
Move Spring Data JPA classes to panache to avoid dev-mode CL issue
...
Fixes #6214
2019-12-16 23:00:42 +01:00
David M. Lloyd
80b4f4541f
Upgrade SmallRye Config to 1.5.1
...
Fixes issue described in smallrye/smallrye-config#211
2019-12-16 23:00:42 +01:00
Guillaume Smet
3677ee9f29
Update Kogito to 0.6.1
2019-12-16 23:00:42 +01:00
Guillaume Smet
51c3aa2c51
Use the bean index to scan subresources, check parameters and look for @Context
...
In the case of generated resource beans such as in Kogito, this was
causing failures.
It should fix the quickstart issue we have right now.
2019-12-16 23:00:42 +01:00
Guillaume Smet
b99f3c108b
Add the jsonp extension as it is required for OAuth2 authentication
2019-12-16 23:00:42 +01:00
Guillaume Smet
cd301397e8
Move Elytron Security substitutions to their own module
2019-12-16 23:00:42 +01:00
David M. Lloyd
ddb6e3c070
Let the delegate handlers decide to autoflush
2019-12-16 15:08:48 +01:00
Justin Lee
3fa0f7454e
only base64 encode binary content types
2019-12-16 12:43:16 +01:00
George Gastaldi
859041c1a1
Add quarkus-kafka-streams-deployment to bom/deployment
2019-12-16 12:41:17 +01:00
Stuart Douglas
e18c0eec4b
Improve error message if config properties conflict
2019-12-16 12:40:50 +01:00
George Gastaldi
021e140554
Move Launching JVM log to debug level
...
Fixes #6183
2019-12-16 12:40:25 +01:00
Georgios Andrianakis
79e8c620d8
Fix erroneous Kubernetes file name in docs
...
Fixes : #6187
2019-12-16 12:39:58 +01:00
Sergey Beryozkin
71a36330db
Support for the parser configuration in the properties
2019-12-14 14:29:34 +01:00
Gytis Trikleris
2364bb77a3
[ #5816 ] Set correct content type in RestControllerAdvice
2019-12-14 14:29:34 +01:00
David M. Lloyd
e2874ac77f
Add a doc note about YAML config prefix ambiguity
2019-12-13 17:35:02 +01:00
Stuart Douglas
a86dd82cf8
Use the DeploymentClassLoader to transform classes
...
Fixes #6091
Using the RuntimeRunner itself can result in deadlocks
as it may try and load a class that is already in the
process of being loaded.
2019-12-13 11:21:42 +01:00
Michael Simons
1a1f4a0839
Update to Neo4j 4.0.0 driver, add more information to health check.
2019-12-13 11:21:23 +01:00
Guillaume Smet
8ecd919e59
Make config-yaml a full extension
...
With the existing set up, it wasn't possible to install it.
2019-12-13 11:21:04 +01:00
George Gastaldi
45a5bef943
Shutdown ExecutorService after using it
2019-12-13 11:20:45 +01:00
George Gastaldi
8e66a93f8f
Show command line in 'gradle quarkusDev' in one line
2019-12-13 11:20:45 +01:00
George Gastaldi
d6726dc800
Fixed annotation name in writing extensions documentation
2019-12-13 11:20:24 +01:00
Sergey Beryozkin
88c166ec94
Update KC authorization test to return the data only if 'from-body' key exists
2019-12-13 11:19:35 +01:00
Johannes
71b5b83d69
Documentation for Flyway support for multiple datasources #3449
2019-12-13 11:19:13 +01:00
Alexander Zimmermann
90bb4f4a3a
Add documentation about YAML configuration
2019-12-13 11:18:10 +01:00
Guillaume Smet
0ea34a6d84
Fix styles of Type/Default titles
...
They are overridden on the website anyway so better get these readable
in the standard documentation.
2019-12-13 11:17:50 +01:00
Guillaume Smet
94b7fab64c
Use the generated doc for JSON logging configuration
2019-12-13 11:17:50 +01:00
Guillaume Smet
6d2ba1694f
Fix the title of generated config doc for uncategorized properties
2019-12-13 11:17:50 +01:00
Guillaume Smet
657dba0903
Fix an artemis-commons dependency convergence issue
...
We don't have it in Quarkus but we have it in Camel Quarkus. Artemis
dependencies are not consistent.
2019-12-13 11:17:21 +01:00
Guillaume Smet
b04a88bd47
Bump tika-parsers from 1.21 to 1.22 in /bom/runtime
...
Bumps [tika-parsers](https://github.com/apache/tika ) from 1.21 to 1.22.
- [Release notes](https://github.com/apache/tika/releases )
- [Changelog](https://github.com/apache/tika/blob/master/CHANGES.txt )
- [Commits](https://github.com/apache/tika/compare/1.21...1.22 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-12-13 11:17:00 +01:00
Stuart Douglas
356a94f039
Make JSON logging default to enabled
...
The docs say that this is enabled by default, and IMHO this
makes sense.
2019-12-13 11:16:24 +01:00
Jaikiran Pai
415da0f570
issue-6070 Ignore empty lines in jaxb.index file
2019-12-13 11:15:54 +01:00
David Walluck
28df7d71bf
The quarkus.index-dependency.<name>.classifier property should be optional
2019-12-13 11:15:19 +01:00
Guillaume Smet
3b8c21ce12
Add proper artifact names for Qute
2019-12-13 11:15:02 +01:00
Justin Lee
fe2678d085
revert change to run()
...
add a shutdown hook to properly call stop() to release database resources properly, e.g.
fixes #5921
2019-12-13 11:14:45 +01:00
Rostislav Svoboda
6174488430
StandardCharsets.UTF_8 usage
2019-12-13 11:14:22 +01:00
Guillaume Smet
745008c5a4
Merge pull request #6143 from gsmet/revert-graalvm-19.3
...
Revert "Upgrade GraalVM to 19.3.0"
2019-12-13 10:53:05 +01:00
Guillaume Smet
c570b42f80
Include the 1.1 branch in CI
2019-12-12 19:42:54 +01:00
Guillaume Smet
ea318cd536
Revert "Upgrade GraalVM to 19.3.0"
...
This reverts commit 8e20d02f90 .
2019-12-12 18:28:22 +01:00
Andy Damevin
16f4a9367b
Add Qute experimental status and fix metadata
2019-12-10 11:17:13 +01:00
Emmanuel Bernard
8b94b01f9d
Typo in guide
2019-12-10 11:09:15 +01:00
Guillaume Smet
53330cc7c8
Add Nexus Maven plugin version to Qute
2019-12-10 09:21:57 +01:00
Georgios Andrianakis
3d7bc978d7
Property handle pagination in Spring Data JPA custom queries
...
Fixes : #5823
2019-12-10 09:09:11 +01:00
Stuart Douglas
420ab39209
Temp workaround: use a single thread to generate native image
...
Workaround for https://github.com/oracle/graal/issues/1927
Should be possible to remove this in 19.3.1
This is a different problem to the previous one that this
fix worked around, however because we were using this setting
we only ran into the thread safety problem after it was removed.
2019-12-09 23:58:50 +01:00