Commit Graph

652 Commits

Author SHA1 Message Date
Jan Martiska
580967fd85 Change compile quarkus:dev to just quarkus:dev in Maven plugin's output 2019-11-18 09:39:29 +01:00
Guillaume Smet
3e27761503 Merge pull request #5184 from aloubyansky/quarkus-platform-gradle-thread-local
Use ThreadLocal to store the global value only for gradle add and list
2019-11-15 15:58:48 +01:00
Alexey Loubyansky
5f1837b9da Merge pull request #5311 from aguibert/gradle-kotlin-duplicate-deps
Update Kotlin and Scala gradle templates to match Java template
2019-11-15 15:57:49 +01:00
Georgios Andrianakis
6fe48fce49 Merge pull request #5402 from gastaldi/unused_gradle
Remove unused Main-Class parameter from Gradle plugin
2019-11-14 23:13:09 +02:00
Alexey Loubyansky
7222bb83f5 Use ThreadLocal to store the global value only for gradle add and list extensions tasks, otherwise the default global config should use a static field 2019-11-14 17:15:40 +01:00
David M. Lloyd
56477a3a48 Merge pull request #5306 from aoudiamoncef/master
style(*): Propagate Jboss Logmanager
2019-11-14 09:04:33 -06:00
Sparow199
0d61950f87 style(*): Propagate Jboss Logmanager 2019-11-13 22:42:42 +01:00
Alexey Loubyansky
6474beedec Make the create project mojo resolve the latest version of the universe by default and fall back to the bundled quarkus-bom in offline mode 2019-11-13 22:12:23 +01:00
Clement Escoffier
a1583d593d Merge pull request #5327 from machi1990/fix/5324
fix: remove unsupported native-image flags
2019-11-13 15:32:04 +01:00
George Gastaldi
ba7e4de60d Remove unused Main-Class parameter from Gradle plugin 2019-11-13 09:45:29 -03:00
George Gastaldi
3265edd082 Remove unused methods in QuarkusExtension 2019-11-11 15:09:24 -03:00
George Gastaldi
f857af6c45 Remove unused gradle build parameters 2019-11-11 15:09:22 -03:00
Sanne Grinovero
31c03ef6d2 Merge pull request #5366 from jaikiran/devmode-info
Log the dev mode JVM startup command at INFO level
2019-11-11 08:25:46 +00:00
Alexey Loubyansky
bd243cda9e Merge pull request #5365 from gastaldi/build_dir
Generated Gradle code should use the build/ directory
2019-11-11 08:40:23 +01:00
Georgios Andrianakis
10c0ffcbe3 Merge pull request #5032 from oztimpower/tp/kotlin-gradle-template
Kotlin requires all-open plugin for templated Gradle build script
2019-11-11 08:23:36 +02:00
Jaikiran Pai
1f723756ff Log the dev mode JVM startup command at INFO level 2019-11-11 09:17:10 +05:30
George Gastaldi
1edb9c0ac4 Generated Gradle code should use the build/ directory
Fixes #5363
2019-11-10 23:30:00 -03:00
Gwenneg Lepage
920325ff67 Clean code after static code analysis 2019-11-09 23:51:52 +01:00
Manyanda Chitimbo
c81c54e17d Merge pull request #5166 from rsvoboda/QuarkusNative.AppModel.deadlocalstore
Removal of unused appModel - minor fix
2019-11-08 17:33:50 +01:00
Manyanda Chitimbo
a684e3814b fix: remove unsupported native-image flags
this remove the enableRetainedHeapReporting i.e -H:+PrintRetainedHeapHistogram and
enableCodeSizeReporting i.e -H:+PrintCodeSizeReport

