Commit Graph

69 Commits

Author SHA1 Message Date
aboyko
f2668e5641 Rework loading of rewrite recipes and code actions 2023-04-03 18:26:51 -04:00
aboyko
4ba7f8450a Adopt rewrite changes 2023-04-03 16:02:58 -04:00
aboyko
216b4731de No need for implicit method type use check 2023-04-01 10:36:50 -04:00
Martin Lippert
4f44583227 fix compilation error caused by changed API in OpenRewrite 2023-04-01 08:18:39 +02:00
Martin Lippert
d05dbcbcd1 update description content for sb3 recipe test 2023-03-30 10:42:02 +02:00
Martin Lippert
f7093e3793 get recipe descriptors from recipes now, reflection utils method got removed 2023-03-24 20:54:01 +01:00
aboyko
755ec97900 Fix compiler error (API change in Rewrite) 2023-03-23 16:38:46 -04:00
aboyko
07d045690f Adopt latest rewrite snapshots 2023-03-16 13:17:46 -04:00
Kris De Volder
c4f4cf92af Bump version to 1.46.0 2023-03-15 08:40:05 +00:00
aboyko
83e29d629f Minimize # of threads for fetching boot versions from maven central 2023-03-08 13:58:45 -05:00
Martin Lippert
3c0b570030 adjust test to changed list of recipes from OpenRewrite 2023-03-08 09:31:15 +01:00
aboyko
a19217ab7d WebSecurityConfigurerAdapter quick fix for Security 6.0.x code 2023-03-02 20:53:03 -05:00
aboyko
2f743fe9a8 Progress for project reconciling 2023-02-27 17:43:20 -05:00
aboyko
7c5dee41f6 Marker and quick fix for WebSecurityConfigurerAdapter 2023-02-24 16:42:42 -05:00
aboyko
98d7a63ff2 Recipe for Adding Config annotation 2023-02-23 23:16:06 -05:00
aboyko
730b8a173f Update unit test 2023-02-23 23:16:06 -05:00
Martin Lippert
9006d6e1a0 adapt tests to slightly changed recipe names 2023-02-21 12:26:12 +01:00
aboyko
18c4c109fd Integrate partial java parser reset. Rewrite parser logging 2023-02-15 13:55:34 -05:00
aboyko
ac946ff6dd Slight performance improvements for recipes 2023-02-09 12:07:47 -05:00
aboyko
3a337427ac Adopt Rewrite snapshots. Upgrade antlr to 4.11 2023-02-07 14:01:58 -05:00
Kris De Volder
4c9179efd9 Bump version to 1.45.0 2023-02-01 07:37:48 +00:00
aboyko
4c43862ec9 StsEnvironment usage without type cast 2023-01-30 17:11:20 -05:00
aboyko
ff5adf8264 Support more types in recipe descriptor loading from json 2023-01-24 10:28:35 -05:00
aboyko
c8b12a37b9 Unit test MavenProjectParser 2023-01-23 15:48:01 -05:00
aboyko
d885924cdb Up-version Rewrite 2023-01-23 12:24:18 -05:00
aboyko
8db31656a9 Switch to URI#toASCIIString() 2023-01-19 17:00:55 -05:00
Kris De Volder
c79cc62c9d Bump version to 1.44.0 2023-01-03 20:07:24 +00:00
aboyko
65a8a15649 Boot -> 3, JUnit -> 5, Java -> 17 2022-12-13 17:49:03 -05:00
Kris De Volder
3989f2563c Bump version to 1.43.0 2022-12-13 00:28:05 +00:00
Kris De Volder
5b2c3261e4 Bump version to 1.42.0 2022-12-07 11:29:32 +00:00
aboyko
da35dcad18 Optimize Maven project parser. Support for factories parsing. 2022-12-05 20:41:38 -05:00
aboyko
61d6d1ded0 Adopt Rewrite Boot 3 upgrade 2022-11-28 17:19:37 -05:00
aboyko
a919463ca9 Use SKIP_SOURCE_SET_TYPE_GENERATION flag for parsing to avoid heap spike 2022-11-23 12:49:53 -05:00
aboyko
c76044cf65 JavaSourceSet marker name (main or test) 2022-11-22 22:22:29 -05:00
aboyko
0f6c455589 Adopt the latest Rewrite 2022-11-22 18:31:33 -05:00
aboyko
7594a743cf Upgrade Recipe wrapper with AddRepository 2022-11-10 13:34:04 -05:00
aboyko
1725d7f5a1 Save project before applying recipe. Try to use content from docs cache 2022-11-07 19:45:55 -05:00
aboyko
de524da138 Upgrade Rewrite dependencies to 7.32.1, 4.29 and 1.13 2022-11-03 16:34:36 -04:00
Kris De Volder
1c97878ebe Bump version to 1.41.0 2022-10-26 06:22:23 +00:00
aboyko
6c9543c174 Ignored problem marker + quick fix becomes CodeAction. 2022-10-21 17:31:16 -04:00
aboyko
b91aec9de4 Treat DeclarativeRecipe specially when loading recipe from descriptor 2022-10-14 13:13:55 -04:00
aboyko
2db435f47e Proper recipe class lookup mechanism for plugged in recipes 2022-10-14 13:01:37 -04:00
aboyko
b2fc3ebacc Adjust unit test 2022-10-11 10:59:15 -04:00
aboyko
b3b03bfb47 Clean log from parse and parsing interrupted error messages 2022-10-07 17:19:02 -04:00
aboyko
0130203c8f Mark types not supported as of Boot 3 2022-10-07 13:38:44 -04:00
aboyko
d3ef3c92e4 Define bean in configuration class quickfix 2022-10-07 11:25:34 -04:00
aboyko
c5da49443d Fix Dependency Bot warnings. Managed jackson version for Rewrite 2022-10-05 11:36:27 -04:00
aboyko
f8393859dd CodeAction, Problem and Fix descriptors API reworked. Reload action fix 2022-10-05 11:06:51 -04:00
aboyko
4db1297ac8 Mark not registered bean for AOT 2022-10-05 11:06:51 -04:00
aboyko
311c276217 [boot-3] BeanPostProcessor ignored in AOT setup problem and quick fix 2022-09-29 20:31:48 -04:00