Commit Graph

5782 Commits

Author SHA1 Message Date
Guillaume Smet
e8bd9d40dc Update docs/sync-web-site.sh to include the generated directory 2019-09-11 13:09:38 +02:00
Stuart Douglas
48765ee7cc Merge pull request #3955 from stuartwdouglas/ci-jdk11
Fix JDK11 build
2019-09-11 09:44:57 +10:00
Stuart Douglas
2a63ab65fe Fix JDK11 build 2019-09-11 08:40:38 +10:00
Guillaume Smet
9b50bb714c Move the generated documentation to a global target/ directory
We can't have the generated files in docs/target as it is cleaned prior
to generating the documentation when doing a mvn clean install.

Fixes #3909
2019-09-10 15:47:31 +02:00
Guillaume Smet
48f9feba82 Tweak Hibernate ORM config following the latest adjustments 2019-09-10 15:47:31 +02:00
Guillaume Smet
b95f797d7e Prepend lines with a star as it's what is expected by the parser 2019-09-10 15:47:31 +02:00
Guillaume Smet
ce6a769cc9 Remove leading space in the extracted Javadoc
The space just after the star is kept by the javax.lang.model API so
let's remove it.
2019-09-10 15:47:31 +02:00
Guillaume Smet
44d9e1a1b0 Add a light separator after each configuration entry in the details
Note that we will have to tweak the website CSS to keep it light.
2019-09-10 15:47:31 +02:00
Guillaume Smet
196f340c41 Unify EOL on all platforms when returning the original Asciidoc
The Javadoc parser we use uses platform specific EOL characters.

This should fix the Windows CI failure.
2019-09-10 15:47:31 +02:00
Guillaume Smet
ccf6787940 Use defaultValue to define the default value of ORM schema generation
This way, it's properly documented.
2019-09-10 15:47:31 +02:00
Guillaume Smet
07c5e4ea9b Update the Hibernate ORM config javadoc with the content of the guide 2019-09-10 15:47:31 +02:00
Guillaume Smet
8d8d20290d Restructure the parser to allow passing optional Asciidoc comment
Asciidoc comment are passthrough but we needed to restructure the parser
to enable proper parsing.
2019-09-10 15:47:31 +02:00
Martin Kouba
e4ffda2d17 Merge pull request #3944 from jmartisk/method-param-injection
Injection into test method parameters in Arquillian tests
2019-09-10 15:21:57 +02:00
Georgios Andrianakis
161b2e5601 Merge pull request #3948 from geoand/classProxy-primitive
Make BytecodeRecorderImpl#classProxy primitive agnostic
2019-09-10 15:17:56 +03:00
Jan Martiska
a79287cef3 Injection into test method parameters in Arquillian tests. Fixes #3943 2019-09-10 13:40:33 +02:00
Georgios Andrianakis
55cee088b7 Make BytecodeRecorderImpl#classProxy primitive agnostic 2019-09-10 14:34:25 +03:00
Stuart Douglas
138c9b02b4 Merge pull request #3941 from stuartwdouglas/race
Fix intermitent test failures
2019-09-10 12:15:29 +10:00
Stuart Douglas
11031c20f2 Merge pull request #3926 from stuartwdouglas/3881
Automatically size the Servlet buffers
2019-09-10 10:53:30 +10:00
Stuart Douglas
5fafbd730e Fix intermitent test failures
Indexer is not thread safe
2019-09-10 10:51:44 +10:00
Stuart Douglas
1efa761a25 Automatically size the Servlet buffers
Fixes #3881, Servlet buffers are way to big
for constrained environments. Note that memory usage
is still a bit up due to extra classes being loaded.
2019-09-10 09:01:58 +10:00
Georgios Andrianakis
6c3b18d956 Merge pull request #3893 from gwenneg/issue-3876-restassured-base-path
Make RestAssured and TestHTTPResourceManager aware of configured servlet context path
2019-09-09 23:20:08 +03:00
Manyanda Chitimbo
917123b621 docs(openapi): add section on how to publish custom OpenAPI design documents
Fixes #3914
2019-09-09 21:42:19 +02:00
sberyozkin
01aae3880a Merge pull request #3936 from sberyozkin/generate_default_tika_config
Generate default Tika config with the list of supported parsers
2019-09-09 18:18:44 +01:00
Peter Palaga
ce24126de9 Add an option for create-extension mojo to create an itest module 2019-09-09 19:03:42 +02:00
Peter Palaga
672c1c82ea Add CreateExtensionMojo.additionalRuntimeDependencies 2019-09-09 19:03:42 +02:00
Stuart Douglas
02cf3200da Add noDeps to the integration tests
This allows dev mode to just work for some quick and dirty testing
2019-09-09 18:42:42 +02:00
Georgios Andrianakis
ae469f859f Merge pull request #3934 from dmlloyd/new-paths-fix
Fix remaining case for Windows path issues on dev mode reload
2019-09-09 19:42:20 +03:00
David M. Lloyd
df51bee0c0 Fix remaining case for Windows path issues on dev mode reload 2019-09-09 10:58:59 -05:00
Sergey Beryozkin
e73d11fc73 Generate the default config with the list of supported parsers 2019-09-09 15:46:03 +01:00
Guillaume Smet
530e08faaf Merge pull request #3854 from gsmet/fix-error-page-2
More fixes to the error pages
2019-09-09 16:25:23 +02:00
Guillaume Smet
7dcb7542eb Merge pull request #3404 from machi1990/undertow
Add http servers max body size and max headers size limits
2019-09-09 15:24:39 +02:00
Georgios Andrianakis
682defa0ba Merge pull request #3931 from cescoffier/features/update-microprofile-context-propagation-spec-to-1.0
Set the MicroProfile Context Propagation version to 1.0.
2019-09-09 15:17:45 +03:00
mejlholm
bb072d5657 Fix broken test example
Example doesn't work without @QuarkusTest. 
All other examples in the doc suggests sending Response.accepted, but the test case expects Response.ok. Lets align that.
2019-09-09 13:41:06 +02:00
Guillaume Smet
85828e0a00 Simplify the auto-negotiation 2019-09-09 12:59:02 +02:00
Guillaume Smet
d0f6e2c3b4 Specify the Accept header for requests using HttpURLConnection
The default Accept header is using q=.2 which is not a valid quality for
RESTEasy negotiation algorithm.
2019-09-09 12:58:03 +02:00
Clement Escoffier
f71070a0db Set the MicroProfile Context Propagation version to 1.0.
The RC1 was a release candidate. The smallrye implementation pulled is already using the 1.0 version.
2019-09-09 11:55:35 +02:00
Guillaume Smet
f51d9e64e6 Remove the need of a JSON body writer and fix the tests
Returning the list of endpoints in a JSON output doesn't look very
helpful and requires a JSON body writer so let's get rid of that.

