Skip to content

Commit 8b2efbf

Browse files
committed
update changelog
1 parent e7f5154 commit 8b2efbf

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,47 @@
22

33
## v1.5.0
44

5-
- Adjusted transaction handling for trigger life cycle events
6-
- Base event entry is only written for done/finished trigger
5+
- Adjusted transaction handling for trigger life cycle events
6+
- Base event entry is only written for done/finished trigger
7+
- Base statistics added for a task
78

89
## v1.4.6 - (2025-01-08)
910

10-
- Trigger history with more details - not waiting for the transaction
11+
- Trigger history with more details - not waiting for the transaction
1112

1213
## v1.4.5 - (2025-01-08)
1314

14-
- Adjusted path matching to support sub routes for an SPA web app
15+
- Adjusted path matching to support sub routes for an SPA web app
1516

1617
## v1.4.4 - (2025-01-08)
1718

18-
- Fixed UI routing
19-
- added support for thymeleaf - adding index.html to template folder
19+
- Fixed UI routing
20+
- added support for thymeleaf - adding index.html to template folder
2021

2122
## v1.4.3 - (2025-01-08)
2223

23-
- Scheduler service leaves current transaction before executing task
24+
- Scheduler service leaves current transaction before executing task
2425

2526
## v1.4.2 - (2025-01-06)
2627

27-
- Fixed count by TaskId
28-
- added search by ID to the UI
29-
- added search by task to history
28+
- Fixed count by TaskId
29+
- added search by ID to the UI
30+
- added search by task to history
3031

3132
## v1.4.1 - (2025-01-06)
3233

33-
- Added state to the TriggerLifeCycleEvent
34-
- @Transactional annotation is taken from the method first
34+
- Added state to the TriggerLifeCycleEvent
35+
- @Transactional annotation is taken from the method first
3536

3637
## v1.4.0 - (2025-01-05)
3738

38-
- @Transactional Annotation support
39-
- PersistentTask instead of Task or SpringBeanTask
40-
39+
- @Transactional Annotation support
40+
- PersistentTask instead of Task or SpringBeanTask
4141

4242
## v1.3.1 - (2025-01-02)
4343

44-
- Bugfixes
45-
- Sprign Transaction Template support
44+
- Bugfixes
45+
- Sprign Transaction Template support
4646

4747
## v1.3.0 - (2025-01-01)
4848

RUN_AND_BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
mvn versions:display-dependency-updates
2-
mvn versions:set -DnewVersion=1.4.6 -DgenerateBackupPoms=false
3-
git tag -a v1.4.6 -m "v1.4.6 release"
4-
mvn versions:set -DnewVersion=1.4.7-SNAPSHOT -DgenerateBackupPoms=false
2+
mvn versions:set -DnewVersion=1.5.0 -DgenerateBackupPoms=false
3+
git tag -a v1.5.0 -m "v1.5.0 release"
4+
mvn versions:set -DnewVersion=1.5.1-SNAPSHOT -DgenerateBackupPoms=false
55

66
## postgres
7+
78
docker run --name pg-container -e POSTGRES_USER=sa -e POSTGRES_PASSWORD=veryStrong123 -p 5432:5432 -d postgres
89

910
## azure-sql-edge
11+
1012
docker run --cap-add SYS_PTRACE -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=veryStrong123' -p 1433:1433 --name azuresqledge -d mcr.microsoft.com/azure-sql-edge
1113

1214
## MariaDB
15+
1316
docker run -e MYSQL_ROOT_PASSWORD=veryStrong123 -e MYSQL_DATABASE=testdb -e MYSQL_USER=sa -e MYSQL_PASSWORD=veryStrong123 -p 3306:3306 -d mariadb:latest
1417

1518
## MySQL
19+
1620
docker run -e MYSQL_ROOT_PASSWORD=veryStrong123 -e MYSQL_DATABASE=testdb -e MYSQL_USER=sa -e MYSQL_PASSWORD=veryStrong123 -p 3306:3306 -d mysql

screenshots/history-screen.png

-133 KB
Loading

screenshots/schedulers-screen.png

77.9 KB
Loading

0 commit comments

Comments
 (0)