Commit Graph

83 Commits

Author SHA1 Message Date
Janne Valkealahti
3f1269a083 Upgrade spring-boot 3.0.13
- Fixes #932
2023-11-23 10:08:24 +00:00
github-actions[bot]
31dc387f42 Next development version 2023-11-08 09:31:05 +00:00
Janne Valkealahti
ae6fbdcc5a 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 #914
- Fixes #911
2023-11-03 17:11:48 +00:00
Eddie
5105f5cd37 Update StringTemplate version in gradle.properties
Newer version contains bugfixes
Backport #886
Fixes #889
2023-10-19 16:47:18 +01:00
Janne Valkealahti
89014b3a7a Upgrade spring-boot 3.0.12
- Fixes #893
2023-10-19 13:21:37 +01:00
github-actions[bot]
3ca7fa7340 Next development version 2023-10-03 12:14:01 +00:00
Janne Valkealahti
7e63431a16 Upgrade spring-boot 3.0.11
- Fixes #869
2023-09-21 12:52:01 +01:00
Janne Valkealahti
5b9f8bbea5 Upgrade spring-boot 3.0.10
- Fixes #858
2023-08-25 09:29:04 +03:00
github-actions[bot]
44923f7891 Next development version 2023-07-26 12:00:28 +00:00
Janne Valkealahti
e2da0d0907 Upgrade spring-boot 3.0.9
- Fixes #818
2023-07-20 14:40:53 +01:00
github-actions[bot]
b5cb562d40 Next development version 2023-06-27 07:16:08 +00:00
Janne Valkealahti
66919689da Upgrade spring-boot 3.0.8
- Fixes #785
2023-06-22 16:10:27 +01:00
github-actions[bot]
21fc4551e6 Next development version 2023-06-13 13:17:33 +00:00
github-actions[bot]
515372019c Next development version 2023-05-25 15:43:43 +00:00
Janne Valkealahti
94fa9edb73 Upgrade spring-boot 3.0.7
- Fixes #742
2023-05-19 08:30:13 +01:00
github-actions[bot]
8ab3da5471 Next development version 2023-05-08 08:17:28 +00:00
Janne Valkealahti
0be4cf06c1 Upgrade jline 3.23.0
- Backport #725
- Fixes #727
2023-04-28 17:48:49 +01:00
Janne Valkealahti
d4b26eea62 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.
- Backport #722
- Fixes #724
2023-04-28 13:56:03 +01:00
Janne Valkealahti
4d9ba5b4a4 Upgrade spring-boot 3.0.6
- Fixes #718
2023-04-27 20:50:38 +01:00
github-actions[bot]
7980561e21 Next development version 2023-04-11 18:51:17 +00:00
Janne Valkealahti
8ce7a11aa0 Upgrade spring-boot 3.0.5
- Fixes #695
2023-03-24 07:49:27 +00:00
Janne Valkealahti
278039fe95 Upgrade spring-boot 3.0.4
- Fixes #684
2023-03-05 16:48:27 +00:00
github-actions[bot]
f0409c7254 Next development version 2023-02-27 17:37:12 +00:00
Janne Valkealahti
c91db3547d Upgrade spring-boot 3.0.3
- Fixes #661
2023-02-24 08:53:29 +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
Eric Bottard
e27257a340 Update README 2015-02-09 17:23:10 +01:00