Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-26Improve API of isOneOfMatthias Villiger1-0/+3
2019-03-18Move StyleHelper to platform, deprecate old client-side StyleHelperBeat Schwarzentrub1-0/+208
2019-03-15Fix Sonar warningMatthias Villiger1-0/+26
2019-03-13Update license header to EPLMatthias Villiger1-1/+1
2019-03-08Remove dependency to java.util.ResourceBundleRalph Steiner1-0/+68
2019-03-04DataObjectInventory: Support for type version of replaced data objectsPaolo Bazzi3-11/+125
2019-02-22UriUtility: correctly handle query parameters without valueBeat Schwarzentrub1-0/+2
2019-02-18Add ObjectUtility.testNvlOptionalMatthias Otterbach1-4/+14
2019-02-14Tread formating tags within a word correctly when exporting plain text.Oli Schmid2-2/+8
2019-02-13DataObjectHelper: add assertValue() methodBeat Schwarzentrub2-0/+119
2019-02-08UriBuilder: use stable parameter order, omit "=" for empty valuesBeat Schwarzentrub1-5/+18
2019-01-29Deprecated TestingJacksonDataObjectMapper, use pretty printerPaolo Bazzi1-1/+2
2019-01-24Data Objects: Add version support using @TypeVersion annotationPaolo Bazzi2-4/+13
2019-01-24DataObjectMapper: Add support to read JSON ignoring _typePaolo Bazzi2-1/+50
2019-01-24Remove problematic IBlockingCondition.waitForUninterruptiblyIvan Motsch1-49/+0
2019-01-24Remove obsolete test with ignored suidMatthias Villiger1-42/+0
2019-01-15Remove obsolete testMatthias Villiger1-98/+0
2019-01-15Update IDE meta files for Eclipse 2018-12 and Java 11Matthias Villiger3-2/+6
2018-12-27Java 11 supportMatthias Villiger9-75/+13
2018-12-20DataObjectTestHelper: fix SONAR warningStephan Merkli2-5/+20
2018-12-19DataObjectTestHelper: fix NPEStephan Merkli1-1/+5
2018-12-19CollatorProvider: use NaturalCollatorProvider by defaultBeat Schwarzentrub1-0/+21
2018-12-19Add NaturalCollatorProvider (inactive by default)Beat Schwarzentrub1-0/+65
2018-12-17PlaceholderException: add expectation for null-valueAndi Bur1-0/+6
2018-12-04Added decode method to UriUtilityAndré Wegmüller1-0/+20
2018-12-01Tests using a platform should wait until the platform is fully startedIvan Motsch2-0/+82
2018-11-27Allow comparison of sets in with DataObjectTestHelperRalph Steiner3-43/+94
2018-11-27Bug 541099: Change order in which Scout properties are searchedPatrick Bänziger2-6/+88
2018-11-05Ensure ListenerListMonitorTest runs with private registryMatthias Villiger1-8/+20
2018-11-01StreamUtility: add convenience map mergersBeat Schwarzentrub1-0/+47
2018-10-31Fix # of listenerListInstances in ListenerListMonitorMBeanMatthias Villiger1-23/+36
2018-10-29ServerSession#stop() should not block creation of new sessionsMatthias Villiger1-0/+332
2018-10-25Detect duplicate http post requestsIvan Motsch2-5/+18
2018-10-23New PlatformIdentifier, multiple MBeans in one jreIvan Motsch1-2/+2
2018-10-18HTML: add tag() method, improve JavaDocBeat Schwarzentrub1-8/+17
2018-10-17InteractiveTestSuite: Update info textJeremie Miserez1-1/+1
2018-10-17InteractiveTestSuite: Add support for executing single test methodsJeremie Miserez1-0/+38
2018-10-11CollectionUtility: add hashMap() and hasElements(Map)Crispin Kirchner1-0/+26
2018-09-24currentCalendar method must return calendar instance with the fixed dateMichi Schweizer1-0/+13
2018-09-12Update copyright headersArthur van Dorp153-173/+261
2018-09-12Adapt to Scout change: New DoList.updateAll() methodPaolo Bazzi2-8/+6
2018-09-12DoList: Added updateAll(array) / updateAll(collection) methodPaolo Bazzi1-0/+73
2018-09-11Create 9.0 branch and update all POMs.Patrick Bänziger1-1/+1
2018-09-07DoList: Use upper-bounded wildcard on collection-typed with methodAndi Bur2-2/+2
2018-09-07Create 8.1 branch and update all POMs.Patrick Bänziger1-1/+1
2018-09-04Enable external link protectionMatthias Villiger1-5/+14
2018-08-29Add IDoEntity#removeIfRalph Steiner1-0/+19

Back to the top