Commit Graph

329 Commits

Author SHA1 Message Date
Max Rydahl Andersen
ad5c0ff2e9 make ide-config shareable
Why:

 * ide-config currently replicated at `ide-config`, `ip/arc/ide-config` and `ip/qute/ide-config`
 * quickstarts could benefit from reusing quarkus formatting

This change addreses the need by:

 * move ide-config to independent-projects and make it a real project
 * update refs to `eclipse-format.xml` to use <dependency> and resource lookup
 * update CONTRIBUTING.MD
 * enable code formatting and import sorting on tools/bootstrap
2020-02-14 16:32:28 +00:00
Jan Martiska
b08e9d5033 Adjust dependencies for MP Metrics 2.3 2020-02-14 07:23:36 +01:00
Clement Escoffier
14341e7b4b Update Axle and declare the Mutiny and Vert.x Mutiny dependencies 2020-02-12 09:25:52 +01:00
Roberto Cortez
e277fbf54f Updated MP Config to 1.4 and SmallRye Config to 1.6.1. 2020-02-10 13:16:48 +00:00
Rohan Maity
b3fa170b42 Exclude osgi.annotation.versioning dependency 2020-02-05 10:42:21 +05:30
Guillaume Smet
7436effa69 Merge pull request #6916 from gastaldi/bump_plugins
Bump formatter-maven-plugin and impsort-maven-plugin
2020-02-01 13:54:14 +01:00
Guillaume Smet
734c54680a Merge pull request #6244 from stuartwdouglas/code-coverage
Initial Support for Code coverage
2020-01-31 19:13:50 +01:00
George Gastaldi
b4d032b9d9 Bump formatter-maven-plugin and impsort-maven-plugin
Minor format change introduced by the formatter plugin's version bump
2020-01-31 10:36:14 -03:00
Michal Szynkiewicz
105cd3625f exclude shrinkwrap from openapi and bump vert.x in build-parent 2020-01-30 07:56:44 +01:00
Gwenneg Lepage
4c193ae8d3 Drop GraalVM 19.2.1 support and deprecate enableJni option 2020-01-27 18:27:11 +01:00
Stuart Douglas
8b1a42aae4 Initial code coverage support 2020-01-23 18:02:09 +01:00
dependabot-preview[bot]
17a6aafa8a Bump rest-assured.version from 4.1.2 to 4.2.0
Bumps `rest-assured.version` from 4.1.2 to 4.2.0.

