-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
NEWS
217 lines (158 loc) · 4.79 KB
/
NEWS
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
5.1.0
Make java.net.http.HttpClient.Builder overridable
Remove all Guava classes and dependency
4.2.15
Update killbill-oss-parent to 0.144.68
4.2.14
Update killbill-oss-parent to 0.144.60
4.2.13
Update killbill-oss-parent to 0.144.55
4.2.12
Make HttpClient request timeout configurable
Update killbill-oss-parent to 0.144.51
4.2.11
Update killbill-oss-parent to 0.144.45
4.2.10
Update killbill-oss-parent to 0.144.41
4.2.9
Update killbill-oss-parent to 0.144.35
4.2.8
Update parent pom.xml
4.2.7
Update killbill-oss-parent to 0.144.27
4.2.6
Update killbill-oss-parent to 0.144.25
4.2.5
Update killbill-oss-parent to 0.144.20
4.2.4
Update killbill-oss-parent to 0.144.16
Remove gen.xml and README.txt from test jar
4.2.3
Remove ddl.sql from test jar
4.2.2
Update killbill-oss-parent to 0.144.13
4.2.1
Remove dependency on killbill-embeddeddb-common (backward incompatible changes in PluginDao)
Remove usage of OSGIKillbillLogService (slf4j should be used directly instead)
Update killbill-oss-parent to 0.144.9
4.2.0
Switch from org.osgi.core to org.apache.felix.framework
4.1.0
Reimplementation of tax calculation logic
Update killbill-oss-parent to 0.143.60
4.0.3
Fix StringIndexOutOfBoundsException when parsing ccLast4
Update killbill-oss-parent to 0.143.48
4.0.2
jooby: make Jackson module configurable
Update killbill-oss-parent to 0.143.42
4.0.1
Fix leak when deleting plugin configuration (mostly relevant for tests).
4.0.0
Initial release for Kill Bill 0.21.x
3.0.1
Jooby Config Enhancemen
3.0.0
Update version to 3.0.x
2.4.0
Update to killbill-oss-parent 0.141.96
2.3.6
Update to killbill-oss-parent 0.141.93
2.3.5
Update to killbill-oss-parent 0.141.89
2.3.4
TestUtils bugfix
Update to killbill-oss-parent 0.141.87
2.3.3
Fix PluginPriorInvoiceResult#isAborted implementation
Update to killbill-oss-parent 0.141.83
2.3.2
Update killbill-oss-parent to 0.141.77 (Jooby now requires Jackson 2.9.5)
2.3.1
Add productName to PluginInvoiceItem
2.3.0
Config: improve YAML support
Update to killbill-oss-parent 0.141.53
2.2.0
Update to killbill-oss-parent 0.141.48
2.1.0
Add support for PostgreSQL and H2
https://github.com/killbill/killbill-plugin-framework-java/issues/16
Update to killbill-oss-parent 0.141.28
2.0.0
Initial release for KB 0.19.x
1.3.1
payment: introduce PaymentApiWrapper
Update to killbill-oss-parent 0.140.54
1.3.0
Add support for PostgreSQL and H2
https://github.com/killbill/killbill-plugin-framework-java/issues/16
Update to killbill-oss-parent 0.140.53
1.2.3
Add two new constructors to allow overriding jooq SQLDialect
1.2.2
Add KillBillContext utility class to retrieve X-Request-Id
1.2.1
Make httpclient timeouts configurable
Add support for YAML config
1.2.0
jdk1.8+ only
Support for servlets backed by jooby
Support for plugin healthchecks
Support for multi-regions configuration
1.1.2
Update to killbill-oss-parent 0.140.24
1.1.1
Make UTF8UrlDecoder support UTF-8 multi-byte characters
Make PluginTenantConfigurableConfigurationHandler#getConfigurable thread-safe
Update to killbill-oss-parent 0.140.13
1.1.0
Initial release for KB 0.18.x
Update to killbill-oss-parent 0.140
1.0.3
Mock more payment APIs
Update to killbill-oss-parent 0.132
1.0.2
Fix mocking of PaymentTransaction
1.0.1
Update to killbill-oss-parent 0.118
1.0.0
Release version 1.0.0 for KB 0.17.x
0.3.3
Additional PluginProperties#merge signature
Enhance test utilities
Update to killbill-oss-parent 0.93
0.3.2
Constants in PluginHostedPaymentPageFormDescriptor are now public
Add utility functions for money calculations
Update killbill-oss-parent to 0.88
0.3.1
Introduce PluginProperties#findAndDecodePluginPropertyValue
0.3.0
Initial release for Kill Bill 0.16.x
Fix payment method queries
Update to killbill-oss-parent 0.76
0.2.3
Fix issue with new invoices in PluginInvoicePluginApi#getAdditionalTaxInvoiceItems
Update to killbill-oss-parent 0.56
0.2.2
Add support for dryRun option in PluginInvoicePluginApi
0.2.1
Add missing limit in PluginPaymentDao query
Fix Java 1.6 compilation
Update to killbill-oss-parent 0.49
0.2.0
Update to killbill-oss-parent 0.31 (routing -> control renaming)
0.1.0
Initial release for Kill Bill 0.14.x
Add utilities for multi-tenancy configuration
Support for Tax plugins
Update to killbill-oss-parent 0.11
0.0.3
https://github.com/killbill/killbill-plugin-framework-java/issues/1
https://github.com/killbill/killbill-plugin-framework-java/issues/2
Update to killbill-oss-parent 0.9.4
0.0.2
Bus fixes
0.0.1
Initial import