Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improving checksum implementation. Adding multiple algorithms. | Martin Stockhammer | 2019-05-04 | 18 | -193/+548 |
| | |||||
* | Removing tomcat artifact | Martin Stockhammer | 2019-05-04 | 1 | -1/+0 |
| | |||||
* | Reformatting configuration reader writer | Martin Stockhammer | 2019-05-04 | 2 | -2665/+2129 |
| | |||||
* | Using new artifact util in upload service | Martin Stockhammer | 2019-05-04 | 1 | -395/+290 |
| | |||||
* | Adding utility for artifact path handling | Martin Stockhammer | 2019-05-04 | 2 | -1/+57 |
| | |||||
* | [MRM-1987] Improving URL check for organisation info | Martin Stockhammer | 2019-05-03 | 4 | -21/+67 |
| | | | | | | | (cherry picked from commit 796716d44183bd315dd20184a66b39ae533eb747) This is the final commit from the 2.x branch of multiple commits to fix the vulnerabilities CVE-2019-0213 and CVE-2019-0214 | ||||
* | [MRM-1972] Adding additional encoding for name value | Martin Stockhammer | 2019-05-03 | 2 | -0/+24 |
| | | | | (cherry picked from commit 8e5fdd4536421a1a3f0cc5b70725148eeb27b652) | ||||
* | Adding error handling for new validations. Fix web ui tests. | Martin Stockhammer | 2019-05-03 | 5 | -9/+16 |
| | | | | (cherry picked from commit d4be8968cfb9910f335009e1538292671aa67853) | ||||
* | Adding additional verifications for upload | Martin Stockhammer | 2019-05-03 | 1 | -4/+25 |
| | | | | (cherry picked from commit cc0d8ad0b525e641855319812877fdc6c8cd327c) | ||||
* | Merging upload artifact test to this archiva version | Martin Stockhammer | 2019-05-03 | 3 | -181/+164 |
| | |||||
* | Adding parameter checks | Martin Stockhammer | 2019-05-03 | 3 | -9/+45 |
| | | | | (cherry picked from commit 29e40eae69f945119b566d75dc3bdecd4a81edd5) | ||||
* | Fixing unit tests for upload | Martin Stockhammer | 2019-05-03 | 2 | -117/+38 |
| | |||||
* | Adding additional tests | Martin Stockhammer | 2019-05-03 | 4 | -34/+418 |
| | | | | (cherry picked from commit 0151aeded599df5bacafff8289542471ff5f4ad2) | ||||
* | Adding additional verifications for upload | Martin Stockhammer | 2019-05-03 | 1 | -12/+13 |
| | | | | (cherry picked from commit c5bcbaabedc323e778fe03289cbbfaa35b25e2d8) | ||||
* | Adding upload unit tests | Martin Stockhammer | 2019-05-03 | 1 | -0/+236 |
| | | | | (cherry picked from commit 52b971c59333153f4fbeb779a4c1373316f579c4) | ||||
* | Add url validation for certain fields | Martin Stockhammer | 2019-05-03 | 2 | -3/+58 |
| | | | | (cherry picked from commit a36035b49ba7d6514d6c386b51e1ad2512371b3d) | ||||
* | Adding config file removal before tests | Martin Stockhammer | 2019-05-03 | 1 | -0/+21 |
| | | | | (cherry picked from commit 63154a6af822384907566f3998c7948d6d34eed8) | ||||
* | Fixing dependency warnings | Martin Stockhammer | 2019-02-13 | 2 | -1/+6 |
| | |||||
* | Removing modello plugin definition | Martin Stockhammer | 2019-02-12 | 1 | -15/+0 |
| | |||||
* | Deactivating code generation for model project | Martin Stockhammer | 2019-02-12 | 9 | -24/+1950 |
| | |||||
* | Deactivating code generation. | Martin Stockhammer | 2019-02-11 | 28 | -42/+8837 |
| | | | | | Moving generated code to src tree. Adding licensing part to files | ||||
* | Fixing dependency for JDK>=9 | Martin Stockhammer | 2019-02-10 | 1 | -0/+22 |
| | |||||
* | Fixing unit tests after refactoring | Martin Stockhammer | 2019-02-10 | 31 | -388/+762 |
| | |||||
* | Starting refactoring of proxy handling. | Martin Stockhammer | 2019-01-31 | 189 | -1285/+2208 |
| | |||||
* | Merge pull request #50 from jacobtolar/patch-1 | Olivier Lamy | 2019-01-30 | 1 | -5/+5 |
|\ | | | | | fix various typos in string messages | ||||
| * | fix various typos in string messages | jacobtolar | 2019-01-29 | 1 | -5/+5 |
|/ | |||||
* | Adding jabx dependency for JDK11 | Martin Stockhammer | 2019-01-20 | 2 | -0/+46 |
| | | | | | The dependency is needed by enunciate plugin. It is not sufficient to add it as plugin dependency. Using profile for selecting JDK9+ only and adding it as 'provided' scope. | ||||
* | Changing credential string for dockerhub. | Martin Stockhammer | 2019-01-20 | 1 | -1/+1 |
| | |||||
* | Fixing web tests: Changing jetty module version. Increasing some timeouts. | Martin Stockhammer | 2019-01-20 | 3 | -3/+6 |
| | |||||
* | Increasing version of jaxb runtime to fix error in rest tests | Martin Stockhammer | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | fix name | olivier lamy | 2018-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | no more osgi bundle as no one use it and the build stucks on Jenkins because ↵ | olivier lamy | 2018-12-31 | 54 | -2115/+7 |
| | | | | | | of this Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | version properties moved to parent | olivier lamy | 2018-12-31 | 1 | -3/+1 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | use jettt version property from parent pom | olivier lamy | 2018-12-31 | 8 | -25/+28 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | fix assembly plugin configuration | olivier lamy | 2018-12-31 | 1 | -1/+3 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | use script | olivier lamy | 2018-12-31 | 1 | -2/+6 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | remove jdk9/10 as they are dead jdks and restore jdk11 build to see what is ↵ | olivier lamy | 2018-12-31 | 1 | -103/+17 |
| | | | | | | failing in Jenkins Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | enable mavenLinkerPublisher | olivier lamy | 2018-12-31 | 1 | -2/+3 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | use .repository as it's cleaned at the end. reduce history as well | Olivier Lamy | 2018-12-29 | 1 | -2/+2 |
| | |||||
* | use .repository as it's cleaned at the end but not the other one... | Olivier Lamy | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Disabling JDK11 build until problems are fixed | Martin Stockhammer | 2018-12-27 | 1 | -30/+30 |
| | |||||
* | Reducing number of kept builds on ci server | Martin Stockhammer | 2018-12-27 | 2 | -0/+4 |
| | |||||
* | add jdk11 build | olivier lamy | 2018-12-14 | 1 | -0/+31 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | simply withMaven publishers | olivier lamy | 2018-12-14 | 1 | -19/+12 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | trying to fix build on empty maven repo | olivier lamy | 2018-12-13 | 2 | -1/+7 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | align surefire version | olivier lamy | 2018-12-13 | 2 | -2/+2 |
| | | | | Signed-off-by: olivier lamy <olamy@apache.org> | ||||
* | Fixing RAT patterns | Martin Stockhammer | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | Fixing RAT patterns | Martin Stockhammer | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | Merging publish changes from 'feature/site-git-migration' | Martin Stockhammer | 2018-12-11 | 84 | -34/+1104 |
|\ | |||||
| * | Activating new git web publish repositoryfeature/site-git-migration | Martin Stockhammer | 2018-12-11 | 2 | -2/+2 |
| | |