Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09Update jsdt settings due to oxygen.3Claudio Guglielmo1-0/+1
2018-04-05Data object serialization: Added support for generic typesPaolo Bazzi1-0/+4
2018-04-04StreamUtility: Added toLinkedHashMap() collectorPaolo Bazzi1-0/+16
2018-04-03Update Sonar settings for new Sonar pluginMatthias Villiger1-0/+2
2018-03-30Update Sonar Settings for new branchPatrick Bänziger1-1/+1
2018-03-30Create 8.0 BranchPatrick Bänziger1-1/+1
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
2018-02-15Data object serialization: Serialize Locale using toLanguageTag()Paolo Bazzi1-2/+4
2018-02-12Data object serialization: Added test case for byte[]Paolo Bazzi1-1/+9
2018-01-31Jandex class inventory: subclasses of interface is incompleteIvan Motsch1-8/+131
2018-01-31Data object serialization: Added IDataObject interfacePaolo Bazzi1-1/+20
2018-01-30Data object serialization: Added support for IDoEntity interfacePaolo Bazzi2-6/+7
2018-01-30UriBuilder: handle null arguments in queryString()Beat Schwarzentrub1-0/+15
2018-01-29Data object serialization: Fixed some sonar issuesPaolo Bazzi1-8/+9
2018-01-26Scout data object support, initial commitPaolo Bazzi11-0/+1693
2018-01-25Always clean-up BeanMocks (also in case of an exception)Andi Bur1-2/+6
2018-01-24Add assertThrows to ScoutAssertAndi Bur3-2/+88

Back to the top