Janne Valkealahti
d152bf964b
URL Cleanup
...
- Merge/squash #690 #706 #712
- Exclude all .di, .notation and .uml files whose id's cannot be
changed.
2019-05-16 08:15:13 +01:00
Spring Operator
74c14a5d1c
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
* http://docs.jboss.org/jbossas/javadoc/4.0.5/connector with 1 occurrences migrated to:
https://docs.jboss.org/jbossas/javadoc/4.0.5/connector ([https](https://docs.jboss.org/jbossas/javadoc/4.0.5/connector ) result 301).
* http://repo.springsource.org/libs-milestone with 1 occurrences migrated to:
https://repo.springsource.org/libs-milestone ([https](https://repo.springsource.org/libs-milestone ) result 301).
* http://repo.springsource.org/libs-release with 2 occurrences migrated to:
https://repo.springsource.org/libs-release ([https](https://repo.springsource.org/libs-release ) result 301).
* http://repo.springsource.org/plugins-release with 1 occurrences migrated to:
https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release ) result 301).
* http://spring.io/spring-statemachine with 1 occurrences migrated to:
https://spring.io/spring-statemachine ([https](https://spring.io/spring-statemachine ) result 302).
2019-03-19 11:58:56 +00:00
Spring Buildmaster
828bb9883f
Next development version 1.1.2.BUILD-SNAPSHOT
2016-09-28 17:00:51 +00:00
Janne Valkealahti
5557046bce
Update changelog for 1.1.1.RELEASE
2016-09-28 15:57:32 +01:00
Janne Valkealahti
5a779c8858
Backport: Refactor join handling
...
- Backporting #235 #237
- Refactor how join is handled
- Add new StateListener for listening entry/exit per State.
- Transition is now passed to next guy from a join state.
- A lot of changes in core machine/factory/executor to support
this new join handling.
- Fixes #261
2016-09-28 15:40:26 +01:00
Janne Valkealahti
fccc109661
Backport: Fix region persist
...
- Backporting #242
- Correctly set main persisted state id into
StateMachineContext if state is orthogonal.
- Fixes #260
2016-09-28 14:56:40 +01:00
Janne Valkealahti
384a1239e5
Backport: Fix wrong event object comparison
...
- Backporting #253
- Classic case of using == vs. equals if Strings are involved.
- In DefaultStateMachineExecutor change event comparison
from == to equals.
- Tests using enums naturally work, but some tests using Strings
had a wrong checks.
- Fixes #258
2016-09-28 14:46:44 +01:00
Janne Valkealahti
c4e106001e
Next development version.
2016-05-23 18:11:06 +01:00
Janne Valkealahti
e0b0f86d41
Update cloud cluster version
2016-05-23 15:44:24 +01:00
Janne Valkealahti
dd1f05b7d0
Restore gradle.properties
2016-05-23 15:32:41 +01:00
Spring Buildmaster
fc98be0ad8
Next development version.
2016-05-23 14:11:00 +00:00
Janne Valkealahti
55071c7471
Update docs
...
- Relates to #219
2016-05-22 08:34:46 +01:00
Janne Valkealahti
ba8353367a
Add locking to state handling
...
- We still got trouble with #227 with smoke
tests so adding some locking sync to state
handling.
2016-05-21 21:21:02 +01:00
Janne Valkealahti
f61237d082
Update docs
...
- Relates to #219
2016-05-21 18:11:01 +01:00
Janne Valkealahti
49b81675fa
Update changelog
2016-05-21 15:50:49 +01:00
Janne Valkealahti
234bf281aa
Update docs
...
- Better papyrus docs #219
2016-05-21 15:43:09 +01:00
Janne Valkealahti
571e147f14
Update docs
...
- Better docs for UmlStateMachineModelFactory #219
2016-05-21 14:54:53 +01:00
Janne Valkealahti
fd56501363
Update docs
...
- Update copyright #219
2016-05-21 14:20:50 +01:00
Janne Valkealahti
5fc9c62a64
Update docs
...
- Notes for message passing #219
2016-05-21 14:09:31 +01:00
Janne Valkealahti
99e02f682e
Polish docs
...
- Scale images #219
2016-05-21 10:32:45 +01:00
Janne Valkealahti
e9cb3af785
Fix possible NPE
...
- getState() now handles null better when checking
running state when possibly going to return
final state.
- Fixes #227
2016-05-21 09:54:21 +01:00
Janne Valkealahti
588eee751f
Make tests more reliable
2016-05-19 11:13:15 +01:00
Janne Valkealahti
6b93760535
Make tests more reliable
2016-05-18 18:59:05 +01:00
Janne Valkealahti
962c76e91d
Make tests more reliable
...
- Attempt to make testing in CI more reliable as
all seem to be fine locally.
2016-05-18 11:56:55 +01:00
Janne Valkealahti
ec21afc131
Refactor concepts around uml model factory
...
- Fixes #226
2016-05-17 09:11:14 +01:00
Janne Valkealahti
c8cc2b1ba4
Add docs for ordershipping sample
...
- Relates to #219
2016-05-14 18:02:48 +01:00
Janne Valkealahti
dbb510a9d3
Polish
2016-05-14 16:47:31 +01:00
Janne Valkealahti
05ef94e0ed
Add ordershipping sample
...
- Fixes #225
2016-05-14 09:42:16 +01:00
Janne Valkealahti
fca98d8e4d
Add tests
...
- Adding a simple test for checking that
custom task executor is set via configurer
if executor is created as bean.
2016-05-12 15:31:26 +01:00
Janne Valkealahti
914f39e282
Add tests
...
- Adding some new tests related to wait loops
and error handling.
2016-05-12 09:10:30 +01:00
Janne Valkealahti
7602cf68ce
Pseudostates may cause exit from parent
...
- Fix better handling of when parent state
is trying to enter if transition happens
with pseudostate in substates.
- Fixes #223
2016-05-12 07:45:49 +01:00
Janne Valkealahti
657c1d8e4b
UmlModelParser breaks with shadow entries
...
- Fix so that unused transition with now source
or target will not cause NPE.
- Fixes #218
2016-05-08 17:41:52 +01:00
Janne Valkealahti
751f95b44f
Fix state exit with fork
...
- Fix a case where state leading into a fork
doesn't exit.
- Relates to work in #221
2016-05-08 14:02:56 +01:00
Janne Valkealahti
66295d9ed2
State exists in regions
...
- Related to work done in #221 where we got
into trouble for properly exiting states when
fork/join is used.
2016-05-08 08:58:50 +01:00
Janne Valkealahti
2eb8788ce3
Direct region entry doesn't bypass initial state entry
...
- Enhance state context to have more info about target
states which is needed to make a proper decision if
region needs to be started.
- Fix RegionState to not to start if it looks like
direct entry will be done later.
- Relates to #221
2016-05-07 15:52:12 +01:00
Janne Valkealahti
12137222a8
Join state should not be entered
...
- Fix join pseudostate to be transient.
- Fix tests which uses wrong concepts.
- Fixes #222
2016-05-06 17:24:54 +01:00
Janne Valkealahti
2836902635
Direct region entry doesn't bypass initial state entry
...
- Fix a case where region is entered directly. Essentially
now trying to see if entry into a RegionState needs to
start a region as otherwise we assume direct entry will
do a start anyway.
- Fix some tests which kinda tested wrong scenarios.
- Fixes #221
2016-05-06 15:41:29 +01:00
Janne Valkealahti
e60cf77a04
TimerTrigger with delay fires immediately
...
- Fix use of correct delay.
- Move CountTrigger to support package
as it's a generic class.
- Fixes #220
2016-05-04 19:48:05 +01:00
Janne Valkealahti
9c4524e1cb
Complex linked pseudostates cause trouble
...
- Fix complex linked state handling.
- Fixes #217
2016-05-04 07:33:25 +01:00
Janne Valkealahti
84197d6ce5
Add tests
...
- Failed attempt to find failing tests for #216
but then we can't ever have enought tests so
stashing ongoing work here.
2016-05-01 19:27:30 +01:00
Janne Valkealahti
e7c28c2353
Add spel support for uml
...
- Now Guards and Actions can be defined
as expressions if 'spel' language is used.
- Fixes #215
2016-05-01 15:35:50 +01:00
Janne Valkealahti
3cf40e8220
Add uml tests for showcase
2016-05-01 10:31:09 +01:00
Janne Valkealahti
f7419d2c7d
Support initial action in uml
...
- Add action detection from initial state
vertex which then translates into initial state
initial action.
- Fixes #213
2016-04-30 16:16:19 +01:00
Janne Valkealahti
b0b21a4feb
Don't publish build-tests
...
- Fixes #211
2016-04-30 10:16:25 +01:00
Janne Valkealahti
a74e82a8f9
Fix missing guards in uml model
...
- Add defined guards to normal transitions.
- Fixes #212
2016-04-30 09:22:27 +01:00
Janne Valkealahti
ca6a0c10aa
Update changelog
2016-04-25 09:11:45 +01:00
Janne Valkealahti
63e266e4b9
Update docs
...
- Relates to #194
2016-04-25 09:00:14 +01:00
Janne Valkealahti
d781aac80f
Add new deploy sample
...
- Fixes #209
2016-04-25 08:34:46 +01:00
Janne Valkealahti
8c0b95d679
Fix uml loading
...
- Now copying model into tmp file if it's not available
as a physical file.
- Fixes #210
2016-04-25 07:51:24 +01:00
Janne Valkealahti
347e1d7095
Fix state exit
...
- Fix case where linked pseudostates may cause
substate not exited properly.
- Tests coming in other commit.
- Fixes #208
2016-04-24 17:38:20 +01:00