blob: 14d0c6df3e38d85fc55137a662abcdab01309543 [file] [log] [blame]
Chetan Mehrotra1cba1062015-11-30 12:26:21 +00001Changes 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 Mehrotra1cb8c112013-11-18 11:14:13 +000010Initial Release 0.0.2
11---------------------
12
Chetan Mehrotra9d7833d2014-02-11 10:02:11 +000013** 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 Mehrotra1cb8c112013-11-18 11:14:13 +000020** Bug
Chetan Mehrotra9d7833d2014-02-11 10:02:11 +000021 * [FELIX-3985] - ConfigSpiOsgi should be registered by default
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000022 * [FELIX-3998] - Updating JAAS config leads to registration of duplicate LoginModules
Felix Meschbergera1b333c2014-01-16 17:27:59 +000023 * [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 Mehrotra1cb8c112013-11-18 11:14:13 +000025
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 Meschbergera1b333c2014-01-16 17:27:59 +000029 * [FELIX-4389] - Configuration ranking for LMF services should also use "jaas.ranking" property
Chetan Mehrotra9d7833d2014-02-11 10:02:11 +000030 * [FELIX-4414] - Empty string value in jaas.realm should also trigger default
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000031
32** New Feature
33 * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi
34