-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
67 lines (41 loc) · 2.36 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2013-03-21 Nicolas Fortin <[email protected]>
* pom.xml: Use maven bundle plugin in order to generate META-INF/MANIFEST.MF OSGi file.
* Gettext Commons 0.9.7 released
2008-04-12 Felix Berger <[email protected]>
* src/java/org/xnap/commons/i18n/I18nCache.java: Fixed
synchronization and improved visitor traversal by moving it out of
the synchronized block.
2008-04-10 Felix Berger <[email protected]>
* src/java/org/xnap/commons/i18n/I18n.java: Made thread-safe.
* src/java/org/xnap/commons/i18n/I18nCache.java: Made thread-safe.
2006-08-22 Steffen Pingel <[email protected]>
* Gettext Commons 0.9.1 released
2007-08-22 Steffen Pingel <[email protected]>
* src/java/org/xnap/commons/i18n/I18nFactory.java: Modified lookup strategy to
only check for property files when no bundle name is provided.
2007-08-21 Steffen Pingel <[email protected]>
* src/java/org/xnap/commons/i18n/I18nManager.java: Do not set default locale anymore.
* src/java/org/xnap/commons/i18n/EmptyResourceBundle.java: Added locale parameter.
* src/java/org/xnap/commons/i18n/I18n.java: Store only a single bundle and also store locale.
* src/java/org/xnap/commons/i18n/I18nFactory.java: Added NO_CACHE flag, extracted caching to
I18nCache.
* src/java/org/xnap/commons/i18n/I18nCache.java: Cache by package and locale.
2007-08-06 Steffen Pingel <[email protected]>
* src/java/org/xnap/commons/i18n/I18nFactory.java: Added private
constructor.
* src/java/org/xnap/commons/i18n/I18nFactory.java: Added getI18n()
method that accepts configuration flags. If I18nFactory.FALLBACK is
passed the lookup will fall-back to a default resource bundle
instead of throwing an exception (#3). Lookup of the basename in
properties can now be omitted when I18nFactory.READ_PROPERTIES
is not passed as a configuration flag.
2006-01-05 Steffen Pingel <[email protected]>
* Gettext Commons 0.9 released
2006-01-03 Steffen Pingel <[email protected]>
* src/java/org/xnap/commons/i18n/I18nManager.java: Moved
non-factory related methods to this class.
* src/java/org/xnap/commons/i18n/I18nFactory.java: Implemented
weak listener.
2005-12-24 Steffen Pingel <[email protected]>
* src/java/org/xnap/commons/i18n/: Created project: Moved i18n
package from XNap Commons to this project.