Skip to content

Commit

Permalink
🏁 REL v2.3.0 Preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Jan 24, 2023
1 parent 5f8cfe4 commit b745823
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions changelogs/v2.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
- 🚀 **Features and Enhancements**

- Replace Apache Commons Lang2 with Lang3 https://github.com/amitjoy/osgifx/issues/430
- Replaced use of custom tuples with lang3 pairs https://github.com/amitjoy/osgifx/issues/432
- Use of Apache Commons String Substitutor instead of custom function https://github.com/amitjoy/osgifx/issues/434
- Use of Commons Enum instead of Guava Enums https://github.com/amitjoy/osgifx/issues/436
- Introduce Executor service to manage the threadpool centrally https://github.com/amitjoy/osgifx/issues/438
- Introduce use of Guava Primitives https://github.com/amitjoy/osgifx/issues/440
- Integrate Validator in Search https://github.com/amitjoy/osgifx/issues/442
- Don't throw RuntimeException at all https://github.com/amitjoy/osgifx/issues/444
- Update Runtime Bundles to Eclipse 2022-12 https://github.com/amitjoy/osgifx/issues/449
- Update e(fx)clipse https://github.com/amitjoy/osgifx/issues/451
- Removed deprecated use of JsonParser https://github.com/amitjoy/osgifx/issues/453
- Add Framework Start Level to the Framework Info Tile https://github.com/amitjoy/osgifx/issues/464
- Package sources in IDE if built in IDE https://github.com/amitjoy/osgifx/issues/469
- Disable save button in connection dialog if form invalid https://github.com/amitjoy/osgifx/issues/473
- Bundles action buttons should use bindings https://github.com/amitjoy/osgifx/issues/475
- Integrate usage of binding for components action buttons https://github.com/amitjoy/osgifx/issues/476
- Consistent use of UI in DMT and DTO https://github.com/amitjoy/osgifx/issues/478
- More responsive UI for DTO and DMT expand and collapse tasks https://github.com/amitjoy/osgifx/issues/479
- Update bnd version to 6.4.0 https://github.com/amitjoy/osgifx/issues/482
- Show Java Version in Overview https://github.com/amitjoy/osgifx/issues/483
- Disable buttons if the input field is empty https://github.com/amitjoy/osgifx/issues/485
- DTO and DMT search field is misaligned https://github.com/amitjoy/osgifx/issues/487
- Add placeholder to subscribed topics dialog https://github.com/amitjoy/osgifx/issues/497
- Remove use of Expand and Collapse buttons https://github.com/amitjoy/osgifx/issues/509
- Perform search in DMT and DTO viewer on pressing ENTER https://github.com/amitjoy/osgifx/issues/511
- Update Bundles to Latest Versions https://github.com/amitjoy/osgifx/issues/516
- Introduce button to start or stop fetching real-time data from remote runtime in overview https://github.com/amitjoy/osgifx/issues/518

- 🐞 **Bug Fixes**

- Service Injected using e4 Inject Annotation in SCR https://github.com/amitjoy/osgifx/issues/446
- Config Buttons ain't disabled/enabled properly https://github.com/amitjoy/osgifx/issues/455
- Subscribed Event Topics are not displayed https://github.com/amitjoy/osgifx/issues/458
- Dialog box with multiple entries using + - buttons not working https://github.com/amitjoy/osgifx/issues/460
- Issue with Memory Consumption Info Tile https://github.com/amitjoy/osgifx/issues/466
- NPE in OSGiLogListener https://github.com/amitjoy/osgifx/issues/470
- Agent ping didn't disable UI components https://github.com/amitjoy/osgifx/issues/471
- The framework start level is not retrieved https://github.com/amitjoy/osgifx/issues/472
- Batch install does not update the table automatically https://github.com/amitjoy/osgifx/issues/474
- VerificationException while creating new configuration https://github.com/amitjoy/osgifx/issues/477
- Healthcheck and Graph list not getting filtered properly https://github.com/amitjoy/osgifx/issues/480
- Overview UI on closed not working after it is reopened https://github.com/amitjoy/osgifx/issues/481
- The component reference filters in configs are enabled in snapshot https://github.com/amitjoy/osgifx/issues/489
- UI components remain disabled https://github.com/amitjoy/osgifx/issues/491
- Search functionality is disabled in snapshot agent mode https://github.com/amitjoy/osgifx/issues/493
- UI not working after agent being disconnected https://github.com/amitjoy/osgifx/issues/495
- NPE while opening HealthChecks view https://github.com/amitjoy/osgifx/issues/502
- CheckedListViews returning null elements https://github.com/amitjoy/osgifx/issues/504
- NPE for Search Filter Update https://github.com/amitjoy/osgifx/issues/506
- Attribute definition with cardinality not set to UI shows multi-selection control https://github.com/amitjoy/osgifx/issues/513
2 changes: 1 addition & 1 deletion cnf/version/app.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0.SNAPSHOT
2.3.0

0 comments on commit b745823

Please sign in to comment.