Skip to content

Commit

Permalink
Merge branch 'release/1.43.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Oct 22, 2024
2 parents c5df4d5 + 2011be6 commit 21fd211
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion domino-jnx-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
</parent>
<artifactId>domino-jnx-api</artifactId>
<name>HCL Domino API</name>
Expand Down
2 changes: 1 addition & 1 deletion domino-jnx-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
</parent>
<artifactId>domino-jnx-commons</artifactId>
<name>HCL Domino API Common Code</name>
Expand Down
2 changes: 1 addition & 1 deletion domino-jnx-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
</parent>
<artifactId>domino-jnx-console</artifactId>
<name>HCL Domino API Server Controller Connector</name>
Expand Down
3 changes: 2 additions & 1 deletion domino-jnx-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
</parent>
<artifactId>domino-jnx-jna</artifactId>
<name>HCL Domino API, JNA Implementation</name>
Expand Down Expand Up @@ -90,6 +90,7 @@
<Automatic-Module-Name>com.hcl.domino.jnx.jna</Automatic-Module-Name>
<Fragment-Host>com.hcl.domino.jnx</Fragment-Host>
<Export-Package>*</Export-Package>
<Import-Package>lotus.domino;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public void setNoteClass(int noteClass) {
*/
@SuppressWarnings("unchecked")
private <T> T getSiblingCount(Class<T> clazz, T defaultValue) {
if (Integer.class == clazz) {
if (Integer.class == clazz || int.class.equals(clazz)) {
if (m_siblingCount!=null) {
return (T) m_siblingCount;
}
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-domino-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-domino-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-domino-webapp-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-domino-webapp-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-gluon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-gluon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-graalvm-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-graalvm-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-runjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-runjava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-swt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-jakarta-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-jakarta-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-jsonb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-lsxbeshim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-lsxbeshim</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-rawdoc-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-rawdoc-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-vertx-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-vertx-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-xpages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-xpages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<packaging>pom</packaging>
<name>HCL Domino API Parent Project</name>
<description>Modern Java API for HCL Domino</description>
Expand Down
2 changes: 1 addition & 1 deletion test/it-domino-jnx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.3</version>
<version>1.43.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>it-domino-jnx</artifactId>
Expand Down

0 comments on commit 21fd211

Please sign in to comment.