7.21.0-rc.192
- AAE-43225 Bump Spring Boot to 4.0.4 by @shsahahyland in https://github.com/Activiti/Activiti/pull/5331
- build(deps): bump hyland/github-actions-ensure-sha-pinned-actions from 1.2.0 to 2.0.0 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5373
- build(deps-dev): bump org.owasp:dependency-check-maven from 12.2.0 to 12.2.1 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5371
- build(deps): bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5372
- AAE-44322 Tomcat security update to 10.1.53 by @wojciech-piotrowiak in https://github.com/Activiti/Activiti/pull/5374
- AAE-44322 Tomcat security update to 10.1.54 by @wojciech-piotrowiak in https://github.com/Activiti/Activiti/pull/5375
- Activiti-5746-Fixed Oracle SQL syntax: removed invalid 'column' keyword by @sohini-bhattacharya in https://github.com/Activiti/Activiti/pull/5369
- AAE-44948 Bump to SpringBoot 4.0.6 by @shsahahyland in https://github.com/Activiti/Activiti/pull/5382
Full Changelog: https://github.com/Activiti/Activiti/compare/7.21.0-rc.191...7.21.0-rc.192
Nightly
- 6f60b90: [dotnet][rb][java][js][py] Automated Browser Version Update (#17394) (Selenium CI Bot) #17394
- 8cc26f7: [grid] Add Distributor Redis-backed implementation as built-in support (#17396) (Viet Nguyen Duc) #17396
- b95cd1f: [py] extend create-bidi-src with full set of BiDi-adjacent CDDL Specs (#17378) (David Burns) #17378
- 97ec921: [rust] Add a skills flag that will install a skills.md file (#17364) (David Burns) #17364
- 0275fbd: [py] Implement high level APIs for script (#17371) (David Burns) #17371
- e68fadc: [dotnet] [build] Simplify version.bzl file name (#17399) (Nikolay Borisenko) #17399
- d7c7abf: [dotnet] Strongly signed assemblies (#17397) (Nikolay Borisenko) #17397
Nightly
- 1ab572a: [dotnet][rb][java][js][py] Automated Browser Version Update (#17379) (Selenium CI Bot) #17379
- 9dca613: [dotnet] Support
UnhandledPromptBehavioroption as string and map (breaking change) (#16557) (Nikolay Borisenko) #16557 - c52419f: [dotnet] [build] Combine bazel targets (#17387) (Nikolay Borisenko) #17387
- ff8a580: [dotnet] [build] Migrate resource generation to dotnet tool (#17388) (Nikolay Borisenko) #17388
- fe921b5: [dotnet] Improve logging interpolated string allocation (#17391) (Nikolay Borisenko) #17391
Apache ServiceComb Java-Chassis 2.9.4
- [#5015] update jdk version by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/5126
- [#5130] Fixed incorrect ProduceProcessor is selected when the produces is null by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/5131
- [#5128] Project management of the Archaius component by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/5129
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.9.3...2.9.4
Nightly
- 7135a45: [py] Fix race condition in WebSocketConnection.execute() causing KeyError (#17381) (David Burns) #17381
- 54e42e7: [java] [test] Unignore bidi network conditions tests for Firefox (#17385) (Nikolay Borisenko) #17385
- 2bfde62: [dotnet] [test] Unignore network conditions tests for Firefox (#17386) (Nikolay Borisenko) #17386
- ca2e49d: [dotnet] [test] Migrate to MTP (#17384) (Nikolay Borisenko) #17384
v4.0.2
- Add support to group commands at class level as in v3 #1266
- Add support to test commands which ask for input with Spring Shell 4 #1292
- Add support to specify argument arity for multi-valued input #1263
- Sort command names in help output #1279
- Exit code is always 0 for non-interactive runner #1339
- Missing help for built-in commands #1335
- Boolean flags not working without value in sub-commands #1331
- Declaring an ApplicationRunner causes Spring Shell application to close immediately #1330
- Spring profiles not honoured when registering commands #1328
- Command registration differs with
@ActiveProfilesin tests vs jar spring.profiles.active= (4.0.1) #1327 - Command not registered if
@Profile(..) is used and activated #1325 - Fix possible NPE in InteractiveShellRunner #1320
- Script execution stops on line with comment (in 4.x) #1316
- Empty line in script prints all available commands (in 4.0.1) #1315
- Default option int value is ignored (in 4.0.1) #1314
- NonInteractiveShellRunner v3 -> v4 Migration Issue #1312
- Boolean option without value does not properly work with argument #1309
- Annotated commands are not registered in GraalVM native binary #1229
- Table Rendering Issue with CJK Characters #1223
- End-to-end testing documentation can be improved #1338
- Exception handling changes in 4.0 are not documented in migration guide #1265
- Reactor 3.8.5
- Spring Framework 7.0.7
- Spring Boot: 4.0.6
- jLine: 3.30.9
Thank you to all the contributors who worked on this release:
@czpilar, @RustyRodriguez, @therepanic