The code introduced by Stéphane to better handle the negotiation broke
the tests so let's fix them.
2019-09-09 10:51:03 +02:00
Guillaume Smet
2173ef2ddf Solve the CCE in NotFoundExceptionMapper in a more generic way 2019-09-09 10:51:03 +02:00
Stephane Epardaud
fdb8139815 NotFoundExceptionMapper: use proper content type variants, fix CCE 2019-09-09 10:51:03 +02:00
Guillaume Smet
7f43877bf7 Consistently use the template builder for error pages
In passing, fix escaping, tidy up styles, add 404 mention, add an intro
for resource discovery.
2019-09-09 10:51:03 +02:00
Guillaume Smet
2ea385084b Merge pull request #3923 from stuartwdouglas/ci-split-jobs
Split up the native jobs further to take advantage of the extra agents
2019-09-09 10:37:32 +02:00
Manyanda Chitimbo
5b5907093e feat(http): add http server limits configuration options i.e body size and and headers size
Fixes #3372 - Configurable body size
2019-09-09 08:01:02 +02:00
Manyanda Chitimbo
8d4b441460 refactor: undertow init params 2019-09-09 07:40:31 +02:00
Stuart Douglas
cb6491e205 Use a dedicated job for the native build 2019-09-09 12:56:09 +10:00
Stuart Douglas
fbf6987a47 Merge pull request #3925 from gastaldi/patch-3
Open links in index.html in a new page
2019-09-09 12:46:14 +10:00
George Gastaldi
7704b95cec Open links in index.html in a new page
That prevents the user from navigating away from the application
2019-09-08 22:39:44 -03:00
Stuart Douglas
37614e2c72 Merge pull request #3911 from gsmet/split-vertx-2
Have Azure functions extension depend on the new vertx-http extension
2019-09-09 10:43:31 +10:00
Stuart Douglas
d89a669086 Split up the native jobs further to take advantage of the extra agents 2019-09-09 10:39:51 +10:00
Georgios Andrianakis
730b4090e8 Merge pull request #3922 from gastaldi/patch-3
Bump Junit 5 to 5.5.2
2019-09-09 01:23:22 +03:00
George Gastaldi
9f7c609b14 Bump Junit 5 to 5.5.2 2019-09-08 17:32:45 -03:00