Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-19Fixes for http clientMatthias Villiger1-6/+5
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-09-17Align web.xml version with jakarta.servlet-apiMatthias Villiger1-5/+15
2020-09-11Update Java dependenciesMatthias Villiger4-35/+34
2020-06-24fix IML files after mergeMichael Rudolf1-8/+16
2020-04-22Add maven property scout.excludeTestCategoriesRalph Steiner1-0/+15
2020-04-22Mark slow and resource intensive tests with a JUnit test categoryRalph Steiner1-0/+3
2020-04-09Update scout version from 10.0 to 11.0Adrian Egloff1-1/+1
2020-04-01Remove unnecessary throws declarations in testsClaudio Guglielmo24-85/+65
2020-03-25Update IntelliJ meta dataRalph Steiner1-7/+14
2020-03-25Fix Http non-repeatable POST redirect testAndi Bur1-8/+5
2020-03-25javax to jakarta name migrationIvan Motsch1-0/+4
2020-03-02Do not use '/pom.xml' in maven project.parent.relativePathRalph Steiner1-1/+1
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-24TestingUtility: mark bean-related methods as deprecatedStephan Merkli10-36/+38
2019-10-24Update IntelliJ meta dataMatthias Villiger1-1/+1
2019-10-11Update maven modulesThomas Siegrist1-0/+1
2019-10-10Replaced shared.services.common.security.ACCESS with security.ACCESSRalph Steiner3-62/+18
2019-10-08Move ICache to platform module (2)Ralph Steiner4-10/+10
2019-10-08Move ICache to platform module (1)Ralph Steiner4-386/+0
2019-08-26Add modules org.eclipse.scout.rt.security[.test]Ralph Steiner1-1/+50
2019-08-19Code cleanupClaudio Guglielmo24-380/+166
2019-08-10Update copyright header template for EclipseMatthias Villiger2-2/+2
2019-08-10Update copyright file header to block commentMatthias Villiger68-144/+144
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-05fix testIvan Motsch1-5/+2
2019-07-04Update IntelliJ Meta data after mergeAndreas Hoegger1-0/+1
2019-07-04Update Maven module marker in iml filesMatthias Villiger1-2/+1
2019-07-04Update module filesMatthias Villiger1-17/+2
2019-07-04Create IntelliJ module filesMatthias Villiger1-0/+68
2019-07-04fix testIvan Motsch6-73/+305
2019-07-01fix testIvan Motsch1-3/+13
2019-07-01fix testIvan Motsch1-4/+13
2019-05-13Support for http POST redirectsIvan Motsch2-1/+294
2019-04-03Update Sonar Settings to version 10Matthias Villiger1-1/+1
2019-03-29Delete unnecessary explicit session attribute removalMatthias Villiger1-1/+1
2019-03-27Initial Commit for Scout 10.Patrick Bänziger1-1/+1
2019-03-20Fix for issue 'NoHttpResponseExceptionIvan Motsch1-2/+3
2019-03-20Http server tests: add port already bind detectionIvan Motsch1-5/+19
2019-03-05remove obsolete testIvan Motsch1-44/+0
2019-03-05Load tests with apache http may yield NoHttpResponseExceptionIvan Motsch1-0/+44
2019-01-15Update IDE meta files for Eclipse 2018-12 and Java 11Matthias Villiger3-2/+6
2019-01-07Create new http test: HttpServiceTunnelNetworkTestIvan Motsch3-16/+320
2018-12-27Java 11 supportMatthias Villiger2-2/+2
2018-12-21http tests: add socket wrapperIvan Motsch3-6/+44
2018-12-20simplify http protocol testsIvan Motsch11-232/+332

Back to the top