Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Dorp152-172/+260
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-07DoList: Use upper-bounded wildcard on collection-typed with methodAndi Bur2-2/+2
2018-09-04Enable external link protectionMatthias Villiger1-5/+14
2018-08-29Add IDoEntity#removeIfRalph Steiner1-0/+19
2018-08-24EnumerationUtility: Add asEnumeration(Iterator<T>) methodJeremie Miserez1-0/+15
2018-08-15Added IUuidProvider to make random UUIDs predictable in unit testsAndré Wegmüller1-0/+37
2018-08-13BeanTestingHelper: remove methods registerWithReplace andStephan Merkli2-32/+0
2018-08-06BeanTestingHelper: Changed registerBean to match BeanManager signaturePaolo Bazzi2-7/+58
2018-08-06Move bean related methods from TestingUtility to Platform asStephan Merkli2-0/+190
2018-07-31DateUtilityTest: Add test for parsing of non-existing time valueJeremie Miserez1-1/+9
2018-07-12Add stateful crypter for easily encrypt/decrypt string based dataStephan Merkli1-0/+70
2018-07-12Expose the ListenerListMonitor as jmx MBeanIvan Motsch2-8/+92
2018-07-03add 'repeat' to InteractiveTestIvan Motsch1-1/+16
2018-06-21Central path protection for UiServlet and REST resourcesMatthias Villiger1-0/+52
2018-06-13Data Objects: Moved DataObjectInventory to platformPaolo Bazzi2-0/+236
2018-06-06Fix for zip-slip-vulnerabilityMatthias Villiger3-0/+32
2018-05-30Data Objects: Added test case for null-safe .all() methodPaolo Bazzi1-0/+6
2018-05-30StreamUtility Added toMap() implementation supporting null-valuesPaolo Bazzi1-2/+74
2018-05-30Fix listeners: ensure that order of listener is preservedIvan Motsch1-33/+50
2018-05-29Add TestingDataObjectHelper in order to provide DoEntity#toStringRalph Steiner2-0/+38
2018-05-18Create helper method to do an integer division that rounds up.Matthias Villiger1-0/+12
2018-04-27Moved text and multi-language support from shared to platformIvan Motsch4-0/+122
2018-04-26Rename remaining occurrences of 7.1 to 8.0Claudio Guglielmo2-2/+2
2018-04-25Data Object: Set attribute name for DoValue/DoList in c'torPaolo Bazzi4-6/+39
2018-04-16Fix serialVersionUID for interfaces with default methodsIvan Motsch2-4/+102
2018-04-13Add test for serialVersionUID mismatch and interface default methodsIvan Motsch2-34/+124
2018-04-13Add test for serialVersionUID mismatchIvan Motsch1-0/+151
2018-04-11Multithreaded tests with timeout are nonsense...Ivan Motsch2-8/+8
2018-04-11Refactored EventListenerListIvan Motsch2-42/+128
2018-04-05Data object serialization: Added support for generic typesPaolo Bazzi1-0/+4
2018-04-04StreamUtility: Added toLinkedHashMap() collectorPaolo Bazzi1-0/+16
2018-03-26ClientNotificationPoller adds cancellable which is never unregisteredMatthias Otterbach1-6/+38
2018-03-26comparing strings with text/number, large numbersIvan Motsch1-0/+19
2018-03-23Slow outlines due to removal of virtual tree nodesIvan Motsch2-0/+417
2018-03-22DoValue/DoList use .of() method in implementationPaolo Bazzi3-7/+41
2018-03-16Added TODO for DataObjectTestHelper assertion methodsPaolo Bazzi1-0/+3
2018-03-08DoEntityBuilder: Added putList(V... values) methodPaolo Bazzi1-0/+8
2018-03-05RunContexts.copyCurrent adds cancellable which is never unregisteredMatthias Otterbach2-11/+278
2018-02-16Data object serialization: Added simple DoEntityBuilderPaolo Bazzi1-0/+31
2018-02-15Data object serialization: Added DoEntity.all() value map getterPaolo Bazzi3-8/+99

Back to the top