Skip to content

Commit ede4b9d

Browse files
committed
started 3.0.0-SNAPSHOT, lifted minimal JDK and Android API
1 parent 0f092bf commit ede4b9d

File tree

11 files changed

+28
-39
lines changed

11 files changed

+28
-39
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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`

changelog.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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

68
2.1.0 (05-nov-2024)
79
- minor changes in API for JBBPVarFieldProcessor and JBBPCustomFieldTypeProcessor

jbbp-plugins/jbbp-gradle-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

jbbp-plugins/jbbp-gradle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

jbbp-plugins/jbbp-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

jbbp-plugins/jbbp-plugin-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

jbbp-plugins/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -50,10 +50,8 @@
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>

jbbp/pom.xml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -230,30 +230,16 @@
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>

0 commit comments

Comments
 (0)