forked from killbill/killbill-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
151 lines (114 loc) · 4.03 KB
/
NEWS
File metadata and controls
151 lines (114 loc) · 4.03 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Fix issue when restarting pure OSGI bundle and update base pom
0.18
Add support for pluginKey for all plugin commands
Rename plugin marker file stop.txt to disabled.txt
Rename plugin symlink ACTIVE to SET_DEFAULT
0.17
Bug fixes in osgi and add new isSelectedForStart field support for PluginInfo
0.16
Add new OSGI Clock service
0.15
Add support for start/stop/restart OSGI plugins
Handle broadcast events to react to start/stop/restart
Add /plugins/killbill-osgi-logger endpoint to logger bundle
0.14
Metrics code optimization
0.12
Update transitive metrics dependencies (updated oss pom version with latest commons)
0.11
Fix OSGI bundle restart
Logging fixes for bundle
0.10
New BundleRegistry and PluginsInfoApi
0.9
Improve metrics for registered OSGI services
Redirect SLF4J to OSGIKillbillLogService in plugins by default
Send OSGI event when all bundles have started
Add option to stream metric values to Graphite
Update killbill-oss-parent to 0.50
0.8
Update killbill-oss-parent to 0.36
Fix config changes for queue
0.7
Update killbill-oss-parent to 0.34
Add RUBY support for entitlement plugin api
0.6
PostgreSQL support
Update killbill-oss-parent to 0.30
Rename PaymentRoutingPluginApi to PaymentControlPluginApi
0.5
Add support for new EntitlementPluginApi (no ruby yet)
Update killbill-oss-parent to 0.25
0.4
Add missing import/export package in OSGIConfig and for the JRuby MANIFEST plugin
0.3
Add JRuby support for catalog and control plugins
Expose KILLBILL_PLATFORM_VERSION constant for JRuby plugins
Add missing import/export javax packages
0.2
Upgrade Dropwizard metrics (3.1.1)
- enable JVM, servlet and jDBI metrics
- install ThreadDeadlockHealthCheck
OSGI
- export servlet API v3.1.0
- fix issue in JRuby plugins lifecycle
Update killbill-oss-parent to 0.11
https://github.com/killbill/killbill-platform/issues/5
https://github.com/killbill/killbill-platform/issues/6
JRuby: add support for boot.rb script (https://github.com/killbill/killbill-plugin-framework-ruby/pull/36)
0.1.5
Update oss pom to include latest api and plugin-api (and not create transitive dependency issues)
0.1.4
OSGI support
Add ability for any plugin to receive bus ext events
0.1.3
osgi: add missing imports/exports
platform-test: enhance DBI mocking
Update killbill-oss-parent to 0.9.11
0.1.2
Add support for invoice plugins
Update killbill-oss-parent to 0.9.6
0.1.1
Minor fix on the default hardcoded value for the property org.killbill.osgi.system.bundle.export.packages
0.1.0
Package/module renaming for retry -> routing
Fix broken test compilation
0.0.14
Enforce user.timezone is set to GMT
Introduce org.killbill.server.baseUrl
Update killbill-oss-parent to 0.8.2
Fix for osgi (PaymentControlPluginApi, missing exports)
0.0.13
Switch to HikariCP and MariaDB JDBC driver
Update killbill-commons to 0.2.25 (switch to HikariCP)
0.0.12
Minor bug fixes for properties and metric names
0.0.11
Prevous version is garbled (misson pom for server ?)
0.0.10
Perf improvement/Profiling query parameters/Metrics
JDBC logging (log4jdbc-log4j2)
0.0.9
Update killbill-oss-parent to 0.7.21 (queue performance improvements)
Deprecate org.killbill.billing.osgi.dao.transactionHandler property
0.0.8
Integrate log4jdbc-log4j2
Update killbill-oss-parent to 0.7.20
0.0.7
Add support for profiling data
Fix for https://github.com/killbill/killbill/issues/216
jruby: performance optimizations
osgi: export OSGI datasource to JNDI (killbill/osgi/jdbc)
0.0.6
Minor change in the queue framework to inject a separate IDBI instance
0.0.5
Update ruby test tar.gz after payment API change
0.0.4
Remove integration with https://bintray.com/
Update killbill-oss-parent to 0.7.14
0.0.3
Integration with https://bintray.com/
0.0.2
Update killbill-oss-parent to 0.7.13
0.0.1
Initial extraction from killbill