Commit Graph

103 Commits

Author SHA1 Message Date
Janne Valkealahti
7799a5e40e Upgrade jline 3.26.3
- Backport #1105
- Fixes #1106
2024-07-24 07:15:24 +01:00
Janne Valkealahti
e145c23a88 Upgrade spring-boot 3.2.8
- Fixes #1102
2024-07-20 06:34:32 +01:00
github-actions[bot]
1e92a9cae3 Next development version 2024-06-25 11:57:11 +00:00
Janne Valkealahti
ee41d1329b Upgrade jline 3.26.2
- Backport #1091
- Fixes #1092
2024-06-20 17:11:46 +01:00
Janne Valkealahti
1ac9ab0ba6 Upgrade spring-boot 3.2.7
- Fixes #1089
2024-06-20 17:06:53 +01:00
github-actions[bot]
937e7d4d09 Next development version 2024-05-28 12:15:11 +00:00
Janne Valkealahti
b67b3010f2 Upgrade jline 3.26.1
- Backport #1074
- Fixes #1076
2024-05-26 16:13:30 +01:00
Janne Valkealahti
298f0a1dea Upgrade spring-boot 3.2.6
- Fixes #1069
2024-05-24 06:29:18 +01:00
github-actions[bot]
f6fae64fa7 Next development version 2024-04-23 07:48:52 +00:00
Janne Valkealahti
facd4c123d Upgrade jline 3.26.0
- Backport #1046
- Fixes #1058
2024-04-22 16:38:44 +01:00
Janne Valkealahti
6017fb15d0 Upgrade spring-boot 3.2.5
- Fixes #1049
2024-04-19 08:23:22 +01:00
github-actions[bot]
a49e6fdffc Next development version 2024-03-21 16:48:12 +00:00
Janne Valkealahti
68af1fb800 Upgrade spring-boot 3.2.4
- Fixes #1022
2024-03-21 12:54:13 +00:00
Maksim Sasnouski
66dda017f9 Upgrade com.gradle.enterprise plugin to 3.16.2 2024-03-09 16:33:33 +00:00
github-actions[bot]
e5b50cf882 Next development version 2024-02-26 14:24:56 +00:00
Janne Valkealahti
daebf98918 Upgrade spring-boot 3.2.3
- Fixes #1007
2024-02-22 20:42:53 +00:00
Janne Valkealahti
5e093e02a4 Update jline 3.25.1
- Fixes #982
2024-01-23 15:05:06 +00:00
github-actions[bot]
2b9e778c3e Next development version 2024-01-22 09:16:00 +00:00
Janne Valkealahti
99cf7e3c18 Update spring-boot 3.2.2
- Fixes #978
2024-01-20 08:38:02 +00:00
Janne Valkealahti
27d93110ee Update jline 3.25.0
- Fixes #966
2024-01-10 14:52:08 +00:00
github-actions[bot]
f6e53ab228 Next development version 2024-01-03 10:02:02 +00:00
Janne Valkealahti
4eab8be5d0 Upgrade spring-boot 3.2.1
- Fixes #952
2023-12-22 08:31:45 +00:00
Janne Valkealahti
8d6223de46 Upgrade spring-boot 3.2.0
- Fixes #934
2023-11-23 18:05:14 +00:00
Janne Valkealahti
d88fa16d8e Upgrade spring-boot 3.2.0-RC2
- Fixes #916
2023-11-03 17:24:46 +00:00
Janne Valkealahti
efdf83a1ed Upgrade jline 3.24.1
- Disable jni terminal provider in test ShellAutoConfiguration
  like it's done for jna/jansi
- Default TerminalBuilder system outpu to SysOut to restore
  writing to stdout instead of stderr when redirect exists
- Relates #891
- Relates #901
2023-11-03 14:27:40 +00:00
Janne Valkealahti
e2a7f340f3 Upgrade spring-boot 3.2.0-RC1
- Fixes #895
2023-10-20 17:33:14 +01:00
Eddie
1b4170845f Update StringTemplate version in gradle.properties
Newer version contains bugfixes
2023-10-19 14:44:30 +01:00
Janne Valkealahti
a79ecbc069 Upgrade spring-boot 3.2.0-M3
- Fixes #871
2023-09-21 16:56:24 +01:00
Janne Valkealahti
e0a366aa81 Upgrade spring-boot 3.2.0-M2
- Fixes #860
2023-08-25 09:42:26 +03:00
Janne Valkealahti
9de09995de Upgrade spring-boot 3.2.0-M1
- Fixes #787
2023-07-20 18:45:41 +01:00
Janne Valkealahti
7381095741 Start working on Spring Shell 3.2 2023-06-14 16:23:27 +01:00
github-actions[bot]
e8443486c3 Next development version 2023-06-13 13:29:18 +00:00
github-actions[bot]
26746254a5 Next development version 2023-05-25 15:58:16 +00:00
Janne Valkealahti
96402a79b6 Upgrade spring-boot 3.1.0
- Fixes #743
2023-05-19 08:30:48 +01:00
Janne Valkealahti
8e05aa97ca Upgrade spring-boot 3.1.0-RC2
- Fixes #733
2023-05-05 15:36:34 +01:00
Janne Valkealahti
6db122a498 Upgrade jline 3.23.0
- Fixes #725
2023-04-28 17:47:54 +01:00
Janne Valkealahti
0724523e78 Upgrade spring-boot 3.1.0-RC1
- Upgrade gradle 7.6.1 due to https://github.com/gradle/gradle/issues/24390
- Fixes #717
2023-04-28 14:52:22 +01:00
Janne Valkealahti
2cc7f8ec39 Migrate docs to spring-asciidoctor-backends
- Use io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.5
- As this relates to anon repo access, use ge conventions from
  public repos and fix some other used repos.
- Fixes #722
2023-04-28 13:36:09 +01:00
Janne Valkealahti
1c73ca4f73 Revert to spring-boot 3.1.0-M1
- Relates #717
2023-04-28 13:15:56 +01:00
Janne Valkealahti
2d714c04cf Upgrade spring-boot 3.1.0-RC1
- Fixes #717
2023-04-27 20:48:40 +01:00
Janne Valkealahti
e7b4c82e34 Upgrade spring-boot 3.1.0-M2
- Fixes #697
2023-03-24 16:06:34 +00:00
Janne Valkealahti
1170ec965c Upgrade spring-boot 3.1.0-M1
- Fixes #662
2023-02-24 08:54:49 +00:00
Janne Valkealahti
e721bc57f3 Switch to spring-boot 3.1.0 snapshots
- Relates #662
2023-02-05 17:06:01 +00:00
Janne Valkealahti
4f50961976 Start next minor development version 2023-01-24 13:42:28 +00:00
github-actions[bot]
bd7f5b882c Next development version 2023-01-24 10:23:23 +00:00
Janne Valkealahti
df9c5b5483 Upgrade spring-boot 3.0.2
- Fixes #619
2023-01-20 09:54:24 +00:00
Janne Valkealahti
206da7463b Upgrade spring-boot 3.0.1
- Fixes #596
2022-12-27 16:04:46 +00:00
Janne Valkealahti
a6b84372b2 Upgrade spring-boot 3.0.0
- Fixes #574
2022-11-24 17:56:30 +00:00
Janne Valkealahti
d39276908d Upgrade spring-boot 3.0.0-RC2
- Fixes #568
2022-11-15 08:14:07 +00:00
Janne Valkealahti
3e0ca620ea Upgrade spring-boot 3.0.0-RC1
- Fixes #557
2022-10-21 12:16:40 +01:00