File tree Expand file tree Collapse file tree 11 files changed +28
-39
lines changed Expand file tree Collapse file tree 11 files changed +28
-39
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ that for Java. So I developed the JBBP library.<br>
1717
1818# Change log
1919
20- - __ 2.1.1 (SNAPSHOT)__
21- - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
22- - opened some internal API
23- - minor refactoring
20+ - __ 3.0.0 (SNAPSHOT)__
21+ - lifted minimal JDK version to 11.0
22+ - lifted supported Android API version to 32
23+ - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
24+ - opened some internal API
25+ - refactoring
2426
2527- __ 2.1.0 (05-nov-2024)__
2628 - minor changes in API for ` JBBPVarFieldProcessor ` and ` JBBPCustomFieldTypeProcessor `
Original file line number Diff line number Diff line change 1- 2.1.1 (SNAPSHOT)
1+ 3.0.0 (SNAPSHOT)
2+ - lifted minimal JDK version to 11.0
3+ - lifted supported Android API version to 32
24 - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
35 - opened some internal API
4- - minor refactoring
6+ - refactoring
57
682.1.0 (05-nov-2024)
79 - minor changes in API for JBBPVarFieldProcessor and JBBPCustomFieldTypeProcessor
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-plugin-pom</artifactId >
8- <version >2.1.1 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >jbbp-gradle-tests</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.igormaznitsa</groupId >
88 <artifactId >jbbp-main-plugin-pom</artifactId >
9- <version >2.1.1 -SNAPSHOT</version >
9+ <version >3.0.0 -SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >jbbp-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-maven-plugin-pom</artifactId >
8- <version >2.1.1 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin-tests</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-maven-plugin-pom</artifactId >
8- <version >2.1.1 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-plugin-pom</artifactId >
8- <version >2.1.1 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >jbbp-maven-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.igormaznitsa</groupId >
88 <artifactId >jbbp-main-plugin-pom</artifactId >
9- <version >2.1.1 -SNAPSHOT</version >
9+ <version >3.0.0 -SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >jbbp-plugin-common</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-pom</artifactId >
8- <version >2.1.1 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >jbbp-main-plugin-pom</artifactId >
5050 <artifactId >meta-checker</artifactId >
5151 <version >${meta.version} </version >
5252 <configuration >
53- <restrictClassFormat >6</restrictClassFormat >
5453 <checkNullable >true</checkNullable >
5554 <checkMayContainNull >true</checkMayContainNull >
56- <restrictClassFormat ><![CDATA[ <=8]]> </restrictClassFormat >
5755 <failForAnnotations >
5856 <param >risky</param >
5957 </failForAnnotations >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.igormaznitsa</groupId >
77 <artifactId >jbbp-main-pom</artifactId >
8- <version >2.1.1 -SNAPSHOT</version >
8+ <version >3.0.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >jbbp</artifactId >
230230 <artifactId >animal-sniffer-maven-plugin</artifactId >
231231 <executions >
232232 <execution >
233- <id >ensure-java-1.8 -class-library</id >
233+ <id >ensure-android-api-32 -class-library</id >
234234 <phase >test</phase >
235235 <goals >
236236 <goal >check</goal >
237237 </goals >
238238 <configuration >
239239 <signature >
240- <groupId >org.codehaus.mojo.signature</groupId >
241- <artifactId >java18</artifactId >
242- <version >1.0</version >
243- </signature >
244- </configuration >
245- </execution >
246- <execution >
247- <id >ensure-android-3.0_r2-class-library</id >
248- <phase >test</phase >
249- <goals >
250- <goal >check</goal >
251- </goals >
252- <configuration >
253- <signature >
254- <groupId >net.sf.androidscents.signature</groupId >
255- <artifactId >android-api-level-11</artifactId >
256- <version >3.0_r2</version >
240+ <groupId >com.toasttab.android</groupId >
241+ <artifactId >gummy-bears-api-32</artifactId >
242+ <version >0.10.0</version >
257243 </signature >
258244 <ignores >
259245 <ignore >sun.misc.Unsafe</ignore >
You can’t perform that action at this time.
0 commit comments