Commit Graph

9100 Commits

Author SHA1 Message Date
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
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
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 0c28af774a upgrade sockets to spring5 2018-07-29 21:55:28 +03:00
Loredana Crusoveanu 24a52e8c74
Merge pull request #4828 from Doha2012/master
update spring-data-elasticsearch
2018-07-29 18:43:58 +03:00
Loredana Crusoveanu 14ad816b7d re-add code for type conversion article 2018-07-29 18:12:48 +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
Kartik Singla d0d9402822
Merge pull request #4 from eugenp/master
updated master
2018-07-29 14:57:19 +05:30
amit2103 38e7ec8065 [BAEL-7608] - Removed unused imports 2018-07-29 14:17:48 +05:30
amit2103 bc036fc39d [BAEL-7608] - Reverted NettyContext to Embedded Tomcat example with Async = true 2018-07-29 14:16:04 +05:30
amit2103 578bcb7f79 [BAEL-7608] - Fixed spring-5-reactive integration tests 2018-07-29 11:04:14 +05:30
Felipe Santiago Corro 748c94f231 Add items to list in core-java-collections (#4841) 2018-07-29 06:38:51 +02:00
Loredana Crusoveanu 81d941758e
Merge pull request #4830 from danielguedesb/master
OAuth2 Principal and Authorities Extractor
2018-07-29 07:33:52 +03:00
Tom Hombergs 02d0b127a2
added link 2018-07-28 22:51:29 +02:00
Loredana Crusoveanu 61860cf7b8 move mqtt project 2018-07-28 22:24:38 +03:00
Loredana Crusoveanu 52bcad7243
Merge pull request #4822 from eugenp/lor6-patch-6
Update PushController.java
2018-07-28 22:01:42 +03:00
Loredana Crusoveanu e6c78e9a23
Merge pull request #4832 from psevestre/master
Code for BAEL-1992
2018-07-28 21:59:20 +03:00