Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-05URI encoding, Connection header rest client propsDominik Landtwing2-2/+41
2021-02-02Update versions for release 22.0Adrian Egloff1-1/+1
2021-02-01Remove iml files from source controlMatthias Villiger1-79/+0
2021-01-20Jetty security updateMatthias Villiger1-8/+9
2021-01-08Update copyright headerMatthias Villiger2-8/+13
2020-11-19Fixes for http clientMatthias Villiger1-1/+1
2020-11-05Update junit to 4.13.1 because of CVE-2020-15250Matthias Villiger1-1/+1
2020-10-28Delete Eclipse meta dataMatthias Villiger13-578/+0
2020-10-14Dependency checkIvan Motsch1-4/+4
2020-09-11Update Java dependenciesMatthias Villiger4-114/+113
2020-06-29Use LocalHostAddressHelper for resolving localhost name and addressAndi Bur1-3/+4
2020-06-24fix IML files after mergeMichael Rudolf1-8/+16
2020-05-12Add cancellation support for REST resourcesAndi Bur3-24/+155
2020-04-09Update scout version from 10.0 to 11.0Adrian Egloff1-1/+1
2020-04-01Remove unnecessary throws declarations in testsClaudio Guglielmo4-23/+18
2020-03-25Update IntelliJ meta dataRalph Steiner1-21/+21
2020-03-25javax to jakarta name migrationIvan Motsch1-6/+4
2020-03-02Do not use '/pom.xml' in maven project.parent.relativePathRalph Steiner1-1/+1
2019-12-03ApacheHttpClientConnectionHeaderTest: close response after useBeat Schwarzentrub1-1/+4
2019-11-26Fix rare abnormal HTTP connection terminationsAndi Bur3-1/+158
2019-11-25Update Eclipse meta dataMatthias Villiger1-0/+2
2019-11-06Remove HikariCP-java7 dependencyMatthias Villiger1-1/+0
2019-10-31update quartz to 2.3.2Ivan Motsch1-1/+2
2019-10-31Update intellij *.iml filesThomas Siegrist1-4/+4
2019-10-24Update IntelliJ meta dataMatthias Villiger1-1/+1
2019-10-01Update .iml filesJeremie Miserez1-8/+2
2019-09-30Replace TestingUtility by BeanTestingHelperRalph Steiner1-0/+4
2019-08-16Fix Rest Client Proxy Test (@Jenkins) IIPaolo Bazzi1-0/+1
2019-08-12Fix Rest Client Proxy TestPaolo Bazzi1-2/+5
2019-08-10Update copyright header template for EclipseMatthias Villiger2-2/+2
2019-08-10Update copyright file header to block commentMatthias Villiger9-18/+18
2019-08-06Fix warningsBeat Schwarzentrub1-1/+0
2019-08-05Fix 'Connection manager is shut down'Andi Bur1-3/+8
2019-07-31Rename ErrorDo attributesRalph Steiner1-6/+2
2019-07-31Map VetoException to 400 - BAD_REQUEST instead of 403 - FORBIDDENRalph Steiner1-37/+31
2019-07-10Revert "Change Snapshot version from 10.0.0-SNAPSHOT to 10-SNAPSHOT"Arthur van Dorp1-1/+1
2019-07-09Change Snapshot version from 10.0.0-SNAPSHOT to 10-SNAPSHOTArthur van Dorp1-1/+1
2019-07-04Update IntelliJ Meta data after mergeAndreas Hoegger1-3/+5
2019-07-04Update Maven module marker in iml filesMatthias Villiger1-2/+1
2019-07-04Update module filesMatthias Villiger1-1/+2
2019-07-04Create IntelliJ module filesMatthias Villiger1-0/+74
2019-06-21Refactored getRequestFiltersToRegister() methodAndré Wegmüller1-3/+7
2019-05-29Moved data object support to org.eclipse.scout.rt.dataobject modulePaolo Bazzi3-7/+7
2019-04-03Update Sonar Settings to version 10Matthias Villiger1-1/+1
2019-03-27Initial Commit for Scout 10.Patrick Bänziger1-1/+1
2019-01-15Update IDE meta files for Eclipse 2018-12 and Java 11Matthias Villiger3-2/+6
2018-12-27Java 11 supportMatthias Villiger3-20/+27
2018-12-21Call REST requests within the current RunContextAndi Bur6-53/+275
2018-12-17Add Cancellation and exception handling support to REST clientsAndi Bur30-0/+2489

    Back to the top