Chetan Mehrotra | 1cba106 | 2015-11-30 12:26:21 +0000 | [diff] [blame] | 1 | Changes from 0.0.2 to 0.0.4 |
| 2 | --------------------------- |
| 3 | ** Bug |
| 4 | * [FELIX-4827] - Improve logging on LoginModule registration |
| 5 | |
| 6 | ** Improvement |
| 7 | * [FELIX-4978] - Enable name hint for JAAS Config entries |
| 8 | * [FELIX-5083] - Set webconsole.configurationFactory.nameHint for JAAS configurations |
| 9 | |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 10 | Initial Release 0.0.2 |
| 11 | --------------------- |
| 12 | |
Chetan Mehrotra | 9d7833d | 2014-02-11 10:02:11 +0000 | [diff] [blame] | 13 | ** Task |
| 14 | * [FELIX-3935] - Add testcases for validating the JAAS Feature implementation |
| 15 | * [FELIX-3980] - Add documentation related to usage of Felix JAAS Bundle |
| 16 | * [FELIX-3981] - Create a sample project for demonstrating Felix JAAS main features |
| 17 | * [FELIX-3989] - Add support for determining code coverage with integration testcases |
| 18 | * [FELIX-4318] - prepare for initial release of JAAS Bundle |
| 19 | |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 20 | ** Bug |
Chetan Mehrotra | 9d7833d | 2014-02-11 10:02:11 +0000 | [diff] [blame] | 21 | * [FELIX-3985] - ConfigSpiOsgi should be registered by default |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 22 | * [FELIX-3998] - Updating JAAS config leads to registration of duplicate LoginModules |
Felix Meschberger | a1b333c | 2014-01-16 17:27:59 +0000 | [diff] [blame] | 23 | * [FELIX-4387] - JAAS config fields are initialized too late in the ConfigSpiOsgi constructor |
| 24 | * [FELIX-4390] - Login modules registered via LMF not updated if LMF service config changes |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 25 | |
| 26 | ** Improvement |
| 27 | * [FELIX-3983] - Use inlined Sling commons PropertiesUtil for reading config values |
| 28 | * [FELIX-3984] - Use default application/realm name of 'other' if none specified |
Felix Meschberger | a1b333c | 2014-01-16 17:27:59 +0000 | [diff] [blame] | 29 | * [FELIX-4389] - Configuration ranking for LMF services should also use "jaas.ranking" property |
Chetan Mehrotra | 9d7833d | 2014-02-11 10:02:11 +0000 | [diff] [blame] | 30 | * [FELIX-4414] - Empty string value in jaas.realm should also trigger default |
Chetan Mehrotra | 1cb8c11 | 2013-11-18 11:14:13 +0000 | [diff] [blame] | 31 | |
| 32 | ** New Feature |
| 33 | * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi |
| 34 | |