Commit Graph

9182 Commits

Author SHA1 Message Date
Loredana Crusoveanu 7df9bffeb8
Update WebConfig.java 2018-08-04 23:48:03 +03:00
Loredana Crusoveanu 550516b01a
Merge pull request #4849 from eugenp/upgrade-socket
upgrade sockets to spring5
2018-08-04 23:47:28 +03:00
Loredana Crusoveanu 5a5051fe60
Merge pull request #4896 from kartiksingla/BAEL-1967
[BAEL-1967] - Custom validation MessageSource in Spring Boot
2018-08-04 23:47:01 +03:00
kartiksingla 8efb09daec POM file updated for BAEL-1967 2018-08-04 20:28:15 +05:30
kartiksingla b6e56ef57a [BAEL-1967] - Custom validation MessageSource in Spring Boot 2018-08-04 20:23:10 +05:30
RanjeetKaur17 38327e7771 Removing unused files. 2018-08-04 16:53:38 +04:00
RanjeetKaur17 406146f959 Removing unused file. 2018-08-04 16:52:27 +04:00
RanjeetKaur17 b2aeac4eb8 Moving file parser inside the core-java module.
Adding Test cases for reading files.
2018-08-04 16:45:02 +04:00
Kartik Singla c1d6c92857
Merge pull request #5 from eugenp/master
Merge
2018-08-04 17:04:51 +05:30
Loredana Crusoveanu 2cc5ec5711
Merge pull request #4873 from danielguedesb/master
OAuth2 Principal and Authorities example
2018-08-04 08:24:41 +03:00
KevinGilmore 0cc05d9802
BAEL-1901 and BAEL-1555 add links (#4892)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article
2018-08-03 20:58:06 -05:00
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
mherbaghinyan adb14c2b95 bring back dependencies 2018-08-03 10:43:37 +04:00
mherbaghinyan 2fae078370 added benchmark tests for set and list performance 2018-08-03 10:32:50 +04: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
RanjeetKaur17 72d592c8d1 Revert "A simple Real Time streaming example with Spring Webflux."
This reverts commit b7d4a00dac.
2018-08-01 10:12:20 +04: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
db d05f4572f8 OAuth2 Principal and Authorities example - refactor and added example using custom authorization server 2018-07-31 22:42:52 +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