forked from killbill/killbill-platform
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
104 lines (80 loc) · 2.84 KB
/
NEWS
File metadata and controls
104 lines (80 loc) · 2.84 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
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