fixes #5324
2019-11-08 13:38:22 +01:00
Rostislav Svoboda
526373b243 Removal of unused appModel 2019-11-08 10:02:53 +01:00
George Gastaldi
5fea8c0bda Merge pull request #5188 from gwenneg/fix-always-false-conditions
Fix conditions that always evaluate to false
2019-11-08 04:07:07 -03:00
Andrew Guibert
c35444880e Update Kotlin and Scala gradle templates to match Java template 2019-11-07 18:24:20 -06:00
George Gastaldi
cf9bc37135 Merge pull request #5216 from gastaldi/gradle_build
Replace gradle-tooling-api with gradleApi()
2019-11-07 19:43:43 -03:00
Gwenneg Lepage
3eacad2c41 Fix potential NPEs 2019-11-06 00:43:21 +01:00
George Gastaldi
c031790f76 Replace gradle-tooling-api with gradleApi()
As reported in #5204
2019-11-05 19:17:32 -03:00
George Gastaldi
a975e478bd Gradle addExtension now handles comma-separated values
Fixes #5224
2019-11-05 16:59:55 -03:00
Gwenneg Lepage
25fcaffdab Merge pull request #5205 from gsmet/upgrade-gradle-wrapper
Upgrade Gradle wrapper version to 5.6.4
2019-11-05 19:48:20 +01:00
Guillaume Smet
a719608279 Merge pull request #5210 from stuartwdouglas/reload-error
Include exception in pom reload failure message
2019-11-05 18:52:41 +01:00
Guillaume Smet
fb9ce57f39 Upgrade Gradle wrapper version to 5.6.4 2019-11-05 17:59:52 +01:00
Gwenneg Lepage
90f00014a1 Fix conditions that always evaluate to false 2019-11-05 13:50:57 +01:00
Stuart Douglas
f6f09ee70f Include exception in pom reload failure message 2019-11-05 21:30:38 +11:00
Guillaume Smet
94b7c45ebe Fix instructions in Dockerfile.native 2019-11-05 07:40:47 +01:00
Stuart Douglas
6228504c9a Move port check back to correct place
Fixes #5186
2019-11-05 07:57:12 +11:00
Tako Schotanus
c1a2203d72 fix: overriding of extensions should work again
Fixes #5170
2019-11-04 14:41:01 +01:00
Max Rydahl Andersen
3f56bf4b62 Cleanup platformBomXXX and templates
Why:

 * maven and gradle uses various different spelling and casing of
   quarkusPlatformBomXXX

This change addreses the need by:

 * search and replace to consistently use `quarkusPlatformXXX` (i.e not bom)
   references as the data is intended to be used to resolve the "platform"
   rather than a specific resource.
 * Future improvements can be done in pom.xml and gradle build files to
   allow overrides but changing that this close to release I evaluated as
   being a bad idea :)
2019-11-01 16:39:02 +01:00
Guillaume Smet
a8b2a0e688 Merge pull request #5112 from gsmet/fix-5110
Properly check empty native image options for Maven and Gradle
2019-11-01 14:03:35 +01:00
Guillaume Smet
5061c0bdd5 Properly check empty native image options for Maven and Gradle
Fixes #5110
2019-11-01 11:29:28 +01:00
Max Rydahl Andersen
e3719e2dd2 Merge pull request #5084 from maxandersen/platformeverywhere
Use platform for project create
2019-11-01 09:19:53 +01:00
Guillaume Smet
9d5f3455f9 Unify the guide URLs for better consistency 2019-10-31 22:59:32 +01:00
Gwenneg Lepage
f1728b711c Merge pull request #5086 from rsvoboda/StandardCharsets.UTF_8-2019-10-31
StandardCharsets.UTF_8 usage
2019-10-31 22:40:50 +01:00
lburgazzoli
4a5b9a0020 camel: override extensions description 2019-10-31 22:04:50 +01:00
Rostislav Svoboda
734db9e86a StandardCharsets.UTF_8 usage 2019-10-31 19:27:12 +01:00
Max Rydahl Andersen
d3a0f83c22 Use platform for project create
Why:

 * instead of referring to platform as a bom go back to use platform
   as in future it is not all enforced by a bom.

This change addreses the need by:

 * rollback bomXXX change
 * change use of Throwable to Exception as if Throwable happens
   we have worse problems.
2019-10-31 15:23:49 +01:00
Alexey Loubyansky
d99f1fc659 Merge pull request #5054 from aloubyansky/platform-resolver-refactored
Fixes related to resolving Quarkus platform descriptor versions
2019-10-31 10:55:19 +01:00
Alexey Loubyansky
b03ae50996 Merge pull request #5041 from geoand/gradle-fix-again
Fix gradle quarkusBuild command
2019-10-31 08:18:45 +01: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
Georgios Andrianakis
7082950402 Fix gradle quarkusBuild command 2019-10-30 17:52:08 +02:00
Timothy Power
13661236a0 Kotlin requires all-open plugin 2019-10-30 22:50:14 +08:00
Alexey Loubyansky
342fc21f90 Changed Gradle project templates to use the platform BOM properties, made Gradle list and add extensions commands to use the correct platform descriptor, enhanced JSON descriptor resolver to determine the JSON artifact corresponding to the specified BOM coords, enhanced Gradle AppModelResolver impl, fixes related to resolution of the latest platform version 2019-10-30 12:55:00 +01:00