Commit Graph

84 Commits

Author SHA1 Message Date
Janne Valkealahti
00529b6fb2 Upgrade spring-boot 3.1.6
- Fixes #933
2023-11-23 13:24:48 +00:00
github-actions[bot]
e890d35bf6 Next development version 2023-11-08 09:46:31 +00:00
Janne Valkealahti
46b38a0a85 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
- Backport #891
- Backport #901
- Fixes #913
- Fixes #910
2023-11-03 17:05:31 +00:00
Eddie
db212a3831 Update StringTemplate version in gradle.properties
Newer version contains bugfixes
Backport #886
Fixes #888
2023-10-19 16:45:50 +01:00
Janne Valkealahti
2952c42a51 Upgrade spring-boot 3.1.5
- Fixes #894
2023-10-19 14:34:36 +01:00
github-actions[bot]
e08e087a0e Next development version 2023-10-03 12:25:47 +00:00
Janne Valkealahti
b40e9f6339 Upgrade spring-boot 3.1.4
- Fixes #870
2023-09-21 12:53:32 +01:00
Janne Valkealahti
17b732142d Upgrade spring-boot 3.1.3
- Fixes #859
2023-08-25 09:31:03 +03:00
github-actions[bot]
234bde5415 Next development version 2023-07-26 12:45:55 +00:00
Janne Valkealahti
1caeacfb9c Upgrade spring-boot 3.1.2
- Fixes #819
2023-07-20 14:48:57 +01:00
github-actions[bot]
f388a30716 Next development version 2023-06-27 07:26:26 +00:00
Janne Valkealahti
d36b9d83fc Upgrade spring-boot 3.1.1
- Fixes #786
2023-06-22 16:41:23 +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
Janne Valkealahti
4bab975ecf Add PathSearch component
- New PatchSearch component
- Allow user to define base directory for search
- Show (using single select list) search results
- Allow user to define search string
- Implement algorithms(start with exact-match and fuzzy-match) from fuzzy search tool (fzf)
- Sample "component path search" and change "component path" to "component path input"
- Fixes #556
2022-10-19 06:44:11 +01:00
Janne Valkealahti
226b081c1c Upgrade native-build-tools 0.9.14
- Update docs
- Fixes #540
2022-10-03 09:20:49 +01:00
Janne Valkealahti
3660d61609 Upgrade spring-boot 3.0.0-M5
- Fixes #523
2022-09-23 09:22:24 +01:00
Janne Valkealahti
cf7c409d1c Enable ge settings with ci workflow 2022-08-23 08:27:34 +01:00
Janne Valkealahti
79350939a5 Handle When.MAYBE warning
- Add com.google.code.findbugs:jsr305 to compileOnly
  order to get rid of warnings.
2022-08-18 08:51:35 +01:00
Janne Valkealahti
6749ec228d Add gradle ge integration 2022-08-17 17:18:29 +01:00
Janne Valkealahti
fee09f9ff5 Integration native build to sample
- This adds a way to build native binary for a sample which
  were missed from original gradle work.
- Relates #470
2022-08-17 08:45:31 +01:00
Janne Valkealahti
39c4519a3f Add gradle build files
- First set of changes for introduction of a gradle build.
- Relates #470
2022-08-16 10:30:15 +01:00
Eric Bottard
3cd5a1be3b Remove everything prior to Shell 2 migration 2017-08-08 11:04:41 +02:00
Eric Bottard
fdf892cfaf Remove unneeded dependencies, incl Guava
Fixes https://github.com/spring-projects/spring-shell/issues/95
2017-06-28 15:29:41 +02:00
Eric Bottard
e935251614 Bump version to 1.2.1.BUILD-SNAPSHOT 2016-11-03 15:51:33 +01:00
Spring Buildmaster
5d36787786 [artifactory-release] Next development version 2016-06-29 18:18:38 +00:00
Spring Buildmaster
67935a5729 [artifactory-release] Release version 1.2.0.RELEASE 2016-06-29 18:18:37 +00:00
Spring Buildmaster
fa3b7d191a [artifactory-release] Next development version 2016-06-17 13:27:03 +00:00
Spring Buildmaster
24cde546d3 [artifactory-release] Release version 1.2.0.RC1 2016-06-17 13:27:03 +00:00
Spring Buildmaster
ec9e3d49f8 [artifactory-release] Next development version 2015-12-22 15:50:23 -08:00
Spring Buildmaster
2340555a32 [artifactory-release] Release version 1.2.0.M1 2015-12-22 15:50:23 -08:00
Mark Pollack
db7b649eaf Upgrade versions of dependent libraries 2015-12-22 18:43:05 -05:00
Eric Bottard
4c18cfb8f4 SHL-173: Add converter for array of convertible 2015-07-09 16:12:33 -04:00