Skip to content

Commit

Permalink
Merge branch 'release/1.42.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Sep 30, 2024
2 parents 492ae62 + a24d056 commit c5df4d5
Show file tree
Hide file tree
Showing 20 changed files with 20 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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</version>
</parent>
<artifactId>domino-jnx-console</artifactId>
<name>HCL Domino API Server Controller Connector</name>
Expand Down
2 changes: 1 addition & 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.2</version>
<version>1.42.3</version>
</parent>
<artifactId>domino-jnx-jna</artifactId>
<name>HCL Domino API, JNA Implementation</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ public String validateCredentials(String serverName, String userName, String pas
Memory variablePasswordMem = NotesStringUtils.toLMBCS(password, true);
try(DisposableMemory rethValueBuffer = new DisposableMemory(NotesConstants.MAXUSERNAME)) {
short result = capi1201.NABLookupBasicAuthentication(variableUserNameMem,
variablePasswordMem, NotesConstants.BASIC_AUTH_NO_AMBIGUOUS_NAMES,
variablePasswordMem, NotesConstants.BASIC_AUTH_ALLOW_AMBIGUOUS_NAMES,
NotesConstants.MAXUSERNAME,
rethValueBuffer);
if (result == 1) {
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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</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.2</version>
<version>1.42.3</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>it-domino-jnx</artifactId>
Expand Down

0 comments on commit c5df4d5

Please sign in to comment.