Karsten Thoms
d627e9aad4
Merge pull request #754 from eclipse/develop_2.15.0
...
[release] Increment version to 2.15.0
2018-05-26 10:37:56 +02:00
Christian Dietrich
adc0f04377
rev. Jenkinsfile changes
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-25 14:33:26 +02:00
Christian Dietrich
7b55d9b0d0
Merge pull request #752 from tivervac/taskTagsDuplicateKeys
...
Fixed duplicate key insertion with task tags
2018-05-24 21:25:50 +02:00
Christian Dietrich
5a33c955fc
Merge pull request #753 from tivervac/EObjectDiagnosticImplTypo
...
Fixed typo in EObjectDiagnosticImpl
2018-05-24 21:20:38 +02:00
Titouan Vervack
b3717cc478
Fixed typo in EObjectDiagnosticImpl
...
Signed-off-by: Titouan Vervack <titouan.vervack@sigasi.com>
2018-05-24 18:41:15 +02:00
Titouan Vervack
e91be2aee3
Fixed duplicate key insertion with task tags
...
Signed-off-by: Titouan Vervack <titouan.vervack@sigasi.com>
2018-05-24 18:29:38 +02:00
Karsten Thoms
9bc7e9b54e
Set upstreamBranch
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-24 11:32:47 +02:00
Karsten Thoms
7dcc65bb2e
[release] Increment version to 2.15.0
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-22 23:53:44 +02:00
Karsten Thoms
bd2d5e5a00
Merge pull request #743 from eclipse/kth_issue741
...
Manage tycho-surefire-plugin in parent pom
2018-05-22 18:24:21 +02:00
Jan Koehnlein
8a3a7a89b8
Merge pull request #747 from eclipse/jk/serializer
...
[serializer] relax API
2018-05-22 15:08:26 +02:00
Jan Koehnlein
42dda5e9d3
[serializer] relax API
...
Signed-off-by: Jan Koehnlein <jan.koehnlein@typefox.io>
2018-05-22 14:45:09 +02:00
Karsten Thoms
0d89588412
[ #741 ] Update test expectation
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-18 09:42:21 +02:00
Karsten Thoms
1b8d74a8a7
Merge pull request #744 from eclipse/kth_issue743
...
[#743 ] Relax lower bound for JUnit 5 bundles to 5.0.0
2018-05-17 22:24:04 +02:00
Karsten Thoms
c8d00ded18
[ #743 ] Relax lower bound for JUnit 5 bundles to 5.0.0
...
Makes bundles work on Oxygen.
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-17 22:19:38 +02:00
Karsten Thoms
e526dd4c33
[ #741 ] Manage tycho-surefire-plugin in parent pom
...
- Configure version and property 'failIfNoTests' in parent pom and
removing from test project poms
- Makes tycho-surefire-plugin configuration in runtime test project
obsolete.
- Also suppress plugin management for maven-surefire-plugin when in a
Tycho build.
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-17 21:41:14 +02:00
Moritz Eysholdt
42be5d030d
fixes #739 : Potential NPE during ChangeSerialization
...
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2018-05-17 16:39:37 +02:00
Karsten Thoms
cfc0900159
[ #666 ] Fix test regression
...
Suppress additional empty line
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-17 14:22:20 +02:00
Karsten Thoms
241c1a86ec
Merge pull request #737 from eclipse/kth_junit5_gradle
...
[#666 ] Extended Gradle build for JUnit 5 test execution
2018-05-17 11:06:37 +02:00
Karsten Thoms
7c3f028825
[ #666 ] Extended Gradle build for JUnit 5 test execution
...
Adds a dependency on org.junit.jupiter:junit-jupiter-engine:5.1.0 with
scope testRuntime.
Enum Scope extended by TESTRUNTIME literal.
Inline additional gradle code in runtime project for inlined tests.
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-17 10:32:09 +02:00
Karsten Thoms
dda480aab6
Merge pull request #738 from eclipse/kth_junit5_plain_maven2
...
[#666 ] Manage surefire plugin for JUnit 5
2018-05-17 00:25:53 +02:00
Karsten Thoms
97a9671fc3
[ #666 ] Manage surefire plugin for JUnit 5
...
Moved surefire configuration from build config of the test project to
pluginManagement of the parent pom. Previous did not work with Maven
source layout, where no separate test module is created.
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-17 00:23:17 +02:00
Karsten Thoms
7eeb6457d8
Merge pull request #736 from eclipse/kth_junit5_plain_maven
...
[#666 ] Configure surefire plugin for plain Maven
2018-05-16 23:31:12 +02:00
Karsten Thoms
d6e33968e0
[ #666 ] Configure surefire plugin for plain Maven
...
The surefire plugin needs additional dependencies to execute JUnit 5
tests.
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-16 23:20:31 +02:00
Karsten Thoms
0049750108
Merge pull request #735 from eclipse/junit5_dependencies
...
[#666 ] JUnit 5 dependencies
2018-05-16 23:19:00 +02:00
Karsten Thoms
0bef495014
[ #666 ] JUnit 5 dependencies
...
- Use Tycho 1.2 for JUnit 5
- Removed adding of org.junit as imported package - test projects are
already created with a bundle dependency
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-16 21:44:37 +02:00
Karsten Thoms
50257e9982
Merge pull request #734 from eclipse/about_copyright
...
Update copyright
2018-05-15 08:26:40 +02:00
Karsten Thoms
81ceecd9ff
Update copyright
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-15 06:10:10 +02:00
Christian Dietrich
f54be52d97
fixed some warnings
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-12 10:58:14 +02:00
Karsten Thoms
6d7610562f
Merge pull request #733 from eclipse/kth_issue732
...
Include Orbit repo & bundles in target definition
2018-05-09 00:07:25 +02:00
Karsten Thoms
96e1631e6f
[ #732 ] Updated test expectation
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-08 23:31:18 +02:00
Karsten Thoms
64253740db
[ #732 ] Add Orbit to target definition
...
Conditionally add JUnit 5 libs
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-08 23:30:31 +02:00
Christian Dietrich
a9f0a96ba4
Merge pull request #731 from eclipse/tycho120final
...
use tycho 1.2.0 in the wizard
2018-05-08 12:05:30 +02:00
Christian Dietrich
73dbf094e0
use tycho 1.2.0 in the wizard
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-08 11:36:30 +02:00
Christian Dietrich
1f18cfc2bb
Merge pull request #729 from eclipse/cd_web_issue53
...
[eclipse/xtext-web#53 ] updated to a newer jetty version that works better with asm 6.1
2018-05-07 09:56:37 +02:00
Christian Dietrich
ec706ceb8c
Merge pull request #730 from eclipse/cd_unusedImports
...
removed unused imports
2018-05-06 17:57:58 +02:00
Christian Dietrich
b051e84aed
removed unused imports
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-06 10:07:59 +02:00
Christian Dietrich
aaf4037856
[ eclipse/xtext-web#53 ] updated to a newer jetty version that works better with asm 6.1
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-04 16:14:54 +02:00
Christian Dietrich
3977f82b61
Merge pull request #726 from eclipse/cd_photonTarget
...
[eclipse/xtext#1177 ] Switched Target Platform to Photon for Tycho Builds with Java 10
2018-05-04 14:01:00 +02:00
Holger Schill
bd263193f5
Merge pull request #728 from eclipse/cd_xdepr
...
[#664 ] fixed generation of val prefs/issue codes when deprecation disabled
2018-05-04 10:47:29 +02:00
Christian Dietrich
f2a738ae3e
[ #664 ] fixed generation of val prefs/issue codes when deprecation disabled
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-04 10:16:46 +02:00
Christian Dietrich
205bafd544
[ eclipse/xtext#1177 ] Switched Target Platform to Photon for Tycho Builds with Java 10
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-04 08:50:42 +02:00
Christian Dietrich
5c1f19b4c6
Merge pull request #725 from eclipse/cd_issue724
...
[#724 ] fixed compile errors with non xbase languages
2018-05-03 07:12:58 +02:00
Christian Dietrich
d2134214a6
[ #724 ] fixed compile errors with non xbase languages
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-05-03 06:49:22 +02:00
Holger Schill
bba7a1c248
Merge pull request #723 from eclipse/issue/722_validation2Fragment
...
Issue/722 validation2 fragment
2018-05-02 15:24:55 +02:00
Holger Schill
12008dfed5
Finding from CodeReview in https://github.com/eclipse/xtext-core/pull/723
2018-05-02 14:53:32 +02:00
Holger Schill
eb2b0f77b2
Tests for https://github.com/eclipse/xtext-core/issues/722
2018-05-02 14:22:14 +02:00
Holger Schill
dbca734a58
Fix for https://github.com/eclipse/xtext-core/issues/722
2018-05-02 13:40:54 +02:00
Christian Dietrich
3dbf100102
Merge pull request #718 from eclipse/cd_issue716
...
[#716 ] [LSP] Problems for a deleted file are shown after deletion
2018-04-26 16:08:39 +02:00
Christian Dietrich
64be133f9d
Merge pull request #719 from eclipse/cd_issue714
...
[#714 ] consume lsp4j 0.4.0 final
2018-04-26 09:52:38 +02:00
Christian Dietrich
4e99055a9d
[ #714 ] consume lsp4j 0.4.0 final
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-04-26 08:36:01 +02:00