Skip to content

Commit

Permalink
Merge pull request #2529 from jlawyerorg/feature/bea-api-v9
Browse files Browse the repository at this point in the history
Upgrade to beA API v9. issue #2527
  • Loading branch information
j-dimension authored Aug 6, 2024
2 parents 9428628 + c99cdb7 commit 111cc8a
Show file tree
Hide file tree
Showing 56 changed files with 176 additions and 138 deletions.
Binary file removed j-lawyer-client/lib/bea/ASN1_signature-3.19.0.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/BeaPayload-3.19.0.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/BeaPayload-3.26.0.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/BeaToolkit-3.19.0.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/BeaToolkit-3.26.0.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/KSWToolkit-3.16.0.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/KSWToolkit-3.20.0.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/PCard-3.19.0.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/PCard-3.26.0.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/SignerToolBox-3.19.0.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/bcpkix-jdk15on-1.69.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bcpkix-jdk18on-1.74.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/bcprov-jdk15on-1.69.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bcprov-jdk18on-1.74.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/bctls-jdk15on-1.69.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bctls-jdk18on-1.74.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/bcutil-jdk15on-1.69.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bcutil-jdk18on-1.74.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/bea-osci-1.10.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bea-osci-1.14.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/bea-xjustiz-1.13.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/bea-xjustiz-1.9.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/checker-qual-3.12.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/checker-qual-3.33.0.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/commons-io-2.11.0.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/commons-io-2.15.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/dtos-3.19.0.2.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/dtos-3.26.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/freemarker-2.3.28.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/freemarker-2.3.32.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/guava-31.1-jre.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/guava-32.1.1-jre.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/j2objc-annotations-1.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/jackson-core-2.12.3.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/bea/jackson-core-2.16.1.jar
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/jackson-databind-2.12.3.jar
Binary file not shown.
Binary file not shown.
Binary file removed j-lawyer-client/lib/bea/jaxb-api-2.3.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified j-lawyer-client/lib/j-lawyer-cloud/j-lawyer-cloud.jar
Binary file not shown.
Binary file modified j-lawyer-client/lib/jboss-client.jar
Binary file not shown.
Binary file added j-lawyer-client/lib/jboss-client.jar.original
Binary file not shown.
236 changes: 115 additions & 121 deletions j-lawyer-client/nbproject/project.properties

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions j-lawyer-cloud/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -61,9 +61,23 @@
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.source>17</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>
58 changes: 44 additions & 14 deletions j-lawyer-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,44 @@
<artifactId>j-lawyer-cloud</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencyManagement>
<!-- jackson conflicts with the version that is part of bea-wrapper, therefore fix its version -->
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>12.0.4</version>
<version>13.1.0</version>
</dependency>
<!-- dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
Expand All @@ -47,8 +64,8 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -122,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -151,6 +168,19 @@
<exclude>org.apache.logging.*</exclude>
</excludes>
</relocation>
<!-- jackson core conflicts with the version that is part of bea-wrapper, therefore shade it -->
<!-- relocation>
<pattern>com.fasterxml.jackson.core</pattern>
<shadedPattern>shaded.com.fasterxml.jackson.core</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson.annotation</pattern>
<shadedPattern>shaded.com.fasterxml.jackson.annotation</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson.databind</pattern>
<shadedPattern>shaded.com.fasterxml.jackson.databind</shadedPattern>
</relocation -->
</relocations>
</configuration>
</execution>
Expand Down
Binary file modified j-lawyer-proprietary/libs/j-lawyer-bea-wrapper.jar
Binary file not shown.
Binary file modified j-lawyer-server/j-lawyer-server-ejb/lib/j-lawyer-cloud.jar
Binary file not shown.

0 comments on commit 111cc8a

Please sign in to comment.