Commit Graph

3135 Commits

Author SHA1 Message Date
Kris De Volder
3f93616970 Publish fatjar and non-fatjar both 2019-05-02 14:56:16 -07:00
Kris De Volder
9866a4edb2 Fix NPE 2019-05-02 12:00:01 -07:00
Kris De Volder
110ec90e44 Change repackaged org.json to a snapshot version...
And include it in building and publishing of headless snapshot jars to
repo.spring.io
2019-05-02 11:42:56 -07:00
BoykoAlex
6163411e3f Remove getCanonicalFile on the LS side 2019-05-02 12:48:08 -04:00
Martin Lippert
473c8a1b78 support constant value extraction for request mapping symbols for constants from the same class than the request mapping 2019-05-02 09:36:29 +02:00
Kris De Volder
5ac515cc3a Publist to artefactory directly after maven build 2019-05-01 15:45:14 -07:00
Kris De Volder
cc2ea1c5d1 Fix problem with artifactory publish 2019-05-01 15:41:15 -07:00
Kris De Volder
b0a92769fc Publish to artifactory now works 2019-05-01 15:16:40 -07:00
Kris De Volder
08c3a24aa4 Another attempt to fix artfactory publish 2019-05-01 14:23:40 -07:00
Kris De Volder
ab8abd827d Fix exe permission of script file unpack.sh 2019-05-01 13:57:15 -07:00
Kris De Volder
054bf6db05 Add task to unpack tar.gz file 2019-05-01 13:55:36 -07:00
BoykoAlex
744ffe074e PT #164318678: Support for Jar sources processing by Boot LS 2019-05-01 16:11:32 -04:00
Kris De Volder
8bf5e1fd23 More attempts to artifactory publish 2019-05-01 13:04:31 -07:00
Kris De Volder
07b4f1097e Capture headless-build artefacts to an s3 resource 2019-05-01 11:58:49 -07:00
Kris De Volder
c4b59da440 Use xvfb-run for fatjar build (needed to run eclipse-bit's tests) 2019-05-01 11:49:33 -07:00
Kris De Volder
9b6c076561 Attempt at publishing headless snapshot artefacts to repo.spring.io 2019-05-01 11:10:55 -07:00
Kris De Volder
dc468c881f Fix failing test 2019-04-30 09:48:13 -07:00
Kris De Volder
3585297497 Fix https://github.com/spring-projects/spring-ide/issues/376
Presence of a '$' in a property key breaks boot yaml reconciler in
some cases.
2019-04-30 09:46:36 -07:00
Martin Lippert
ddf9c93ca9 change http to https urls when downloading license files 2019-04-30 15:34:12 +02:00
Martin Lippert
f52500144b added back necessary eclipse metadata for test projects 2019-04-30 12:25:10 +02:00
Martin Lippert
0b8a952e55 resolve constants within the AST to get real value instead of constant name 2019-04-30 09:44:25 +02:00
Kris De Volder
8fb7960887 Add back Eclipse metadata for jdt.ls.extension Eclipse plugins 2019-04-29 13:43:21 -07:00
Kris De Volder
15ef207c0a Add Eclipse metadata to gitignore for headless bits 2019-04-29 09:18:23 -07:00
Kris De Volder
03caa58492 Delete eclipse metadata for headless services 2019-04-29 09:13:57 -07:00
Martin Lippert
eeefcd4a18 do not exclude transitive dependencies anymore, too many of them necessary 2019-04-29 13:21:08 +02:00
Martin Lippert
5548e328c1 experimental exclusion of specific transitive jdt.core dependencies 2019-04-29 11:35:15 +02:00
Martin Lippert
0ff4483588 disable proxy bean creation for performance reasons 2019-04-29 10:36:31 +02:00
Martin Lippert
e3a9052896 first steps towards deploying and running language servers in exloded format directly from a dir-shaped bundle 2019-04-27 14:42:24 +02:00
Kris De Volder
851d658e0f Adopt snakeyaml 1.25-snapshot version
Remove no longer needed workaround for https://bitbucket.org/asomov/snakeyaml/issues/441/need-a-way-to-discover-anchored-nodes-in
2019-04-26 15:14:30 -07:00
Kris De Volder
02378ec1c6 Remove redundant SimpleTextDocumentService @Bean
There's already such a bean being auto configured.
2019-04-26 10:03:27 -07:00
Martin Lippert
4c2ca84e15 adopting new xml namespace support feature 2019-04-25 10:03:46 +02:00
Martin Lippert
df802f4791 trigger initial type search when first xml doc for project opens to avoid first type content-assist to take too long to show up results 2019-04-24 13:42:47 +02:00
Martin Lippert
602d0aa2dd allow text service clients to register for didOpen events 2019-04-24 13:41:38 +02:00
Martin Lippert
27fcf9787a fix NPE in case the bean type cannot be found 2019-04-24 11:56:18 +02:00
Martin Lippert
7cc31ade11 added e4.12 builds to nightly download page 2019-04-23 12:10:27 +02:00
BoykoAlex
203c3fa760 PT #155622190: Put back manifest ls integration modules in pom 2019-04-22 14:04:34 -04:00
BoykoAlex
37764056cf PT #155622190: STS4 CF Manifest editor across everything 2019-04-22 13:13:17 -04:00
Martin Lippert
d1d6bd9d26 added missing e4.12 product definition 2019-04-20 12:25:28 +02:00
Martin Lippert
667666d9c2 added Eclipse 4.12 profiles for early builds against upcoming 2019-06 releases of Eclipse 2019-04-19 16:54:03 +02:00
Martin Lippert
2833376a3c fix wrong p2 repo name in p2.inf for 2019-03 eclipse site 2019-04-19 16:53:21 +02:00
Kris De Volder
ca32341f2b Add xml.namespaces to STS4 main feature 2019-04-18 15:15:41 -07:00
Kris De Volder
cc68ced9ea Remove LANGUAGE_SERVER_VERSION constants...
... instead assume that language server version matches Eclipse
bundle version.

Also streamline code for finding server jar locations so it
is no longer duplicated across every language server bundle.
2019-04-18 13:22:19 -07:00
Kris De Volder
dffe1d2724 Update LS version to 1.7.0... Eclipse bits 2019-04-18 10:09:14 -07:00
Kris De Volder
dd8cd74757 Bump version to 1.7.0 2019-04-18 16:42:04 +00:00
Martin Lippert
14b586875b adding missing webtools features 2019-04-18 15:52:13 +02:00
Martin Lippert
06f1f002e4 version updated to 4.2.2 2019-04-18 10:56:30 +02:00
BoykoAlex
197b9549cf PT #165432307: Properly set insertion format for document edits 2019-04-17 17:46:01 -04:00
BoykoAlex
bfca34e77d PT #165285833: XML beans for VScode, Theia and Atom 2019-04-16 22:47:28 -04:00
Kris De Volder
3010ab046d Merge pull request #277 from spring-projects/keepchecking-manual-jmx
Keepchecking manual jmx
2019-04-16 13:04:29 -07:00
Kris De Volder
1dcde6ea3d Server-side support for 'keepChecking' attribute...
in remote spring boot apps.

Note: this change is supposed to be paired with changes in
boot dash code to transmit the setting as well.
2019-04-16 12:56:46 -07:00