aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/AppServer.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0nextDavid Ostrovsky2024-05-081-8/+10
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+2
* AppServer: fix keystore used to setup test SSL context factoryMatthias Sohn2021-11-241-2/+5
* Update Jetty to 10.0.6Matthias Sohn2021-11-221-18/+26
* [test] Create keystore with the keytool of the running JDKThomas Wolf2021-07-251-1/+4
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* AppServer: Stop using deprecated SslContextFactory constructorDavid Pursehouse2019-10-171-1/+1
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-3/+3
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Fix javadoc in org.eclipse.jgit.junit.httpMatthias Sohn2017-12-171-3/+33
* Do authentication re-tries on HTTP POSTThomas Wolf2017-08-221-10/+29
* Add support to follow HTTP redirectsThomas Wolf2017-08-171-10/+126
* Update jetty to 9.4.5Mat Booth2017-05-111-16/+19
* Add missing @Override annotations in AppServer.TestMappedLoginServiceMatthias Sohn2017-04-091-0/+2
* Merge branch 'stable-4.6'Matthias Sohn2017-04-021-13/+20
|\
| * Revert "Update Jetty to 9.4.1.v20170120"David Pursehouse2017-03-311-13/+19
| * Update Jetty to 9.4.1.v20170120Matthias Sohn2017-03-061-19/+13
* | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-1/+0
* | Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-191-19/+13
|/
* AppServer: Remove unnecessary 'unused' suppressionsDavid Pursehouse2016-09-221-4/+2
* Fix AppServer build errors in Eclipse with <4.6 target platformsMatthias Sohn2016-07-141-18/+27
* Implement new abstract MappedLoginService methods added in Jetty 9.3Matthias Sohn2016-07-111-0/+8
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-1/+10
* Update to Jetty 9.2.10Matthias Sohn2015-05-101-6/+14
* Use default thread pool to prevent thread pool starvationMatthias Sohn2012-06-031-17/+1
* Update Jetty to 8.1.3.v20120416Matthias Sohn2012-05-231-2/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-4/+5
* Introduce http test bundleJens Baumgart2010-12-081-0/+291