Janne Valkealahti
9bb0674cc9
Merge pull request #1104 from egreijus
...
* pr/1104:
Polish "Upgrade to Spring Boot 3"
Upgrade to Spring Boot 3
2023-10-05 12:51:34 +01:00
Janne Valkealahti
2025282e06
Polish "Upgrade to Spring Boot 3"
2023-10-05 12:49:46 +01:00
Janne Valkealahti
7e78d78d05
Next major development version
2023-10-04 14:16:37 +01:00
Erik Greijus
497eebe55c
Upgrade to Spring Boot 3
2023-08-29 12:52:50 +02:00
Janne Valkealahti
6bddecd3f2
Fix version discovery
2023-06-19 10:52:03 +01:00
Janne Valkealahti
9b93f3b797
Fix ci-boot.yml
2023-06-12 12:28:47 +01:00
Janne Valkealahti
f6b4464804
Add ci boot workflow
2023-06-12 12:24:21 +01:00
Janne Valkealahti
2bad237d9d
Upgrade jfrog 2.39.1 in release workflows
2023-06-05 09:59:05 +01:00
Janne Valkealahti
d0e48a797d
Upgrade jfrog 2.39.1 in ci
2023-06-05 09:05:02 +01:00
Janne Valkealahti
3ad063a806
Upgrade gradle 7.6.1
...
- Switch propdeps-plugin to custom OptionalDependenciesPlugin
- Switch io.spring.dependency-management with custom
spring-statemachine-platform project
- Use proper gradle publication system
- Switch to testfixtures from a custom tests jar
- Migrate to spring-asciidoctor-backends
- Generic changes to bom/starter create as we now use publications
2023-05-31 12:27:41 +01:00
Janne Valkealahti
cf4eb2f7c0
Update boot 2.7.0
...
- Fixes #1052
2022-05-22 16:47:40 +01:00
Janne Valkealahti
e0090fc58b
Update readme
2022-05-05 14:49:36 +01:00
Janne Valkealahti
815e327ad2
Next minor development version
2022-05-05 14:31:28 +01:00
github-actions[bot]
91edc8be8e
Next development version
2022-05-05 13:05:05 +00:00
Janne Valkealahti
1f1d706715
Update boot 2.6.7
...
- Fixes #1048
2022-05-05 09:28:18 +01:00
Janne Valkealahti
3b93d9de02
Update boot 2.6.6
...
- Fixes #1040
2022-04-06 08:35:18 +01:00
Janne Valkealahti
937519f9ff
Next minor development version
2022-04-06 08:15:48 +01:00
github-actions[bot]
e33b3fc9f1
Next development version
2022-04-06 06:53:58 +00:00
Janne Valkealahti
b50d3f2372
Update boot 2.5.12
...
- Fixes #1037
2022-04-05 08:21:48 +01:00
Janne Valkealahti
9cf1042cb5
Update boot 2.5.10
...
- Fixes #1027
2022-03-07 10:10:12 +00:00
Janne Valkealahti
91cc99a149
Switch from old repo names
2022-03-07 08:56:28 +00:00
Janne Valkealahti
af4cfc4d70
Fix samples publish
...
- When going from boot 2.4.x to 2.5.x build didn't get
fatjar anymore, instead only "plain" jar were published.
- This same thing happened with local install and
artifactory publish.
- Define bootJar as artifact in sample projects.
- Fixes #994
2021-07-12 10:28:02 +01:00
Janne Valkealahti
0e489a8dfb
Revert "Next development version"
...
This reverts commit 0b521914fe .
2021-07-11 17:43:35 +01:00
github-actions[bot]
0b521914fe
Next development version
2021-07-11 16:27:25 +00:00
Janne Valkealahti
1cdd9eb469
Update release workflow
2021-07-11 15:32:02 +01:00
Janne Valkealahti
281909c40c
Update release workflow
2021-07-11 14:07:43 +01:00
Niels
19d1fc3836
Implement named transitions
...
- Backport #850
- Fixes #989
Co-authored-by: Niels Hoppe <niels.hoppe@fokus.fraunhofer.de >
2021-07-11 12:49:21 +01:00
Janne Valkealahti
6cf3851df4
Update labels
2021-07-11 08:54:10 +01:00
Janne Valkealahti
a5f7b1e346
Update gpg key
2021-07-05 08:35:23 +01:00
Erik Greijus
4da9c52742
Restore all regions of statemachine
...
- Restore all regions of statemachine
- A persisted statemachine with orthogonal states will not be correctly
restored as only the top region gets correctly reset. Tests in
StateMachineResetTests use the correct way to reset the statemachine
with all regions
- Fixes #978
2021-06-26 16:25:28 +01:00
daniel ding
c930c54fad
Fix repository factory choice junction action construction
...
- add actions to CHOICE & JUNCTION node
- Fixes #934
2021-06-26 16:04:53 +01:00
Donquih0te
acb6f1d4a3
fix typo
2021-06-26 15:35:12 +01:00
Janne Valkealahti
b26d87733d
Add github release to milestone release
2021-06-26 15:32:08 +01:00
Janne Valkealahti
6a2e51d023
Manage labels
2021-06-26 15:23:41 +01:00
Janne Valkealahti
a047e0f89d
Update jfrog 1.50.0
2021-06-26 14:15:49 +01:00
Janne Valkealahti
475622db63
Update jfrog 1.50.0
2021-06-26 14:12:50 +01:00
Janne Valkealahti
db46a706c6
Update boot 2.5.2
...
- Fixes #971
2021-06-26 13:58:38 +01:00
Janne Valkealahti
58beadf240
Update jfrog cli 1.46.4
2021-04-25 15:27:37 +01:00
George Vagenas
043d2a7531
properly set the bean name for factory generated state machines
...
- testing: added test case for dynamic generated id
- docs: update documentation
- fix: Support @WithStateMachine for machines generated using either empty id or dynamically generated id
- Fixes #940
2021-04-25 13:55:49 +01:00
xJoeWoo
048e930a19
Replace resetStateMachine with resetStateMachineReactively
...
- improve AbstractPersistStateMachineHandler#handleEventWithStateReactively
- Fixex #949
Signed-off-by: xJoeWoo <xjoewoo@gmail.com >
2021-04-25 13:19:09 +01:00
Janne Valkealahti
0c88fb9b2c
Update boot 2.5.0-RC1
...
- Fixes #953
2021-04-23 13:09:06 +01:00
Janne Valkealahti
d1b47ebbbe
Update gradle 6.8.3
2021-04-23 13:08:40 +01:00
Janne Valkealahti
0d249c0f34
Fix wrong postfix for project version
2021-04-05 16:46:03 +01:00
Janne Valkealahti
4d4a2cd8d3
Add missing property to milestone workflow
2021-04-05 15:52:51 +01:00
Janne Valkealahti
b5702d17bd
Default branch rename in docs
2021-04-05 14:54:14 +01:00
Janne Valkealahti
330da2fb62
Rename workflows to use main
2021-04-05 14:31:27 +01:00
Janne Valkealahti
4671b69941
Separete ci/pr workflows
2021-04-05 13:17:36 +01:00
Janne Valkealahti
4dcf6dc531
Limit trigger handling concurrency
...
- Change flatMap to use concurrency 1 in a trigger handling which
should fix issues when events are sent fast.
- Fixes #942
2021-04-05 13:13:21 +01:00
Janne Valkealahti
5919b061fe
Update labels
2021-04-05 12:44:36 +01:00
Janne Valkealahti
9b4fcd8231
Update nexus-sync version
2021-04-03 16:33:19 +01:00