-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from jlawyerorg/master
Merge 1.10 into release branch
- Loading branch information
Showing
613 changed files
with
31,362 additions
and
4,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
dist: xenial | ||
services: mysql | ||
#addons: | ||
# apt: | ||
# sources: | ||
# - mysql-5.7-trusty | ||
# packages: | ||
# - mysql-server | ||
# - mysql-client | ||
sudo: true | ||
language: java | ||
# install: ant deps | ||
jdk: | ||
- openjdk8 | ||
# - openjdk11 | ||
# install: ant default | ||
before_install: | ||
# - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('travisci') where User='root'; update user set plugin='mysql_native_password';commit;FLUSH PRIVILEGES;" | ||
# - sudo mysql -e "use mysql; update user set password=PASSWORD('travisci') where User='root'; update user set plugin='mysql_native_password';commit;FLUSH PRIVILEGES;" | ||
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('travisci') where User='root'; update user set plugin='mysql_native_password';commit;FLUSH PRIVILEGES;" | ||
# - sudo mysql_upgrade -u root -ptravisci | ||
- sudo service mysql restart | ||
- sudo mysql -u root -ptravisci -e "select 1 from dual;" | ||
- sudo mysql -u root -ptravisci -e "create database jlawyerdb;" | ||
- mkdir /home/travis/j-lawyer-backup | ||
- mkdir /home/travis/j-lawyer-data | ||
- mkdir /home/travis/j-lawyer-data/archivefiles | ||
- mkdir /home/travis/j-lawyer-data/emailtemplates | ||
- mkdir /home/travis/j-lawyer-data/templates | ||
- mkdir /home/travis/j-lawyer-data/mastertemplates | ||
- cd /home/travis/j-lawyer-backup | ||
- sudo apt-get install wget | ||
- sudo apt-get install tar | ||
- sudo apt-get install ant | ||
- sudo apt-get install ant-optional | ||
- sudo apt-get install openjfx | ||
# - sudo apt-get install junit | ||
- sudo apt-get install junit4 | ||
- wget https://www.j-lawyer.org/downloads/travisci/backups/backups.tar.gz | ||
- tar -m -xvzf backups.tar.gz | ||
- cd /home/travis/build/jlawyerorg/j-lawyer-org | ||
script: ant -buildfile j-lawyer-fax/build.xml default && ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml default && ant -buildfile j-lawyer-server-common/build.xml default && ant -buildfile j-lawyer-server-api/build.xml default && ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml default test && ant -buildfile j-lawyer-io-common/build.xml default && ant -buildfile j-lawyer-client/build.xml default && mvn -f j-lawyer-backupmgr/pom.xml clean package test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[![Build Status](https://api.travis-ci.org/jlawyerorg/j-lawyer-org.svg?branch=master)](https://travis-ci.org/jlawyerorg/j-lawyer-org) | ||
|
||
# j-lawyer-org Contributing Guidelines | ||
|
||
## How to file a bug report | ||
|
||
Submit bug reports in repository j-lawyer-org: https://github.com/jlawyerorg/j-lawyer-org/issues | ||
Search the existing issues before to avoid duplicates, and apply the "bug" label for your new ticket. | ||
|
||
## How to suggest a new feature | ||
|
||
Submit enhancement requests in repository j-lawyer-org: https://github.com/jlawyerorg/j-lawyer-org/issues | ||
Search the existing issues before to avoid duplicates, and apply the "enhancement" label for your new ticket. | ||
|
||
## How to set up your environment and run tests | ||
|
||
See the developer quickstart manual to get started: https://github.com/jlawyerorg/j-lawyer-developer-quickstart | ||
|
||
## Contact us | ||
|
||
The projects website (https://www.j-lawyer.org/) has both a forum and email contact information. | ||
|
||
## Contributing | ||
|
||
Please send pull requests. If you want to commit to the repositories directly, please request being added to the [j-lawyer.org GitHub organization](https://github.com/jlawyerorg). | ||
|
||
## Code of conduct | ||
|
||
We do not have one yet, and never missed one so far :-) Contact us if you want to report inappropriate behavior. We want to provide a welcoming environment for anyone looking to support the project. | ||
|
||
## License | ||
|
||
This project is licensed under the AGPLv3 License - see the [LICENSE](LICENSE) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[![Build Status](https://api.travis-ci.org/jlawyerorg/j-lawyer-org.svg?branch=master)](https://travis-ci.org/jlawyerorg/j-lawyer-org) | ||
|
||
# j-lawyer-org | ||
j-lawyer.org core project and builds | ||
|
||
|
||
## Getting Started | ||
|
||
There is a dedicated repository with instructions on how to set up, build and install the application: https://github.com/jlawyerorg/j-lawyer-developer-quickstart | ||
|
||
|
||
### Installing | ||
|
||
Installation for contributors and how to set up a development environment is covered in https://github.com/jlawyerorg/j-lawyer-developer-quickstart. | ||
For end users, see the projects website for installation instruction: https://www.j-lawyer.org/?page_id=88. | ||
|
||
## Contributing | ||
|
||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. | ||
|
||
## Versioning | ||
|
||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/jlawyerorg/j-lawyer-org/tags). | ||
|
||
## Authors | ||
|
||
* **Jens Kutschke** - *Initial work* - [j-dimension](https://github.com/j-dimension) | ||
* **Anatol Anuschewski** - *plugins* - [an-mus](https://github.com/an-mus) | ||
* **Karin Beck** - *urteile-gesetze.de integration* - [karbek](https://github.com/karbek) | ||
* **Daniel Beck** - *urteile-gesetze.de integration* - [danbeck](https://github.com/danbeck) | ||
|
||
## License | ||
|
||
This project is licensed under the AGPLv3 License - see the [LICENSE](LICENSE) file for details. | ||
|
||
## Acknowledgments | ||
|
||
* Thanks to all the unnamed community members filling our ticket backlog :-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
|
||
# requires: sudo apt-get install openjfx | ||
|
||
# skips tests | ||
|
||
ant -buildfile j-lawyer-fax/build.xml jar | ||
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml dist | ||
ant -buildfile j-lawyer-server-common/build.xml jar | ||
ant -buildfile j-lawyer-server-api/build.xml jar | ||
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml dist | ||
ant -buildfile j-lawyer-io-common/build.xml jar | ||
ant -buildfile j-lawyer-client/build.xml jar | ||
|
||
# there is an OpenJDK bug on Ubuntu, causing Surefire tests to fail - skip tests for now | ||
mvn -f j-lawyer-backupmgr/pom.xml package -DskipTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
# requires: sudo apt-get install openjfx | ||
|
||
# set this if you want to execute the Sipgate API tests | ||
export sipuser="" | ||
export sippassword="" | ||
|
||
# set this if you want to execute the virtual file system tests, required for FTP and SFTP implementations | ||
export ftpuser="" | ||
export ftppassword="" | ||
export ftphome="" | ||
export ftphost="" | ||
|
||
if [ "$sipuser" = "" ] || [ "$sippassword" = "" ] | ||
then | ||
echo "Sipgate credentials not set, skipping j-lawyer-fax tests" | ||
ant -buildfile j-lawyer-fax/build.xml jar | ||
else | ||
ant -buildfile j-lawyer-fax/build.xml default | ||
fi | ||
|
||
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml default | ||
|
||
if [ "$ftpuser" = "" ] || [ "$ftppassword" = "" ] || [ "$ftphome" = "" ] || [ "$ftphost" = "" ] | ||
then | ||
echo "VFS ftp / sftp credentials not set, skipping j-lawyer-server-common tests" | ||
ant -buildfile j-lawyer-server-common/build.xml jar | ||
else | ||
ant -buildfile j-lawyer-server-common/build.xml default | ||
fi | ||
|
||
ant -buildfile j-lawyer-server-api/build.xml default | ||
|
||
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml default test | ||
|
||
ant -buildfile j-lawyer-io-common/build.xml default | ||
|
||
ant -buildfile j-lawyer-client/build.xml default | ||
|
||
# there is an OpenJDK bug on Ubuntu, causing Surefire tests to fail - skip tests for now | ||
mvn -f j-lawyer-backupmgr/pom.xml clean package test -DskipTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
# requires: sudo apt-get install openjfx | ||
|
||
ant -buildfile j-lawyer-fax/build.xml clean | ||
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server-entities/build.xml clean | ||
ant -buildfile j-lawyer-server-common/build.xml clean | ||
ant -buildfile j-lawyer-server-api/build.xml clean | ||
ant -Dj2ee.server.home=/home/travis -buildfile j-lawyer-server/build.xml clean | ||
ant -buildfile j-lawyer-io-common/build.xml clean | ||
ant -buildfile j-lawyer-client/build.xml clean | ||
|
||
# there is an OpenJDK bug on Ubuntu, causing Surefire tests to fail - skip tests for now | ||
mvn -f j-lawyer-backupmgr/pom.xml clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+107 KB
j-lawyer-client/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+14.6 KB
j-lawyer-client/lib/bea.bak/ISOCountryCodeType-V2006-1.0.7-Streaming.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+16.3 KB
j-lawyer-client/lib/bea.bak/XKMSExtensionsPEPPOL_v2.2-1.0.7-Streaming.jar
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+454 KB
j-lawyer-client/lib/ci-1.11.1.8.jar → j-lawyer-client/lib/bea.bak/ci-1.13.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+3.34 MB
j-lawyer-client/lib/mcard-2.1.1.jar → j-lawyer-client/lib/bea.bak/mcard-2.2.5.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
libs.hamcrest.classpath=\ | ||
${base}/hamcrest/hamcrest-core-1.3.jar | ||
libs.hamcrest.displayName=Hamcrest 1.3 | ||
libs.hamcrest.prop-maven-dependencies=org.hamcrest:hamcrest-core:1.3:jar | ||
libs.junit_4.classpath=\ | ||
${base}/junit_4-3/junit-4.12.jar | ||
libs.junit_4.displayName=JUnit 4.12 | ||
libs.junit_4.javadoc=\ | ||
${base}/junit_4-3/junit-4.12-javadoc.jar | ||
libs.junit_4.prop-maven-dependencies=junit:junit:4.12:jar | ||
libs.junit_4.src=\ | ||
${base}/junit_4-3/junit-4.12-sources.jar |
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+219 KB
j-lawyer-client/lib/padestoolbox-1.5.11.jar → ...lient/lib/bea.bak/padestoolbox-1.5.20.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+40.1 KB
j-lawyer-client/lib/slf4j-api-1.7.22.jar → ...r-client/lib/bea.bak/slf4j-api-1.7.25.jar
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+33.9 KB
...er-client/lib/vi-plugin-cades-3.7.3.5.jar → ...t/lib/bea.bak/vi-plugin-cades-3.10.10.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+20.8 KB
...yer-client/lib/vi-plugin-x509-3.7.3.5.jar → ...nt/lib/bea.bak/vi-plugin-x509-3.10.10.jar
Binary file not shown.
Binary file renamed
BIN
+28.2 KB
...er-client/lib/vi-plugin-xades-3.7.3.5.jar → ...t/lib/bea.bak/vi-plugin-xades-3.10.10.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+16.3 KB
j-lawyer-client/lib/bea/XKMSExtensionsPEPPOL_v2.2-1.0.7-Streaming.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+188 KB
j-lawyer-client/lib/bea/jboss-servlet-api_3.1_spec-1.0.0.Final-redhat-1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
libs.hamcrest.classpath=\ | ||
${base}/hamcrest-2/hamcrest-core-1.3.jar | ||
libs.hamcrest.displayName=Hamcrest 1.3 | ||
libs.hamcrest.prop-maven-dependencies=org.hamcrest:hamcrest-core:1.3:jar | ||
libs.junit_4.classpath=\ | ||
${base}/junit_4-4/junit-4.12.jar | ||
libs.junit_4.displayName=JUnit 4.12 | ||
libs.junit_4.javadoc=\ | ||
${base}/junit_4-4/junit-4.12-javadoc.jar | ||
libs.junit_4.prop-maven-dependencies=junit:junit:4.12:jar | ||
libs.junit_4.src=\ | ||
${base}/junit_4-4/junit-4.12-sources.jar |
Binary file added
BIN
+54.6 KB
j-lawyer-client/lib/bea/oasis-dss-core-schema-v1.0-os-1.0.6-Streaming.jar
Binary file not shown.
Binary file added
BIN
+27.9 KB
j-lawyer-client/lib/bea/oasis-sstc-saml-schema-assertion-1.1-1.0.6-Streaming.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+438 KB
j-lawyer-client/lib/vi-framework-3.7.3.5.jar → ...r-client/lib/bea/vi-framework-3.10.11.jar
Binary file not shown.
Binary file renamed
BIN
+98.6 KB
...yer-client/lib/vi-output-html-3.7.3.5.jar → ...client/lib/bea/vi-output-html-3.10.11.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+24.8 KB
j-lawyer-client/lib/vi-util-ades-3.7.3.5.jar → ...r-client/lib/bea/vi-util-ades-3.10.11.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.