Commit Graph

9050 Commits

Author SHA1 Message Date
josephine-barboza ff1b1fc8f4 BAEL-1857 Running Parallel JUnit Tests with Maven 2018-08-03 14:57:46 -07:00
josephine-barboza be6d6cff8c Create FunctionTestSuite.java
BAEL-1857
2018-08-03 14:57:46 -07:00
josephine-barboza d4371b3d2e Create pom.xml 2018-08-03 14:57:46 -07:00
Dhawal Kapil 695c31a14d BAEL-7965 JMH module fails when build (#4888)
* BAEL-7965 JMH module fails when build

-Added jmh module in default profile in parent pom

* Update pom.xml

moved jmh module to integration profile
2018-08-03 14:06:10 +02:00
cdjole b92dd4c51b Spring Boot and Angular E-Commerce Application (#4874)
* Spring Boot and Angular E-Commerce Application

* Spring Boot and Angular E-Commerce Application pom.xml updated

* Spring Boot and Angular E-Commerce Application tests added
2018-08-03 12:33:39 +02:00
Predrag Maric cc3b35566d
BAEL-1861 Replaced real tests with demo test "placeholders" (#4887) 2018-08-03 11:13:45 +02:00
Loredana Crusoveanu f4de016e29
Merge pull request #4871 from eugenp/add-libraries-server
Add libraries server
2018-08-03 07:20:42 +03:00
freddyaott 4aa77eb55d BAEL-1840 Builder Pattern in Kotlin (#4730)
* builder pattern in kotlin

* builder pattern in kotlin new-line

* deleted Sandbox, added unit test

* add other tests

* named and default parameters builder

* Make FoodOrderNamed a data class
2018-08-03 03:11:35 +01:00
Karthikeyan Subbaraj 3b0fef0266 Unit tests method names and class names modified as per the guidelines 2018-08-02 21:46:00 +01:00
Karthikeyan Subbaraj 9bc5b950f6 Unit tests and DequeBasedSynchronizedStack added up 2018-08-02 21:46:00 +01:00
Vizsoro 7dbca34ba4 BAEL-1986 List initialization in one line (#4696)
* list initializations in one line

* Enhance after review

* formatting and naming

* Formatting and renaming 2
2018-08-02 20:48:38 +01:00
Kevin Wittek 0cafd3004d Example for removing first element of array (BAEL-2029) (#4836)
* Example for removing first element of array (BAEL-2029)

* Use AssertJ assertions
2018-08-02 07:48:42 -05:00
Predrag Maric 46cf3c3997
BAEL-1958 Moved the example to logging-modules (#4886) 2018-08-02 11:34:53 +02:00
fanatixan cc4ab484cc moved examples for 'removing all occurrences of an element from a list' to core-java-collections (#4878) 2018-08-02 08:59:55 +02:00
fanatixan 6a53e33a0c fixing package hierarchy (*.list.list.listoflist -> *.list.listoflist) (#4879) 2018-08-02 07:23:14 +02:00
Grzegorz Piwowarek f69c265185
Update SseEmitterController.java (#4864) 2018-08-01 22:10:58 +02:00
DavidLandup 0b642f91e0 Adding files for Exception Handling article (#4507)
* Adding files for Exception Handling article

* Updating files

* Test folder

* testing renaming

* Formatting and Naming Conventions

This commit reworks the code for the Intro to Exception Handling
article, ensuring that packages and classes are formatted and named
according to site standards.
2018-08-01 11:59:16 -06:00
Donato Rimenti 815f655f36 Bael 1273 Spring RSS Feed View (#4707)
* Added example for BAEL-1273 - rss feed with Spring.

* Fixed javadoc

* Removed useless SpringBootServletInitializer in RSS app's launcher

* Explicitely added Spring Boot starting class in pom.xml to prevent errors in package phase.
2018-08-01 11:58:08 -06:00
Kartik Singla d1caea7afb Bael 1852 - Test case code is aligned to support Junit5 (#4847)
* add prototype bean ex with function

* remove extra classes

* remove extra import

* separate configs

* separate configs

* Update AppConfig.java

* Code update to support Junit5

* BAEL-1979 Added examples for SnakeYAML Library (#4802)

* BAEL-1979 Added examples for SnakeYAML Library

* BAEL-1979 Moved the snakeyaml related code to libraries module

* BAEL-1979 Removed the System.out.println() statements and converted the assertTrue to assertEquals wherever possible.

* BAEL-1979 Removed println statements, small formatting fix in pom.xml

* BAEL-1852 Renamed one test method, fixed formatting
2018-08-01 12:10:43 +02:00
Pello Altadill c765acd1da BAEL-1861 - Running JUnit tests from a Java application (#4526)
* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* Updates Thymeleaf version to 3.0.9.RELEASE

* Added msf4j projects

* updated msf4j project folder

* fixed issue with spring-thymeleaf/pom.xml

* Removed depedency-reduced-pom.xml

* Whitespacing fix

* Strange git issue with README.MD, wouldn't revert the file

* Added jupiter api

* Corrected junit test

* Added test engine to plugin

* Removed extra tag

* Little fixes to junit4 and junit4 run from java

* Removed scope from pom.xml

* Removed bin file from testing

* Slight changes for PMD

* Slight changes for PMD

* ok, moved code to another folder

* Renamed and fixed runjunitfromjava

* moved test classes to test folder

* moved main to src/java

* BAEL-1861 Moved test running classes to src/test/java

* Added changes to runjunitfromjava

* Added changes to runjunitfromjava

* BAEL-1861 Changed test execution code examples

* BAEL-1861 Changed test execution code examples; formatting
2018-08-01 11:58:35 +02:00
Grzegorz Piwowarek a8288f98a7
Update pom.xml (#4843) 2018-08-01 07:27:32 +02:00
Loredana Crusoveanu cdf7aef433 add new module 2018-08-01 07:31:11 +03:00
Neeraj Yadav 0f1e1a49d9 BAEL-1936 Use of FilenameFilter (#4520)
* Added tests for FilenameFilter demo

-added a test to show FilenameFilter implementation
-added another test to show similar functionality using Predicate

* refactored code to get directory at a single location

* fixing formatting

* changed test class name to conform to custom rule

UnitTestNamingConventionRule lists the allowed test class names. Added ManualTest at the end to conform to the rule.
2018-07-31 22:58:48 +01:00
eelhazati 505a9f37eb Server-Sent Evensts 2018-07-31 22:45:23 +01:00
cdjole 62c6f3434c BAEL-1865 - Java Objects Sizes (#4584)
* BAEL-1865 - Java Objects Sizes

* BAEL-1865 - PR fix
2018-07-31 22:00:44 +02:00
Loredana Crusoveanu 335bd470f3
Merge pull request #4867 from amit2103/BAEL-7437
[BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple jun…
2018-07-31 22:47:31 +03:00
Loredana Crusoveanu 2299a66472 remove extra files 2018-07-31 22:39:56 +03:00
Loredana Crusoveanu 4aa8633c43 add libraries server project 2018-07-31 22:39:22 +03:00
Loredana Crusoveanu 113ebc2725
Merge pull request #4583 from fanatixan/bael-1906
Bael 1906
2018-07-31 22:29:16 +03:00
amit2103 e5ead99060 [BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple junit 5 TCs 2018-07-31 23:08:20 +05:30
Tom Hombergs 841221d1ef
Merge pull request #4838 from eugenp/thombergs-patch-21
added link
2018-07-31 19:02:18 +02:00
Tom Hombergs 11edc4a711
Merge pull request #4811 from eugenp/thombergs-patch-18
added readme
2018-07-31 19:02:06 +02:00
Tom Hombergs fb40d0cf37
Merge pull request #4829 from eugenp/thombergs-patch-20
added link
2018-07-31 19:01:48 +02:00
Tom Hombergs 13b7988043
Merge pull request #4813 from eugenp/thombergs-patch-19
added link
2018-07-31 19:01:40 +02:00
Tom Hombergs f219fc2f28
Merge pull request #4756 from eugenp/thombergs-patch-17
added link
2018-07-31 19:01:24 +02:00
fanatixan 6e646bf0de Bael 2023 (#4851)
* bael-2023: removing all occurrences of a value from a list

* adjusting examples to match the article
2018-07-31 12:56:29 +02:00
Saikat fb7b7c3ec5 BAEL-1958 Log using SLF4J (#4790)
* Log using SLF4J
Jira Ticket: BAEL-1958

* Incorporate first review comments
2018-07-31 10:03:04 +02:00
Adam InTae Gerard a1213549f3 Bael 1555 - Improve Example (#4852)
* BAEL-1555

* Corrected indents and spacing

* RequestMapping to GetMapping

* Improved Performance For Concurrent Users
2018-07-31 07:41:59 +02:00
Loredana Crusoveanu aabbd93fcf
Merge pull request #4859 from amit2103/BAEL-7608-1
[BAEL-7608] - Fixed SecurityIntegrationTest with redirecting to login
2018-07-30 22:46:55 +03:00
amit2103 680e0c24a7 [BAEL-7608] - Fixed SecurityIntegrationTest with redirecting to login 2018-07-31 00:41:44 +05:30
Loredana Crusoveanu 7c83e6d22e
Merge pull request #4799 from rockoder/spring_vaadin
Spring vaadin
2018-07-30 20:13:11 +03:00
sandy03934 1bae07cc5c BAEL-1979 Added examples for SnakeYAML Library (#4802)
* BAEL-1979 Added examples for SnakeYAML Library

* BAEL-1979 Moved the snakeyaml related code to libraries module

* BAEL-1979 Removed the System.out.println() statements and converted the assertTrue to assertEquals wherever possible.

* BAEL-1979 Removed println statements, small formatting fix in pom.xml
2018-07-30 15:30:43 +02:00
Loredana Crusoveanu ca1908a351
Merge pull request #4542 from eugenp/prototype-bean-function
add prototype bean ex with function
2018-07-29 21:58:24 +03:00
Loredana Crusoveanu 24a52e8c74
Merge pull request #4828 from Doha2012/master
update spring-data-elasticsearch
2018-07-29 18:43:58 +03:00
Tonnix deb27c1e3b Added PR files for BAEL-2031 (#4844)
* Added source files for BAEL-2031

* Added test files for BAEL-2031
2018-07-29 17:07:16 +02:00
Loredana Crusoveanu 51d79fdc55
Merge pull request #4845 from amit2103/BAEL-7609
[BAEL-7609] - Fixed spring-boot integration tests
2018-07-29 17:47:50 +03:00
Loredana Crusoveanu ae6e0f2085
Merge pull request #4837 from eugenp/BAEL-1992-v2
move mqtt project
2018-07-29 17:35:31 +03:00
amit2103 ec4a0a5b94 [BAEL-7609] - Fixed spring-boot integration tests 2018-07-29 18:32:39 +05:30
Loredana Crusoveanu e6cea7449a
Merge pull request #4833 from amit2103/BAEL-7608-1
[BAEL-7608] - Fixed spring-5-reactive integration tests
2018-07-29 15:07:16 +03:00
Loredana Crusoveanu 4981b1fd0e
Update pom.xml 2018-07-29 15:03:12 +03:00