Commit Graph

149 Commits

Author SHA1 Message Date
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
Martin Lippert
3ad95a342a fix bug with non-scheduled project update job and integrate first reflection calls to create update job for quick-fix case 2022-08-05 16:54:30 +02:00
Martin Lippert
4f8782b12b updated version to 4.16.0 2022-08-04 11:11:48 +02:00
Martin Lippert
21f74e705a enable staging repo for early 2022-09-based builds 2022-07-29 09:37:35 +02:00
Kris De Volder
392d953bd9 Docker App in bootdash without actuator -> no automatic live hover
See: https://github.com/spring-projects/sts4/issues/716
2022-07-26 15:52:02 -07:00
Kris De Volder
dc36d17298 Fixes #724
Record information in eclipse metadata for docker images build by IDE.
Just enough info is recored for a IDE built-image so we can avoid
parsing image metadata from the image itself (the image metadata
format is unstable and we do not have a usable api to get at it easily,
so trying to rely on it is fraught with problems).
2022-06-24 15:31:20 -07:00
Kris De Volder
b80fc5d8ba Fix https://github.com/spring-projects/sts4/issues/783
"Resume (Debugging)" action should only be visible on 'Pausable'
nodes.
2022-06-23 13:39:11 -07:00
Martin Lippert
0760472d19 updated Gradle version that is used to build the model to 7.4.2 to allow builds to run on JDK 17 2022-06-23 13:46:24 +02:00
Martin Lippert
8561bc0584 update version to 4.15.2 2022-06-21 14:06:28 +02:00
Martin Lippert
4d3f6cc3c7 update Eclipse 2022-06 release repo 2022-06-16 14:13:55 +03:00
Kris De Volder
31e7ca43bf Avoid update maven project from deadlocking after...
@ConfigurationProperties quickfix
2022-06-10 13:00:46 -07:00
BoykoAlex
873f1cb985 Upgrade to Boot 3 for eclipse 2022-05-11 19:54:38 -04:00
Martin Lippert
49873660e6 remove mylyn core net dependency and removed corresponding code 2022-05-05 17:36:19 +02:00
Martin Lippert
155fa29f9f remove m2e natures from plugin projects (again) 2022-05-05 16:45:14 +02:00
Martin Lippert
1fcfa40154 updated version to 4.15.0 2022-04-27 10:22:20 +02:00
Martin Lippert
6578446a74 updated versions to 4.14.1 2022-03-17 09:33:09 +01:00
Martin Lippert
c4143c22ad cleaning up old code that uses old log4j pieces 2022-02-25 09:55:59 +01:00
Martin Lippert
557a2a5165 updated copyrights for 2022 2022-02-14 13:35:14 +01:00
BoykoAlex
d3d0287fde Make BootDashActivator#getInjections() synchronized for Eclipse 4.23 2022-02-09 15:56:24 -05:00
Martin Lippert
1dd8c2ba78 updated version to 4.14.0 2022-02-02 13:16:02 +01:00
Kris De Volder
f911a44ab6 Remove m2e nature from some eclipse projects
... it isn't supposed to be there for our eclipse plugins.
2022-01-28 15:35:31 -08:00
BoykoAlex
10c692dce1 Switch starter import to WorkspaceJob to avoid autobuilds until the end 2022-01-12 18:29:17 -05:00
Martin Lippert
7b3c3952d9 update versions to 4.13.1 and 1.30.0 (eclipse product and language servers) 2021-12-16 18:05:40 +01:00
Martin Lippert
e9b29189f4 fixed compilation problem due to a changed signature in lsp4e 2021-11-01 11:47:33 +01:00
Martin Lippert
f998f4003c updated version to 4.13.0 2021-10-28 08:38:57 +02:00
Martin Lippert
47ee4981ba add dependency to javax.inject bundle to deal with missig package in newer JDKs 2021-10-25 22:22:33 +02:00
Nieraj Singh
5b96645292 Github Issue 688
Do not show error popup dialogue when refreshing existing CF targets
2021-10-21 00:24:38 -07:00
Martin Lippert
521cc8b670 GH-684: updated java docker library to fix issue with jna not working correctly on Apple Silicon 2021-09-16 21:23:25 +02:00
Martin Lippert
8186e63edf updated version to 4.12.1 2021-09-15 10:49:41 +02:00
BoykoAlex
21258425f5 Workaround (as comment) for runtime workbench browser HTTP url 2021-08-25 13:59:38 -04:00
BoykoAlex
51842c8708 Initializr starter custom project type support 2021-08-24 18:17:49 -04:00
BoykoAlex
478eabb6f1 Allow passing style to StyledTextEditor. Add border to tags editor. 2021-08-24 15:52:53 -04:00
Martin Lippert
9c4db19b0c update version to 4.12.0 2021-08-19 14:27:42 +02:00
BoykoAlex
72d4f43810 Fix live port regression 2021-07-28 09:06:00 -04:00
BoykoAlex
7155f72569 Search main type jobs limited number and low priority 2021-07-22 15:47:54 -04:00
BoykoAlex
36066b835d Place filter listener appropriately in the init method 2021-07-20 12:47:47 -04:00
BoykoAlex
a8aa3d7c5e Do not look for main method when hide non-runnable apps filter is off 2021-07-20 11:58:43 -04:00
Martin Lippert
db5786440f updated version of Eclipse pieces to 4.11.1 2021-06-22 11:54:27 +02:00