Skip to content

Commit

Permalink
🏁 Added Changelog for REL 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Nov 16, 2022
1 parent d001fa5 commit bf93cce
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions changelogs/v2.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- 🚀 **Features and Enhancements**

- Update Configurator https://github.com/amitjoy/osgifx/issues/290
- Update SCR to the latest version https://github.com/amitjoy/osgifx/issues/293
- Integrate Lightweight DI in Agent https://github.com/amitjoy/osgifx/issues/296
- Main window must be movable https://github.com/amitjoy/osgifx/issues/301
- Capture Snapshot in Runtime and Import in OSGi.fx Application https://github.com/amitjoy/osgifx/issues/303
- Update encoding in com.osgifx.console.wrapper https://github.com/amitjoy/osgifx/issues/304
- Failure content should be shown on textarea https://github.com/amitjoy/osgifx/issues/309
- Move Snapshot menu just after Connection https://github.com/amitjoy/osgifx/issues/316
- Disable window resizing https://github.com/amitjoy/osgifx/issues/318
- Enable Lifecycle Addon https://github.com/amitjoy/osgifx/issues/319
- Update Runtime Bundles https://github.com/amitjoy/osgifx/issues/320
- Use Felix DM instead of BundleActivators https://github.com/amitjoy/osgifx/issues/321
- Introduce better OSGi Logging https://github.com/amitjoy/osgifx/issues/330
- Update Bundles in Local Repository https://github.com/amitjoy/osgifx/issues/337
- Update Log Configurations https://github.com/amitjoy/osgifx/issues/349
- Directory chooser for batch install https://github.com/amitjoy/osgifx/issues/351
- Add timestamp to generated files instead of UUID https://github.com/amitjoy/osgifx/issues/359

- 🐞 **Bug Fixes**

- NPE in gogo shell https://github.com/amitjoy/osgifx/issues/300
- Fix issue with registering HostSevices as an OSGi sevice https://github.com/amitjoy/osgifx/issues/314
- Agent uses a higher version than 1.8 https://github.com/amitjoy/osgifx/issues/326
- Handlers cannot inject Supervisor instance https://github.com/amitjoy/osgifx/issues/332
- Issues while listing metatypes https://github.com/amitjoy/osgifx/issues/335
- java.lang.NullPointerException: Cannot invoke "com.osgifx.console.supervisor.Supervisor.removeOSGiEventListener https://github.com/amitjoy/osgifx/issues/339
- java.lang.NullPointerException: Cannot invoke "com.osgifx.console.supervisor.Supervisor.removeOSGiLogListener https://github.com/amitjoy/osgifx/issues/340
- Unable to process "ConfigurationCreateHandler.configManager": no actual value was found for the argument "ConfigurationManager" https://github.com/amitjoy/osgifx/issues/341
- Unable to process "SendEventHandler.eventManager": no actual value was found for the argument "EventManager" https://github.com/amitjoy/osgifx/issues/342
- Unable to process "BatchInstallHandler.installer": no actual value was found for the argument "ArtifactInstaller" https://github.com/amitjoy/osgifx/issues/347
- Problem parsing log configuration https://github.com/amitjoy/osgifx/issues/353
- Exception while using snapshot agent mode https://github.com/amitjoy/osgifx/issues/355
- NPE in HeapMonitorPane https://github.com/amitjoy/osgifx/issues/356

0 comments on commit bf93cce

Please sign in to comment.