summaryrefslogtreecommitdiffstats
path: root/build.moxie
Commit message (Collapse)AuthorAgeFilesLines
* Adjust path after moving from "gitblit" to "gitblit-org" on GithubFlorian Zschocke2022-12-091-6/+6
|
* deps: Update various dependencies that had known CVEsFlorian Zschocke2022-11-141-6/+6
|
* deps: Update Jetty to version 9.4.49.v20220914Florian Zschocke2022-11-131-1/+1
| | | | | | | | | | | | | | | | | This updates Jetty to the latest 9.x version as of writing. The 9.x is still running on Java 8. The update needs two code changes. `SessionManager` was replaced with `SessionHandler`. This was documented in the Jetty documentation. Adding the `GitblitContext` to the `WebAppContext` will result in two instances getting created, because the code was changed that prevents instantiation the same listener class multiple times. (The second time is when the web.xml is read.) Instead, it must be added to the servlet handler of the `WebAppContext`. This results in properly adhering to the changed internal startup flow. Updating Jetty also resolves #1409.
* deps: Update JGit to 4.11.9.201909030838-r and other dependenciesFlorian Zschocke2022-11-111-4/+4
| | | | | | | | Update JGit, and also update other dependencies where the 4.11 JGit version uses newer versions than we do: commond-codec updated to 1.9 commons-compress updated to 1.15 gson updated to 2.8.2
* deps: Update JGit to version 4.8.0.201706111038-rFlorian Zschocke2022-11-111-1/+1
|
* Merge branch 'pr-1214' into masterFlorian Zschocke2022-11-061-1/+1
|\ | | | | | | | | Fix conflict from earlier JGit update to 4.5 Add updated Eclipse and IntelliJ files.
| * Fix jgit version to one that is found in Maven CentralFlorian Zschocke2022-11-061-1/+1
| |
| * Update jgit to 4.6.1.201703071140-r.123-g5094c1a5cpaladox2017-03-181-1/+1
| |
| * Update jgit to 4.5.0.201609210915-rpaladox2017-03-181-1/+1
| |
| * Update jgit to 4.6.1.201703071140-r.123-g5094c1a5cpaladox2017-03-181-1/+1
| |
* | Merge branch 'pr-1213' into masterFlorian Zschocke2022-11-061-2/+10
|\ \ | | | | | | | | | | | | Fix conflict in updated slf4j version. Add updated Eclipse and IntelliJ files.
| * | Add missing jetty-xml dependency.Florian Zschocke2022-11-061-0/+1
| | |
| * | Fix compiling jetty 9.3paladox2017-03-181-1/+8
| | | | | | | | | jetty-all was converted to a uber jar and not a jar. So it was failing to resolve.
| * | Update jetty to 9.3.16.v20170120paladox2017-03-181-1/+1
| |/
* | deps: Update Guice version to 5.1.0Florian Zschocke2022-10-311-3/+3
| | | | | | | | | | | | | | | | Update Guice to 5.1.0. This version is compatible with Java 17. The gitblit patch of the servlet extension was ported to Guice 5.1.0, too. The update of Guice requires an update of the Guava version, too. Thus Guava is updated to 27.0.1-jar.
* | Update BouncyCastle to version 1.69Florian Zschocke2022-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | The version 1.69 is chosen instead of 1.70, because the moxie build would not download the jars, trying to download `...1.7.jar` instead. Three class deprecations are fixed. `PEMWriter` and `X509Extension` are replaced with their drop-in replacements `JcaPEMWriter` and `Extension`. The `PasswordFinder` deprecation note says that "it is no longer used". It also was never used in Gitblit's code, so it is removed from the key par provider class.
* | Update dependency MINA SSHD to version 1.7.0Florian Zschocke2022-10-091-1/+1
| |
* | upgrade to sshd 1.6.0, add eddsa dependency, upgrade jgit to 4.1.2ricardop2022-10-081-1/+2
| | | | | | | | | | | | | | | | | | (cherry picked from commit d8fbdda2ab3fa48e92bdf37399d4b75c48409c5c@rpardini:master) # Conflicts: # .classpath # build.moxie # src/test/java/com/gitblit/tests/SshUnitTest.java
* | Update javax.mail to 1.5.6paladox2022-02-061-1/+1
| |
* | build: Comment out option used for Java 7Florian Zschocke2022-02-061-1/+1
| |
* | Bump min java support to 1.8paladox2022-02-061-4/+4
| | | | | | Fixes #1218
* | Reset build identifiers for next minor release cycleFlorian Zschocke2022-02-051-1/+1
| |
* | Prepare 1.9.2 releasev1.9.2flaix2022-02-051-3/+3
| |
* | deps: Update to Jetty 9.2.30.v20200428Florian Zschocke2021-12-031-1/+1
| | | | | | | | This closes #1390
* | deps: Upgrade dependency Mockito to 2.28.2.Florian Zschocke2020-10-311-1/+1
| |
* | build: Activate JaCoCo explicitly for Ant buildFlorian Zschocke2020-10-221-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 cyclefzs2020-04-051-1/+1
| |
* | Prepare 1.9.1 releasev1.9.1fzs2020-04-051-3/+3
| |
* | Switch Eclipse repositories to HTTPS.Florian Zschocke2020-04-011-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 cyclefzs2020-02-011-1/+1
| |
* | Prepare 1.9.0 releasev1.9.0fzs2020-02-011-3/+3
| |
* | Add Maven Central to registeredRepositoriesFlorian Zschocke2020-01-281-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-rFlorian Zschocke2019-11-201-1/+1
| |
* | Add dependency javax.activation to WAR, manager and fedclient, too.Florian Zschocke2019-11-181-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 Zschocke2019-11-111-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 Zschocke2019-11-111-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 Zschocke2019-11-101-1/+1
| |
* | Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-101-1/+1
| |
* | Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-101-1/+1
| |
* | Update MINA to version 2.0.21.Florian Zschocke2019-11-101-1/+1
| | | | | | | | This includes a fix in MINA to a CVE.
* | Update BouncyCastle dependency to version 1.57Florian Zschocke2019-11-101-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_java9Florian Zschocke2019-11-071-0/+1
|\ \ | | | | | | Added javax.activation dependency
| * | Update to recommended com.sun.activation package.Florian Zschocke2019-11-071-1/+1
| | | | | | | | | | | | | | | Update the dependency to the recommended JAF stand-alone com.sun.activation:javax.activation:1.2.0
| * | Added javax.activation dependency "Martin Spielmann2017-11-031-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 Zschocke2019-06-131-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 Zschocke2017-03-051-1/+0
| | | | This reverts commit 662fb9012fb6897c9b05c939232919797e665f38.
* Add library `lucene-backward-codecs` to migrate indices.Florian Zschocke2017-03-051-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 Zschocke2017-03-051-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.2Luca Milanesio2017-03-051-1/+1
|
* Increase minor version number to 9Florian Zschocke2017-01-021-1/+1
| | | | | Bump version to 1.9.0-SNAPSHOT, increasing the minor as the next release includes interface changes.