Commit Graph

5038 Commits

Author SHA1 Message Date
aboyko
2a5d7513a1 GH Actions: install gpg key similar to other spring projects 2023-06-08 16:00:22 -04:00
aboyko
8d8b908b23 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2023-06-08 13:44:51 -04:00
aboyko
9d8c794278 Clean up/Simplify Boot Upgrade back-end service 2023-06-08 13:44:31 -04:00
Martin Lippert
356536e71b update spring index storage generation for upcoming release 2023-06-08 16:16:35 +02:00
Martin Lippert
f430552dca disable spring beans model debug output for release 2023-06-08 16:16:35 +02:00
aboyko
35a7d90b35 Properly pass env vars with gpg data to maven 2023-06-08 09:37:45 -04:00
aboyko
01f03cbbeb gh actions sign jars attempt 2023-06-08 09:13:56 -04:00
Martin Lippert
d7a36d8ec3 remove no longer used p2 update site from build 2023-06-08 11:48:32 +02:00
Martin Lippert
1e7c528cd8 rollout gpg signing to distributions 2023-06-08 11:48:05 +02:00
Martin Lippert
0def088de2 more gpg trial and error steps 2023-06-08 09:58:38 +02:00
Martin Lippert
b7f292b530 another attempt to get gpg signing to work 2023-06-08 09:05:37 +02:00
aboyko
dbf8a3be3a Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2023-06-07 21:52:17 -04:00
aboyko
bef475d802 More LSP4e API removal changes adopted 2023-06-07 21:51:53 -04:00
Martin Lippert
7a47c441db trying to fix more gpg singing problems 2023-06-07 21:43:43 +02:00
Martin Lippert
3986e243cf trying to fix gpg signing issues 2023-06-07 20:31:27 +02:00
aboyko
0daa950fde GH-Actions buildNumber 2023-06-07 13:53:13 -04:00
aboyko
a4fdf97da2 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2023-06-07 13:01:10 -04:00
aboyko
dbb955c4c9 Properly pass env vars to maven 2023-06-07 13:00:47 -04:00
Martin Lippert
66635e7798 updated gpg signing details 2023-06-07 18:59:03 +02:00
aboyko
af69d06121 Reference env variables from git actions env 2023-06-07 12:20:39 -04:00
aboyko
26d44f9fe3 Missing pom changes for gitactions profile 2023-06-07 11:59:11 -04:00
aboyko
4dd1e2f7d4 git-actions profile name 2023-06-07 11:44:39 -04:00
aboyko
4d2748f37b Manual trigger for workflow 2023-06-07 11:26:59 -04:00
aboyko
7b69ece735 Git actions trial 2023-06-07 11:21:39 -04:00
Martin Lippert
04743108f1 use specific temp dir for keyring 2023-06-07 14:20:36 +02:00
Martin Lippert
6c7f0280d0 first steps towards gpg signing 2023-06-07 09:29:59 +02:00
aboyko
e0c9f9f0bf Adopt Spring Boot 3.1 Upgrade recipe 2023-06-06 17:46:27 -04:00
aboyko
53d371f4e5 Logging and possible fix for parse exception due to disposed name env 2023-06-06 17:24:50 -04:00
aboyko
502a5068ca Attempt to fix concourse setup jobs 2023-06-06 10:00:19 -04:00
aboyko
03fa9ceb84 Attempt to fix concourse setup jobs 2023-06-05 22:34:53 -04:00
aboyko
3c19a9b552 Missing bit of the fix 2023-06-05 21:08:13 -04:00
aboyko
7a6603f520 Adopt API removal in LSP4E 2023-06-05 19:03:29 -04:00
aboyko
b59b6123dd Boot upgrade closest minor version can't be below current version 2023-06-05 12:14:58 -04:00
aboyko
0274a64800 Adopt the latest rewrite snapshot 2023-06-02 18:04:06 -04:00
aboyko
73b6c6b5b0 Integrate validation for data repo domain id type 2023-05-30 11:13:51 -04:00
Martin Lippert
c01dfca1a9 removing unused build extension and set fixed versions for lsp-related dependencies in eclipse 2023-05-30 14:14:27 +02:00
aboyko
bd37fbcd2b Gradle project Boot upgrade support 2023-05-29 12:58:43 -04:00
aboyko
93231e2f59 Fix unit test by properly adopting latest rewrite 2023-05-24 10:29:07 -04:00
Martin Lippert
709e215e8c GH-1049: spring index protocol now has new request for find matching beans 2023-05-24 13:12:56 +02:00
Martin Lippert
c9b526f2f6 isCompatibleWith now takes bean type itself into account as well 2023-05-24 13:12:56 +02:00
Martin Lippert
14d2556e71 fix index supertype information for spring data repository beans 2023-05-24 13:12:56 +02:00
aboyko
57ec6fd91e Singleton language servers for all eclipse extensions 2023-05-23 16:34:13 -04:00
Martin Lippert
1dd86e2cbd use latest repos when building for early Eclipse 4.28-based targets 2023-05-23 08:31:50 +02:00
Martin Lippert
b70779f215 GH-1040: customized gson deserialization of beans in order to invoke constructor instead of gson object creation magic - to benefit from empty injection point optimization code 2023-05-20 21:47:48 +02:00
Martin Lippert
64d4114796 GH-1040: added test that checks for empty injection point array object identity 2023-05-20 21:47:48 +02:00
aboyko
8a646553f0 Update classpath on output folders content changes 2023-05-17 22:47:23 -04:00
aboyko
20422681a5 Fix unit test 2023-05-17 19:58:59 -04:00
aboyko
a9060058d3 Don't add JMX rags for tests launches 2023-05-15 12:59:33 -04:00
Martin Lippert
6082456a0e GH-1040: reuse static empty injectio point array object instead of creating new objects every time 2023-05-12 23:39:26 +02:00
Martin Lippert
1045ec174b adapt to slightly refactored spring index language server definitions 2023-05-10 18:53:54 +02:00