George Gastaldi
ab30881577
Revert "Disabling Scala gradle build test for now"
...
This reverts commit b3ea880dab .
2019-12-23 00:44:03 -03:00
George Gastaldi
7b07d866e5
Fixes Illegal char error in Gradle plugin
2019-12-23 00:44:03 -03:00
George Gastaldi
8733d21b47
basic-rest/scala/build.gradle-template.ftl requires scala-library
...
Fixes #6316
2019-12-23 00:44:03 -03:00
George Gastaldi
54eb2f5413
Merge pull request #6312 from gastaldi/gradle_missing
...
Added back methods mistakenly considered unused in QuarkusPluginExtension
2019-12-22 15:33:23 -03:00
George Gastaldi
b3ea880dab
Disabling Scala gradle build test for now
2019-12-22 12:29:50 -03:00
George Gastaldi
9818101178
Show stacktrace when building the gradle plugin
2019-12-22 11:57:10 -03:00
Georgios Andrianakis
868aa27a7e
Merge pull request #6310 from geoand/#6041
...
Ensure that the Kotlin compiler adds method param names to bytecode
2019-12-22 14:59:16 +02:00
George Gastaldi
6594baad0e
Added back methods mistakenly considered unused in QuarkusPluginExtension
...
These methods were removed in 3265edd082 because they were considered unused but they are used in the Kotlin Gradle build.
Added tests for all SourceTypes now
Fixes #6311
2019-12-22 09:54:37 -03:00
Georgios Andrianakis
8e06dad026
Ensure that the Kotlin compiler adds method param names to bytecode
...
We already do this for Java, so let's make it consistent for Kotlin too
Fixes : #6041
2019-12-22 13:17:49 +02:00
Georgios Andrianakis
1640cfa0fa
Use same all-open configuration for generated Kotlin Maven projects as Gradle
2019-12-22 12:57:17 +02:00
George Gastaldi
15de0e7764
Add README.md for the Gradle plugin
...
Fixes #5804
Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com >
2019-12-20 15:41:40 -03:00
George Gastaldi
4445ed7b47
Minor cleanup in Gradle plugin
...
Using constants and avoiding casts
2019-12-18 10:55:26 -03:00
George Gastaldi
366cf8f388
Move Launching JVM log to debug level
...
Fixes #6183
2019-12-15 20:55:45 -03:00
Alexey Loubyansky
038f196493
Maven plugin's devmode doesn't take into account versions overridden through system properties or profiles
2019-12-13 18:34:32 +01:00
George Gastaldi
58b73d3b7d
Shutdown ExecutorService after using it
2019-12-10 10:17:36 -03:00
George Gastaldi
dc52545b4e
Show command line in 'gradle quarkusDev' in one line
2019-12-10 10:17:36 -03:00
Georgios Andrianakis
42ac250009
Use more consistent way to resolve the Kotlin compiler plugins
2019-12-09 10:12:52 +02:00
Georgios Andrianakis
6d0a2359cc
Properly pass Kotlin compiler plugin options to dev-mode
...
Fixes : #2811
2019-12-09 10:12:48 +02:00
Guillaume Smet
692a824f6f
Merge pull request #6016 from gsmet/fix-create-project-error-message
...
Remove a duplicated space from project creation error message
2019-12-08 15:07:32 +01:00
Guillaume Smet
90b88e0125
Merge pull request #6002 from gunnarmorling/5950
...
#5950 Pulling up user creation in Dockerfile for layer caching
2019-12-08 12:41:51 +01:00
Guillaume Smet
2e7c51054c
Remove a duplicated space from project creation error message
2019-12-08 12:34:51 +01:00
Gunnar Morling
9c94c629c6
#5950 Pulling up user creation in Dockerfile for layer caching
...
In case of rebuilding an image, the create user command would run again before, as it came after the more volatile commands for adding dependencies and runner.
2019-12-08 10:35:21 +01:00
Guillaume Smet
bdc84e581a
Merge pull request #5985 from gastaldi/gradle_native
...
Running gradle build no longer triggers a native build
2019-12-07 15:42:32 +01:00
George Gastaldi
91ca4adb5f
Merge pull request #5986 from gastaldi/gradle
...
Avoid using MAVEN_OPTS as a command line argument
2019-12-06 18:55:16 -03:00
Guillaume Smet
58ca8af1b5
Merge pull request #5988 from jaikiran/qk-3592-gradle
...
Fix "Class-Path" parsing issues in -dev.jar generated by Gradle
2019-12-06 20:28:38 +01:00
George Gastaldi
b325c3d7ed
Do not use MAVEN_OPTS while building the gradle project
2019-12-06 15:12:02 -03:00
George Gastaldi
bda52a255c
Running gradle build no longer triggers a native build
2019-12-06 14:32:31 -03:00
Jaikiran Pai
9e4729fc0b
issue-3592 Make sure the dev mode jar generated through Gradle doesn't run into issues related to "Class-Path" attribute parsing in the Manifest file of the jar
2019-12-06 19:55:32 +05:30
Georgios Andrianakis
a29f77f856
Add missing Spring Controller templates for Kotlin and Scala
...
Fixes : #5817
2019-12-06 14:21:41 +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
George Gastaldi
57a7c0e9ab
Fix testNative classpath
2019-12-05 13:10:26 -03:00
George Gastaldi
7c449b0e6a
Gradle 5.x is still supported
2019-12-05 09:17:18 -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
Stuart Douglas
ef19daac56
Check if the user ran compile and otherwise run it for them
...
Fixes #5832
2019-12-04 19:21:39 +01:00
George Gastaldi
fd957539d6
Add maven.repo.local if that exists
2019-12-04 14:07:17 -03:00
George Gastaldi
c7f1377eec
Publish gradle builds when build fails for debugging purposes
2019-12-04 14:07:17 -03:00
George Gastaldi
9fb66d19e2
Remove author tags
2019-12-04 14:07:17 -03:00
George Gastaldi
390a25a766
Fixes test execution
2019-12-04 14:07:17 -03:00
George Gastaldi
b8ad6d68ba
Remove GradleDependencyArtifact and QuarkusExtDependency
2019-12-04 14:07:17 -03:00
George Gastaldi
d0e61298ee
Add more Gradle tests
2019-12-04 14:07:16 -03:00
George Gastaldi
0c83359916
Fix buildNative not being called in gradle build
2019-12-04 14:07:16 -03:00
George Gastaldi
44b58bbc81
Installing plugin in maven local repo
2019-12-04 14:07:16 -03:00
George Gastaldi
57681941db
Updated Gradle templates to match plugins DSL
2019-12-04 14:07:16 -03:00
George Gastaldi
cb0cb6eb57
Add Gradle functional tests
...
Reference: https://guides.gradle.org/testing-gradle-plugins/
2019-12-04 14:07:16 -03:00
George Gastaldi
53907e89d4
Bump to Gradle 6.0.1
2019-12-04 14:07:16 -03:00
George Gastaldi
3604529f3e
Use gradle build
2019-12-04 14:07:15 -03:00
George Gastaldi
81fa41a1c0
Fixed gradle warnings
2019-12-04 14:07:12 -03:00
Gwenneg Lepage
8e20d02f90
Upgrade GraalVM to 19.3.0
2019-12-04 08:43:44 +11:00
Clement Escoffier
432ca50510
Do not use latest in the Dockerfile.jvm
...
Avoid issues such as https://github.com/quarkusio/quarkus/issues/5848
2019-12-03 10:47:15 +01:00
David M. Lloyd
6873b49270
Merge pull request #5808 from jaikiran/devmode-jar-cp
...
Use "file" scheme absolute URIs for "Class-Path" entries we create in our -dev.jar
2019-12-01 09:03:16 -06:00