Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 1.9.3 releasev1.9.3 | flaix | 2022-04-09 | 1 | -3/+3 |
| | |||||
* | Reset build identifiers for next point release cycle | Florian Zschocke | 2022-03-12 | 1 | -1/+1 |
| | |||||
* | Prepare 1.9.2 releasev1.9.2 | flaix | 2022-02-05 | 1 | -3/+3 |
| | |||||
* | deps: Update to Jetty 9.2.30.v20200428 | Florian Zschocke | 2021-12-03 | 1 | -1/+1 |
| | | | | This closes #1390 | ||||
* | deps: Upgrade dependency Mockito to 2.28.2. | Florian Zschocke | 2020-10-31 | 1 | -1/+1 |
| | |||||
* | build: Activate JaCoCo explicitly for Ant build | Florian Zschocke | 2020-10-22 | 1 | -1/+1 |
| | | | | | | | | | When building with Ant, instead of Moxie, JaCoCo is not included in the classpath. So explicitly initialise the full `jacocoant.jar` from the `.moxie` repository. For this we had to switch the dependency to use the `nodeps` jar which includes all dependencies. | ||||
* | Reset build identifiers for next point release cycle | fzs | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | Prepare 1.9.1 releasev1.9.1 | fzs | 2020-04-05 | 1 | -3/+3 |
| | |||||
* | Switch Eclipse repositories to HTTPS. | Florian Zschocke | 2020-04-01 | 1 | -2/+2 |
| | | | | | | | | | | | The Eclipse maven repositories changed to only allow HTTPS and not serve HTTP anymore. HTTP will redirect to HTTPS, which moxie does not handle well and fails. So the registered Eclipse repositories are changed to 'https://' transport. Fixes #1334 | ||||
* | Reset build identifiers for next point release cycle | fzs | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare 1.9.0 releasev1.9.0 | fzs | 2020-02-01 | 1 | -3/+3 |
| | |||||
* | Add Maven Central to registeredRepositories | Florian Zschocke | 2020-01-28 | 1 | -0/+2 |
| | | | | | | | | Moxie does have these defined by default, but with transport HTTP. Since January 2020, Maven Central only accepts HTTPS, no HTTP anymore. So we add them here explicitly, with `https://`. We add it to the `build.moxie` file, instead of keeping it in a local `settings.moxie`, so that a CI server can immediately use it. | ||||
* | Update JGit to versoin 4.5.7.201904151645-r | Florian Zschocke | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | Add dependency javax.activation to WAR, manager and fedclient, too. | Florian Zschocke | 2019-11-18 | 1 | -1/+1 |
| | | | | | I actually don't know if it is needed for the manager and fedclient, but right now I'm going with better safe than sorry. | ||||
* | Adjust versions of JaCoCo and parboiled to match and work. | Florian Zschocke | 2019-11-11 | 1 | -2/+2 |
| | | | | | | | | | Adjust the version of JaCoCo down to 0.8.4 and the version of parboiled-java up to 1.3.1. They need to match because both use ASM. This combination has the same dependency on ASM: 7.1. And it seems to work, at least the docs get generated and the `moxie test` doesn't fail building the report anymore. | ||||
* | Update JaCoCo to version 0.8.5 to work when run under Java 11. | Florian Zschocke | 2019-11-11 | 1 | -1/+1 |
| | | | | Running `moxie test` will crash under Java 11 with JaCoCo 0.7.8. | ||||
* | Update SLF4J dependency to latest version 1.7.29. | Florian Zschocke | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | Update SSHD dependency to version 1.2.0. | Florian Zschocke | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | Update SSHD dependency to version 1.1.0. | Florian Zschocke | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | Update MINA to version 2.0.21. | Florian Zschocke | 2019-11-10 | 1 | -1/+1 |
| | | | | This includes a fix in MINA to a CVE. | ||||
* | Update BouncyCastle dependency to version 1.57 | Florian Zschocke | 2019-11-10 | 1 | -1/+1 |
| | | | | | | | | To support the new PBKDF2 password hashing, the Bouncy Castle provider needs to be updated to a version that supports PBKDF2 with HMAC SHA265. The current version doesn't have PBKDF2WithHmacSHA265, and neither does Java 7, so that under Java 7 it can not be used. This update enables the new password hashing under Java 7, too. | ||||
* | Merge pull request #1266 from pingunaut/1262_java9 | Florian Zschocke | 2019-11-07 | 1 | -0/+1 |
|\ | | | | | Added javax.activation dependency | ||||
| * | Update to recommended com.sun.activation package. | Florian Zschocke | 2019-11-07 | 1 | -1/+1 |
| | | | | | | | | | | Update the dependency to the recommended JAF stand-alone com.sun.activation:javax.activation:1.2.0 | ||||
| * | Added javax.activation dependency " | Martin Spielmann | 2017-11-03 | 1 | -0/+1 |
| | | | | | | | | thanks to this dependency, one can start gitblit with java 9 without using deprecated internal module --add-modules java.activation | ||||
* | | Add build dependency on parboiled to fix build of documentation. | Florian Zschocke | 2019-06-13 | 1 | -0/+1 |
|/ | | | | | | | | Updating JaCoCo in commit 23072ffb broke the build of the HTML documentation. As found out by @chirontt, adding parboiled as a build dependency fixes it. Fixes #1220 and closes #1313 | ||||
* | Revert "Add library `lucene-backward-codecs` to migrate indices." | Florian Zschocke | 2017-03-05 | 1 | -1/+0 |
| | | | | This reverts commit 662fb9012fb6897c9b05c939232919797e665f38. | ||||
* | Add library `lucene-backward-codecs` to migrate indices. | Florian Zschocke | 2017-03-05 | 1 | -0/+1 |
| | | | | | | | | | | | To be able to read and migrate Lucene indices from old (4.x) formats to new (5.x) ones, add the `lucene-backward-codecs` library to the project. It is added to the `ext` directory and therefore to the classpath. According to the Lucene documentation, having it in the classpath can affect performance. But right now the `ext` directory is the only one available and even for a separate tool for offline migration the library would be needed. | ||||
* | Exclude Lucene transitive dependencies. | Florian Zschocke | 2017-03-05 | 1 | -2/+2 |
| | | | | | | | Exclude Lucene dependencies `lucene-spatial` and `lucene-join`. They were added during the update but are not needed. This patch excludes them explicitly so that they do not show up in the generated IDE files and `ext` directory. | ||||
* | Bump to Lucene 5.5.2 | Luca Milanesio | 2017-03-05 | 1 | -1/+1 |
| | |||||
* | Increase minor version number to 9 | Florian Zschocke | 2017-01-02 | 1 | -1/+1 |
| | | | | | Bump version to 1.9.0-SNAPSHOT, increasing the minor as the next release includes interface changes. | ||||
* | Update to explicit versions of JUnit 4.12 and JaCoCo 0.7.8 | Florian Zschocke | 2016-12-21 | 1 | -2/+2 |
| | | | | | | | | | | Use explicit coordinates, and therefor version numbers fro JUnit in the build.moxie file. It should not be some version that just happens to be used. Update JUnit to latest 4.12. Update JaCoCo to lates 0.7.8, which makes it work under Java 8. The last used version would fail when tests are run under Java 8. | ||||
* | Add test resources path `src/test/resources` to project configuration | Florian Zschocke | 2016-12-19 | 1 | -0/+1 |
| | |||||
* | Reset build identifiers for next point release cycle | James Moger | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | Prepare 1.8.0 releasev1.8.0 | James Moger | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | Update documentation for 1.8.0 release | James Moger | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | Reset build identifiers for next point release cycle | James Moger | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | Prepare 1.7.1 releasev1.7.1 | James Moger | 2015-11-23 | 1 | -3/+3 |
| | |||||
* | Reset build identifiers for next point release cycle | James Moger | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | Prepare 1.7.0 releasev1.7.0 | James Moger | 2015-11-22 | 1 | -3/+3 |
| | |||||
* | Documentation | James Moger | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Update to JGit 4.1.1 | James Moger | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Update to JGit 4.1.0 | James Moger | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Update to Guice 4.0 final with -gb2 ServletFilter fix | James Moger | 2015-09-18 | 1 | -2/+2 |
| | |||||
* | Update to Lucene 4.10.4 | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Update to Jetty 9.2.13 | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Update to JGit 4.0.2 | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Update to BouncyCastle 1.52 | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Update to Groovy 2.4.4 | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Update to Wicket 1.4.22 | James Moger | 2015-09-18 | 1 | -1/+1 |
| |