Commit Graph

7474 Commits

Author SHA1 Message Date
Guillaume Smet
19a6cbeadd [RELEASE] - Bump version to 1.0.1.Final 1.0.1.Final 2019-11-28 09:20:42 +01:00
Loïc Mathieu
06f2dd72cc Fixes the extension author guide WRT the new quarkus-extension.yaml 2019-11-27 21:57:29 +01:00
Georgios Andrianakis
c5475867a4 Ensure that only the method parameter types (without annotations) are stored in SecurityCheckStorage
Fixes: #5763
2019-11-27 18:40:23 +01:00
Georgios Andrianakis
3458443627 Replace redundant Class.forName with loadClass 2019-11-27 18:37:22 +01:00
Georgios Andrianakis
7611830e08 Ensure that response from @RestControllerAdvice defaults to JSON content type unless void or String
Fixes: #5796
2019-11-27 18:37:16 +01:00
Georgios Andrianakis
e33d14a3d5 Add more tests for ResponseEntity handling
Relates to: #5374
2019-11-27 18:36:53 +01:00
Georgios Andrianakis
7382ac641f Ensure that generated exceptions mappers don't collide
This could happen if multiple exceptions with the same simple name
but different package names were used
2019-11-27 18:30:07 +01:00
Georgios Andrianakis
4fbbeba236 Fix header conversion when converting from Spring ResponseEntity to JAX-RS Response 2019-11-27 18:30:00 +01:00
aurea munoz
224bf0e024 doc: document how to use 999-SNAPSHOT of quarkus
Related to #5687
2019-11-27 18:29:31 +01:00
Guillaume Smet
932037bbea Various minor adjustments to the HTTP reference documentation 2019-11-27 18:29:12 +01:00
Vinícius Ferraz Campos Florentino
bb7591c8b5 Fix configure parameter Class
Fix configure parameter Classs. Changing ElasticsearchAnalysisDefinitionContainerContext to ElasticsearchAnalysisConfigurationContext
2019-11-27 18:28:51 +01:00
Erik Jan de Wit
8b6f59f59d fixed typo 2019-11-27 18:26:36 +01:00
xstefank
0ad6abd198 Fix typo in REST Client guide 2019-11-27 18:26:19 +01:00
George Gastaldi
eabb017c81 Bump Jandex to 2.1.2.Final
This version contains support for Dynamic Constants (JEP 309) which is essential for JDK 11 support
2019-11-27 18:25:57 +01:00
Stuart Douglas
8682f6ae02 Upgrade jandex-maven-plugin to 1.0.7 2019-11-27 18:25:09 +01:00
Loïc Mathieu
ede3605863 Fix PanacheQuery.firstResult()
Fixes #5589
2019-11-24 12:51:38 +01:00
Maciej Swiderski
25e6260d8a added BeanArchiveIndexBuildItem to be used for searching for secured classes 2019-11-24 12:51:38 +01:00
Maciej Swiderski
6ecb97e22e added decision table section into kogito guide 2019-11-24 12:07:14 +01:00
Jaikiran Pai
ca990dea95 issue-5683 remove unused "libDir" param 2019-11-24 12:06:04 +01:00
Vincent Sevel
fb1fb12b4f Vault Extension Serialization Error in Native Mode at Runtime #5636 2019-11-24 12:05:26 +01:00
Michal Karm Babacek
1a7a326c17 Fixes 5689, adds FormAuth smoke test to Elytron package and Vert.x http package
The class FormAuthCookiesTestCase will receive additional work, mostly cookie value rotation, time out etc.

Fixes #5689
2019-11-24 12:04:51 +01:00
Jaikiran Pai
3db45b9139 issue-5680 Create parent dir(s) explicitly while creating a new zip file using ZipFileSystem 2019-11-24 12:01:44 +01:00
Georgios Andrianakis
b6728c2289 Include the reason compilation failed for Kotlin 2019-11-22 12:51:49 +01:00
Gwenneg Lepage
4a0fb0ae0e Add a preview note in the guides of preview extensions 2019-11-22 12:49:17 +01:00
Alexey Loubyansky
aa6ae88685 This fixes list (and also add) extensions commands in Gradle (by using the descriptor stored in a ThreadLocal) and in Maven (by properly resolving the BOM coordinates) 2019-11-22 12:47:00 +01:00
Alexey Loubyansky
8d9e3feb6e Make sure the extension deployment artifact versions picked for the build correspond to the runtime artifact versions when including extensions integrated into the platform 2019-11-22 12:46:28 +01:00
Gwenneg Lepage
5c0466f387 Fix writing-native-applications-tips guide typos 2019-11-22 12:45:56 +01:00
Irena Kezic
c3cc420850 Take into account repeated constraint annotations
Fixes #5549
2019-11-22 12:45:24 +01:00
Manyanda Chitimbo
a590149256 fix(vertx): do not log a warning about missing json support when vertx extension is present
Vert.x also provides a JSON implementation so no warning should be emitted

