blob: 3d7bba98fe55107ddc78c6dae7b8c2d1c3a886f0 [file] [log] [blame]
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +00001Initial Release 0.0.2
2---------------------
3
4** Bug
Felix Meschbergera1b333c2014-01-16 17:27:59 +00005 * [FELIX-3985] - ConfigSpiOsgi should be registered by default
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +00006 * [FELIX-3998] - Updating JAAS config leads to registration of duplicate LoginModules
Felix Meschbergera1b333c2014-01-16 17:27:59 +00007 * [FELIX-4387] - JAAS config fields are initialized too late in the ConfigSpiOsgi constructor
8 * [FELIX-4390] - Login modules registered via LMF not updated if LMF service config changes
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +00009
10** Improvement
11 * [FELIX-3983] - Use inlined Sling commons PropertiesUtil for reading config values
12 * [FELIX-3984] - Use default application/realm name of 'other' if none specified
Felix Meschbergera1b333c2014-01-16 17:27:59 +000013 * [FELIX-4389] - Configuration ranking for LMF services should also use "jaas.ranking" property
Chetan Mehrotra1cb8c112013-11-18 11:14:13 +000014
15** New Feature
16 * [FELIX-3705] - Bundle to simplify JAAS usage in OSGi
17
18** Task
19 * [FELIX-3935] - Add testcases for validating the JAAS Feature implementation
20 * [FELIX-3980] - Add documentation related to usage of Felix JAAS Bundle
21 * [FELIX-3981] - Create a sample project for demonstrating Felix JAAS main features
22 * [FELIX-3989] - Add support for determining code coverage with integration testcases
23 * [FELIX-4318] - prepare for initial release of JAAS Bundle