4/8/2015 8:57:48 PM
that TenantKey, interpreted by the system)
|
4/7/2015 4:27:11 PM
and gets also dispatched as an ExtBusEvent
|
4/14/2015 3:27:30 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/14/2015 2:00:03 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/14/2015 1:52:24 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/8/2015 10:04:14 PM
Meyer <pierre@mouraf.org>
|
4/8/2015 8:18:41 PM
Meyer <pierre@mouraf.org>
|
4/6/2015 12:57:48 PM
https://github.com/esamson/logback-luhn-mask (which we were already using)
and enable it in the default logback.xml.
Add two more obfuscators, one pattern-based and one for config-magic.
There isn't a good way to config them today and add custom rules. The only
option seems to be config properties, which we could add later down the line.
Alternatively, one can also look at http://logback.qos.ch/manual/layouts.html#replace.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/3/2015 4:46:08 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/3/2015 3:55:02 PM
catalog is cached in a multi-tenant
scenario, if no tenant specific catalog has been configured.
The code was already handling the cache miss by adding explicitly an entry
for that tenant (see implementation of EhCacheCatalogCache#getCatalog).
This patch simply ensures that a default catalog is always set.
This fixes https://github.com/killbill/killbill/issues/300.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|