Fixes #5614
2019-11-22 12:44:16 +01:00
Sanne Grinovero
ee96ab88c4 Agroal is missing essential metadata labels 2019-11-22 12:43:45 +01:00
Jan Martiska
071cfff817 Update SmallRye Metrics to 2.3.1 2019-11-22 12:43:16 +01:00
Alexey Loubyansky
2ab6b0bf66 Check MAVEN_HOME env var instead of M2_HOME which isn't used in maven versions Quarkus is supporting 2019-11-20 00:29:20 +01:00
Alexey Loubyansky
8080e9d3ff Set the lower boundary of the default range of automatically discovered Quarkus platforms to 1.0.0.CR2 2019-11-19 19:28:36 +01:00
Stuart Douglas
60ea7e723e Remove Servlet specific auth from JAX-RS
This is no longer needed after the changes in how challenges are handled.

Partial fix for #5419
2019-11-19 16:25:30 +01:00
Guillaume Smet
732e3464d1 Reorganize the imports of UnauthorizedExceptionMapper 2019-11-19 16:25:22 +01:00
Rostislav Svoboda
273ba5971b UnauthorizedExceptionMapper.toResponse - dead local store removal 2019-11-19 16:25:16 +01:00
Stephane Epardaud
ecda9096fa Added note on ServiceProviderBuildItem constructors to warn what they do 2019-11-19 16:21:23 +01:00
Stephane Epardaud
32b3c070c6 Warn about what ServiceProviderBuildItem does 2019-11-19 16:21:23 +01:00
Stephane Epardaud
e697b0b39a Renamed exiting example to not be confused with extension API version 2019-11-19 16:21:23 +01:00
Stephane Epardaud
e91f1842bb Tweak documentation for how to use service files in extensions
Fixes #2299
2019-11-19 16:21:23 +01:00
Stephane Epardaud
890c7f4721 Fix #2299: mention service files in extension guide 2019-11-19 16:21:21 +01:00
Stuart Douglas
f1bdd3a900 Terminate request scope before sending JAX-RS response
This gives more consistent span ordering for Opentracing
2019-11-19 12:54:38 +01:00
Stephane Epardaud
66094e8a16 Document replacement for HttpServletRequest 2019-11-19 12:32:49 +01:00
Alexey Loubyansky
7a8be23e5b Replacing quarkus.properties in projection generation templates with quarkus.platform.version and quarkus-plugin.version for Maven and quarkusVersion with quarkusPluginVersion for Gradle, also adding quarkus.platform.group-is and quarkus.platform.artifact-id to pom.xml templates and sorting of properties before persisting pom.xml. 2019-11-19 10:16:17 +01:00
Manyanda Chitimbo
1ef6b8e952 fix(logging): close handlers and free all associated resources.
I noticed that the handlers were never closed while trying to figure out the causes for
https://github.com/quarkusio/quarkus/issues/5522.

Fixes https://github.com/quarkusio/quarkus/issues/5522
2019-11-19 10:12:50 +01:00
Sparow199
9be9ac42f6 build(BOM): Upgrade Swagger UI to 3.24.3 2019-11-19 10:11:19 +01:00
Ken Finnigan
15aaae3e02 Update to SmallRye OpenAPI 1.1.20 2019-11-19 10:08:46 +01:00
Guillaume Smet
fa6e5ffe74 Register W3CDomHandler if we have a @XmlAnyElement annotation 2019-11-19 10:08:13 +01:00
Guillaume Smet
8130017753 Remove the substitution for LocatableAnnotation and register proxies
This implementation is important and used by JAXB. We just need to
register proxies for the combinations of JAXB annotations and Locatable.
2019-11-19 10:08:13 +01:00
Guillaume Smet
7ab082e4b1 Also consider XmlType as triggering the JAXB inclusion
XmlRootElement is optional so we need to trigger the JAXB inclusion with
XmlType too.
2019-11-19 10:08:13 +01:00