Commit Graph

5867 Commits

Author SHA1 Message Date
aboyko
1c19a0eefd [GHA] Try not using python3 command to install setuptools (Corrected) 2024-04-02 12:02:13 -04:00
aboyko
3b92521358 [GHA] Try not using python3 command to install setuptools 2024-04-02 11:19:03 -04:00
Martin Lippert
d4afb57478 use latest i-builds from eclipse for e4.32-based builds for early testing 2024-04-02 12:39:44 +02:00
aboyko
aed212796f Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse 2024-03-28 13:02:25 -04:00
BoykoAlex
e528454f2c Yaml->Props file rename issue on Win fixed 2024-03-26 12:37:51 -04:00
aboyko
6422fdc999 If prompt closed without Apply or Preview don't apply changes 2024-03-25 14:05:49 -04:00
aboyko
91fb9d7799 Unit tests harness account for MarkupContent for hovers 2024-03-22 15:38:44 -04:00
aboyko
1883cebe23 [vscode] Support for int/ext browser for request mapping url via hovers 2024-03-22 14:23:27 -04:00
aboyko
f2ca1b0812 GHA Eclipse e432 distro job proper name 2024-03-22 12:54:54 -04:00
aboyko
0b6e6ba536 GHA Eclipse LS extensions e430 default profile 2024-03-22 11:35:04 -04:00
aboyko
8ba9689cc2 GHA Eclipse LS extensions e432 build profile 2024-03-22 11:06:22 -04:00
aboyko
ccc3e9fa92 GHA for e432 distro 2024-03-22 10:29:05 -04:00
aboyko
63a99baff8 Setting for browser to open live request mapping URL via CodeLens 2024-03-22 10:19:12 -04:00
Martin Lippert
bbd6969149 added missing package import statements 2024-03-22 12:06:46 +01:00
Martin Lippert
ea8902fcdb updated build targets, removed e4.29 and added e4.32 2024-03-22 12:06:20 +01:00
Martin Lippert
1c8a5c25be update nightly download page after 4.22.0 release 2024-03-22 12:05:15 +01:00
aboyko
ea4775d55e Support yaml documents for yaml->props 2024-03-21 17:09:36 -04:00
aboyko
01a69ba306 Remove JVM arg generating heap dump files on out of memory errors 2024-03-21 11:33:00 -04:00
aboyko
4f884ce720 Switch back to appdmg and use macos-14 runner 2024-03-21 11:17:12 -04:00
aboyko
8cdbdc4d15 Adopt latest lsp4e snapshots 2024-03-21 10:17:56 -04:00
aboyko
3a0ee635f2 Yaml -> Props conversion 2024-03-20 16:34:52 -04:00
Martin Lippert
8bf29f4b91 update eclipse language server plugins to version 1.54.0 2024-03-13 16:19:25 +01:00
Martin Lippert
7ae9675382 updated versions to 4.22.1 2024-03-13 16:17:37 +01:00
Kris De Volder
80d677ba05 Bump version to 1.54.0 2024-03-13 15:16:40 +00:00
Martin Lippert
490cf9784a switch to workflow_call instead of workflow_dispatch 2024-03-13 15:53:18 +01:00
aboyko
44291b4640 Include Boot 3 Best Practices recipe rather than Boot 2 2024-03-06 16:57:34 -05:00
aboyko
04b68811b0 Fix typo in the prompt string 2024-03-06 16:08:26 -05:00
aboyko
13991f0285 Update changelogs 2024-03-06 13:40:02 -05:00
aboyko
399f24ee88 Fix 'diffLabel' IllegalArgumentException in add starters wizard 2024-03-06 12:51:25 -05:00
aboyko
1abd3e6dd2 Upgrade Boot and Rewrite dependencies 2024-03-05 23:11:16 -05:00
aboyko
c0c53e7f9b Pipeline and GHA corrections 2024-03-05 22:53:16 -05:00
aboyko
4ce4f02bf4 Evict CU cache future entry in case of exception 2024-03-05 19:09:20 -05:00
aboyko
8349671a3a Preference to enable/disable regeneration of Modulith metadata 2024-03-05 16:42:37 -05:00
Martin Lippert
0e7fe799a5 fix typo 2024-03-05 15:16:57 +01:00
Martin Lippert
7b1dcdb6d5 set upcoming release build to use lsp4e 0.25.0 release 2024-03-05 14:04:51 +01:00
Martin Lippert
24974f2eec added missing package import to fix potential dependency issue while building test bundles 2024-03-05 13:51:01 +01:00
aboyko
d3af0a32f9 Preference setting to turn on/off TestJars support 2024-03-04 19:28:37 -05:00
aboyko
1b148dec76 Observe exact wording for version validations 2024-03-04 16:25:41 -05:00
aboyko
387e8b1a9b Adjust Boot version validations to include Spring Runtime support 2024-03-04 16:21:51 -05:00
aboyko
2f52905e39 Disable "Add Starters" inlay in eclipse 2024-03-04 12:09:51 -05:00
aboyko
1ca58db8e9 Fix unit test 2024-03-01 16:39:26 -05:00
aboyko
52dd4d2ff5 IDE support for TestJars: maven projects in the workspace only 2024-03-01 15:23:12 -05:00
aboyko
13c2c04997 Unit test for pom inlay handler 2024-02-22 19:26:15 -05:00
aboyko
09ed9c1157 Add Starters Inlay Hint in the pom file 2024-02-22 14:40:43 -05:00
Brian Fernandes
9011e040f9 Fix JavaModelException with non-Java projects (#1188)
Added a check that the JDT project uses to confirm the project is a Java
project. JavaCore#create will return an object even if the project isn't
a Java project and is therefore insufficient. Bring up the context menu
on non Java projects to the see the JME logged without this fix
(possibly other repercussions as well).
2024-02-16 10:10:22 -05:00
aboyko
2ad9cf1ff3 Reconcile only docs with file schema URIs 2024-02-15 15:32:22 -05:00
aboyko
f8b81fb30e Correction to add starters compare view 2024-02-13 14:48:44 -05:00
aboyko
1b9dd1b96c Avoid IllegalArgumentException in e4.31 with add starters 2024-02-13 11:42:03 -05:00
aboyko
aa250f7fad Install JustJ into .app/Contents/Eclipse to work on linux and osx runners
Finalize
2024-02-12 12:38:36 -05:00
aboyko
1b2cc045f8 [GHA] Disable tcp dump for macosx runner 2024-02-12 10:31:21 -05:00