Commit Graph

186 Commits

Author SHA1 Message Date
Martin Lippert
c3ceee03bd update versions of the eclipse pieces to 4.21.0 for the upcoming next release 2023-11-01 15:41:22 +01:00
Martin Lippert
4b240263c2 update version to 4.20.1 2023-09-13 17:13:55 +02:00
Martin Lippert
dad61e3d1d exclude certain bundles from e429 based builds 2023-09-01 13:32:28 +02:00
aboyko
2104518da6 Rename Devtools -> DevTools 2023-08-31 13:57:22 -04:00
aboyko
61089ad04f Include test code if main type from test java sources 2023-08-11 16:46:57 -04:00
Martin Lippert
c7f1bb8aab update version to 4.20.0 2023-08-04 09:54:14 +02:00
aboyko
445efec2f0 GH Hosted: correct aws s3 commands. Green e429 build 2023-07-14 12:18:29 -04:00
Martin Lippert
041bbcee1e updated version to 4.19.1 2023-06-16 09:42:10 +02:00
aboyko
7a6603f520 Adopt API removal in LSP4E 2023-06-05 19:03:29 -04:00
Martin Lippert
7761b1afeb fix compilation error due to changed progress result 2023-05-08 14:09:55 +02:00
Martin Lippert
df2bc6b1c9 updated version to 4.19.0 2023-05-05 10:13:52 +02:00
aboyko
0694331fdc Non-default location maven spring-starter project corrections 2023-04-13 14:48:55 -04:00
Martin Lippert
70defc98ec update version to 4.18.1 2023-03-15 09:41:36 +01:00
aboyko
9185656e02 Remove CF client and boot dash plugins and related tests 2023-03-09 12:22:48 -05:00
aboyko
9fe72953ca Change name for the preference page appropriately 2023-03-09 11:40:20 -05:00
aboyko
830c93b60f Pick existing STS project properties category for spring xml namespaces 2023-03-09 11:35:22 -05:00
Martin Lippert
cb674589ea add m2e as a dependency to satisfy indirectly referenced usages of m2e job classes 2023-03-08 09:30:41 +01:00
Martin Lippert
fc7fa3f3e9 remove strict version constraints from com.google.gson import packages to prepare for wider use of 2.10.1 version 2023-02-21 15:30:43 +01:00
aboyko
65551c084a Remove NGROK support 2023-02-17 12:51:54 -05:00
aboyko
fbbb6fbcfd Eclipse Spring preferences re-organization 2023-02-13 12:29:15 -05:00
aboyko
a67344c57e Async boot dash local content computation 2023-02-06 15:34:33 -05:00
Martin Lippert
b2e8b4bb14 updated version to 4.18.0 2023-02-01 08:41:34 +01:00
Martin Lippert
5200872627 switch gson usage to import-package instead of require-bundle in order to prepare for upcoming platform changes 2023-01-27 18:04:06 +01:00
Martin Lippert
37cb485346 remove ngrok tunnel implementation due to missing fluent api, needs rewrite or complete removal 2023-01-14 22:30:57 +01:00
aboyko
b16c7894a8 Focus control for Boot wizards 2023-01-09 18:17:11 -05:00
Martin Lippert
fa8490af25 update copyright statements for 2023 2023-01-04 12:23:02 +01:00
Martin Lippert
167b49f284 updated version to 4.17.2 2023-01-03 21:10:46 +01:00
Martin Lippert
0715987dfe keep old orbit repo around for older mockito bundles 2022-12-23 09:15:35 +01:00
Martin Lippert
6aa25effee updated version to 4.17.1 2022-12-07 12:56:11 +01:00
aboyko
1725d7f5a1 Save project before applying recipe. Try to use content from docs cache 2022-11-07 19:45:55 -05:00
Martin Lippert
fc34af4102 remove dependencies on yedit and do not include that bundle anymore 2022-11-07 14:21:01 +01:00
Martin Lippert
a37819368e GH-862: expose all actuators via JMX for live hovers automatically when launching 2022-11-07 13:08:11 +01:00
Martin Lippert
1e9cb99c64 GH-862: expose all actuators via JMX for live hovers automatically when launching 2022-11-07 12:45:13 +01:00
Martin Lippert
52fb1469da update version to 4.17.0 2022-10-26 08:33:35 +02:00
aboyko
2d841f78fc Use SafeConstructor in Snakeyaml YAML constructors 2022-10-18 16:37:42 -04:00
aboyko
cc001d62c3 Allow only primary type constructors for yaml parsing 2022-10-18 14:49:19 -04:00
Nieraj Singh
2ff5850896 GH-803 Prompt to save dirty editors
When running/debugging docker app, prompt to save dirty editor
2022-10-03 08:50:57 -07:00
Martin Lippert
838a1fffe8 updated boot dash plugin project settings to be based on JavaSE-11 2022-09-27 10:47:06 +02:00
Martin Lippert
eec1071de0 update versions to 4.16.1 2022-09-16 09:36:24 +02:00
Kris De Volder
92c6a1698f Enable m2e-apt by default
Also a small bugfix related to enabling spring-boot validation builder
on new projects.

Both of these contribute to make a smoother experience working with
JDT APT.

See: https://github.com/spring-projects/sts4/issues/822
2022-09-14 15:46:12 -07:00
aboyko
a16ef43066 Auto-Connect on by default. Unit test. 2022-09-13 16:35:42 -04:00
aboyko
274739ba1f Respect actuator on classpath. Launch config attr for auto-connect 2022-09-13 10:59:56 -04:00
Martin Lippert
daee0f4b56 GH-832: updated BREE to JavaSE-11 due to the usage of new methods on Map interface 2022-09-09 08:56:40 +02:00
aboyko
c51b97ad56 [gh-832] Auto-connect to boot app to fetch live data 2022-09-08 17:45:56 -04:00
Nieraj Singh
0c7974fcaf GH-802: Remove unnecessary logging 2022-09-07 04:58:26 -07:00
Nieraj Singh
652a774d8b GH-823: Enable ANSI support
Eclipse 4.25 now includes ANSI support. Enable ANSI support in boot
launch config based on whether Eclipse ANSI preference is set
2022-09-06 03:52:49 -07:00
Martin Lippert
37b93e0833 updated versions to 4.16.0 2022-08-12 11:42:05 +02:00
Martin Lippert
d2acd42e92 updated version to 4.15.3 for additional maintenance release to fix performance issues around open-rewrite reconciling 2022-08-10 07:47:31 +02:00
Martin Lippert
697d1473d3 update set active profiles to non-deprecated API 2022-08-05 16:54:30 +02:00
Martin Lippert
b4d46a1242 integrated additional reflection invocations to create UpdateMavenProjectJobs to be able to work with m2e 1.x and m2e 2.x at the same time 2022-08-05 16:54:30 +02:00