Updates `rest-assured` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/jayway/rest-assured/releases)
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](https://github.com/jayway/rest-assured/compare/rest-assured-4.1.2...rest-assured-4.2.0)

Updates `json-schema-validator` from 4.1.2 to 4.2.0

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-23 13:22:25 +01:00
Stuart Douglas
b67491c1ff The big ClassLoader change
This changes the way Quarkus ClassLoading works,
to allow for isolated class loaders.

It also unifies how Quarkus is launched, so every
different mode we support uses the same mechanism
for both curation and launch.

Tests are now run in an isolated ClassLoader, which
means that a proxy is created that runs the tests
from within the isolated ClassLoader. This currently
has a quirk where @BeforeAll methods are run twice,
which will be fixed in the next JUnit release. This
can be worked around by using @QuarkusBeforeAll.
2020-01-22 13:30:44 +01:00
Guillaume Smet
56d710e059 Add artemis-server to the BOM so that upgrades are consistent 2020-01-20 21:17:17 +01:00
Pavol Loffay
c3459991e2 Bump MP-OpenTracing to 1.3.2
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
2020-01-20 13:49:01 +01:00
Martin Kouba
3ab105c876 Merge pull request #6300 from michalszynkiewicz/ft-4.x
SmallRye FT 4.x
2020-01-17 09:01:49 +01:00
Michal Szynkiewicz
4ea00a9a4d SmallRye FT 4.0.0 2020-01-16 23:49:06 +01:00
Gwenneg Lepage
33ea19d16e Support both GraalVM 19.2.1 and 19.3.1 2020-01-16 20:56:10 +01: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
Gwenneg Lepage
1aaab57d67 Fix GraalVM SDK version in documentation 2020-01-08 23:08:58 +01:00
Yoann Rodière
8f8b37c7b9 Upgrade to Hibernate Search 6.0.0.Beta3 2019-12-17 16:54:32 +01:00
Georgios Andrianakis
14775e2b6f Use same kotlin version everywhere 2019-12-09 00:30:08 +02:00
George Gastaldi
0c7521c67e Merge pull request #5761 from gastaldi/gradle_test
Improvements to Gradle plugin build and enable gradle testing again
2019-12-06 08:55:01 -03:00
Gwenneg Lepage
0be78a6813 Merge pull request #5358 from gwenneg/issue-4218-upgrade-graalvm-to-19.3.0
Upgrade GraalVM to 19.3.0
2019-12-05 10:19:07 +01:00
George Gastaldi
53907e89d4 Bump to Gradle 6.0.1 2019-12-04 14:07:16 -03:00
sberyozkin
967ab4cba5 Merge pull request #5822 from SlyngDK/Keycloak-8.0.0
Update keycloak version to 8.0.1
2019-12-03 23:42:45 +00:00
Gwenneg Lepage
8e20d02f90 Upgrade GraalVM to 19.3.0 2019-12-04 08:43:44 +11:00
Simon Bengtsson
2129c0ad1d Update keycloak version to 8.0.1 2019-12-03 18:46:34 +00:00
Clement Escoffier
2336183431 Update Vert.x version to 3.8.4
Also remove the patched Vert.x web version, it's now included in the 3.8.4.
2019-11-29 10:25:17 +01:00
Rostislav Svoboda
b8213599b8 Micro versions bumps 2019-11-28 14:15:09 +01:00
Manyanda Chitimbo
73e72c453a Merge pull request #5773 from quarkusio/dependabot/maven/io.fabric8-docker-maven-plugin-0.31.0
Bump docker-maven-plugin from 0.29.0 to 0.31.0
2019-11-27 08:00:10 +01:00
dependabot-preview[bot]
cbd866c22f Bump docker-maven-plugin from 0.29.0 to 0.31.0
Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.29.0 to 0.31.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.29.0...v0.31.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-26 22:28:08 -03:00
Stuart Douglas
35cfb925d5 Upgrade jandex-maven-plugin to 1.0.7 2019-11-27 09:12:57 +11:00
Jan Martiska
38c3db37b8 Update MP-Metrics to 2.2.1, enable GlogalTagsTest 2019-11-25 09:11:02 +01:00
Stuart Douglas
2599016a0c Specify keycloak version in tests 2019-11-18 13:13:53 +11:00
Michal Szynkiewicz
a4b4c68523 CDI security determined at build time, fixes #4992 2019-11-13 14:42:55 +01:00
Guillaume Smet
fb9ce57f39 Upgrade Gradle wrapper version to 5.6.4 2019-11-05 17:59:52 +01:00
Sanne Grinovero
94d3386522 Merge pull request #5033 from gastaldi/arquillian
Bump Arquillian to 1.5.0.Final
2019-11-05 10:43:05 +00:00
Alexey Loubyansky
6b19523748 Fixes related to resolving Quarkus platform descriptor versions for a project, for a BOM, for the JSON coordinates, including the version ranges 2019-10-30 23:33:51 +01:00
George Gastaldi
f8d5fc506e Bump Arquillian to 1.5.0.Final 2019-10-30 18:08:27 -03:00
Jan Martiska
547251e0de Update to MP Metrics 2.2 and SmallRye Fault Tolerance 2.1.1. Fixes #4966 2019-10-30 08:00:04 +01:00
Ken Finnigan
9d7682743b Fixes #4520 2019-10-29 16:18:01 +01:00
Guillaume Smet
09ffe85d7d Merge pull request #4907 from gsmet/jakarta
Upgrade to Hibernate Validator 6.1.0.Final, RESTEasy 4.4.0.CR1 and move to Jakarta artifacts
2019-10-29 00:41:26 +01:00
Sanne Grinovero
2226943834 Merge pull request #4653 from cescoffier/features/update-to-graalvm-19.2.1
Update to GraalVM 19.2.1
2019-10-28 21:28:21 +00:00
Guillaume Smet
83d8083a72 Add a couple more javax exclusions + minor adjustments 2019-10-28 21:46:20 +01:00
Guillaume Smet
82dc46cf94 Also exclude javax.servlet:javax.servlet-api in addition to servlet-api 2019-10-28 21:46:20 +01:00
Guillaume Smet
7f9e5948e9 Be more creative about JAXB exclusion to avoid issues with REST Assured
Note that it's really just to avoid REST Assured dependency to be overly
verbose on JDK 11+ as the JAXB dependency is really needed there.
2019-10-28 21:46:20 +01:00
Guillaume Smet
f7e14504d7 Get rid of JBoss API spec artifacts to unify things with Jakarta, except...
for JAXB and JAX-RS as a lot of the optional RESTEasy artifacts depend
on them so you get them in every time you add an optional RESTEasy
artifact.

Thus, I thought it might be better to keep them for now but, carefully
exclude the others to have only one API jar.
2019-10-28 21:46:20 +01:00
Guillaume Smet
db4bdee0d3 Move to Jakarta artifacts 2019-10-28 21:46:20 +01:00