Commit Graph

8136 Commits

Author SHA1 Message Date
Loredana Crusoveanu a7d878ca75
Merge pull request #3951 from bahti/BAEL-1663
asserting exceptions in junit4 and junit5 code sample added
2018-04-09 10:15:59 +03:00
hyapit f43893b18d Removed AlternateEntryPoint 2018-04-08 20:57:02 -07:00
mherbaghinyan 80c2c8c883 move javafx code to a separate module 2018-04-08 23:54:17 +04:00
Tom Hombergs c0ab2f7510
Merge pull request #3956 from mkuligowski/master
BAEL-1692
2018-04-08 21:39:53 +02:00
mherbaghinyan 5d636bac03 move javafx code to a separate module 2018-04-08 23:20:59 +04:00
Mariusz Kuligowski 0eb71c85d9 Fix test names 2018-04-08 19:45:33 +02:00
Mariusz Kuligowski 651fe2c0fb Add unit tests for CarEngineFacade 2018-04-08 19:24:50 +02:00
Mariusz Kuligowski e07e4116fc Implement facade for carsystem 2018-04-08 19:23:57 +02:00
Mariusz Kuligowski b6301771be Add classes of complex car subsystem 2018-04-08 19:20:02 +02:00
Mariusz Kuligowski b864ae9ded Initialize facade subproject 2018-04-08 19:19:14 +02:00
iaforek 97c405834e BAEL-1648 - Measure Time Elapsed in Java 2018-04-08 15:48:13 +01:00
Senthil Kumar Subramanian b2dfcd9469 BAEL-1683-Guide to Java Clock class 2018-04-08 16:39:10 +05:30
bahti e045189ab7 asserting exceptions in junit4 and junit5 code sample added 2018-04-08 13:03:40 +03:00
igorpele 3d827783f7 Thymeleaf conditionals (#3949)
* different types of thymeleaf conditionals

* improved thymeleaf conditionals
2018-04-07 08:54:06 -07:00
Kashif Masood 13bedabb99 BAEL-1530 - Guide to java.lang.System (#3616)
* Different types of bean injection in Spring - eval

* Different types of bean injection in Spring - eval - changed to java config

* Different types of bean injection in Spring - eval - unit tests and fixes

* BAEL-1530 - Guide to java.lang.System

* removed eval article stuff

* updated unit tests: removed sysouts and unrelated stuff

* updated examples for easiness. refactoring.

* fixed typos, identified by unit tests

* broken into multiple unit tests
2018-04-07 17:35:45 +02:00
Tom Hombergs ce40046339
Merge pull request #3945 from asturcon/beforeAfterAnnotationsJunit
BAEL-1662 Before after annotations junit
2018-04-07 06:25:55 +02:00
Eugen Paraschiv 27086aab33 pom cleanup 2018-04-07 00:17:10 +03:00
Eugen Paraschiv 624c72b1c3 testing work 2018-04-07 00:02:53 +03:00
Eugen Paraschiv 885c565de4 testing work 2018-04-06 23:31:26 +03:00
Marcos Lopez Gonzalez 74e66a8ba9 Merge branch 'masterupstream' into beforeAfterAnnotationsJunit 2018-04-06 19:26:40 +02:00
Marcos Lopez Gonzalez 311684bc57 Before and after Junit annotations 2018-04-06 19:26:26 +02:00
aietcn ca53793bb0 update BAEL-1565 test method names (#3943) 2018-04-06 17:19:15 +02:00
Pello Altadill 2f5d74ad37 BAEL-1562 - Thymeleaf dependency updated (#3940)
* 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
2018-04-06 06:10:46 -05:00
Graham Cox 1b454b7267 Examples for BAEL-1169 (#3934) 2018-04-06 06:08:33 -05:00
Loredana Crusoveanu 48a70669c5 style pages 2018-04-06 11:03:47 +03:00
Loredana Crusoveanu 0c6c5b9286
Merge pull request #3932 from SeunMatt/master
Example Code for BAEL-1682
2018-04-06 10:03:06 +03:00
Pello Altadill 5edb9acb95 BAEL-1562 - Working with Fragments in Thymeleaf (#3868)
* 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
2018-04-05 21:46:47 -05:00
Tom Hombergs b20a3a1097
Merge pull request #3909 from mansi2392/master
BAEL-1557 Intro to Apache OpenNlp
2018-04-05 23:26:48 +02:00
Seun Matt 9f55d1a64d Merge branch 'master' of https://github.com/eugenp/tutorials 2018-04-05 19:29:42 +01:00
Seun Matt 04cca3a62d updated example source code 2018-04-05 19:29:12 +01:00
ocheja 460a317e6a BAEL-1602 (#3926)
* Implement examples for ASCII Art in Java

* Remove deprecated use of ControllerClassNameHandlerMapping

* Implement examples for JSTL core tag

* Implement examples for JSTL formatting tags

* Implement examples for JSTL SQL tags

* Implement examples for JSTL XML tags

* Implement examples for JSTL function tags

* Setup controllers package scanning

* Add link to article on jstl

* naming change

* Add jstl maven repository
2018-04-05 16:38:10 +02:00
Carlo Corti 5a44224fd9 Added TestScheduler to TimeFiltering operators test (#3935) 2018-04-05 11:02:56 +02:00
hyapit f27664413c Removed redundant bootJar block 2018-04-04 22:14:20 -07:00
hyapit 858f83a3de Added another bootJar manifest configuration example commented out 2018-04-04 22:13:29 -07:00
Carlo Corti 0bf46b81a2 BAEL-1512 Filtering Observables in RxJava (#3931)
* Added test cases for RxJava Filtering Operators

* Added @Ignore on TimeFiltering tests
2018-04-05 06:09:06 +02:00
Seun Matt 6b02742728 updated properties file for example 2018-04-05 01:27:37 +01:00
Seun Matt 099278bfb8 added example code for BAEL-1682 2018-04-05 01:04:02 +01:00
Seun Matt e8c4bb6308 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-04-04 22:58:56 +01:00
Alessio Stalla 266c285533 BAEL-1040 (#3929)
* Code for BAEL-1040

* Amended code for BAEL-1040

* Amended tests for BAEL-1040
2018-04-03 16:44:06 -07:00
hyapit 759a2d1eed BAEL-1623 Added an bootJar block in build.gradle 2018-04-03 16:24:19 -07:00
Loredana Crusoveanu a81bd92cef
Merge pull request #3894 from MherBaghinyan/BAEL-1638
Bael 1638
2018-04-04 01:04:27 +03:00
Magdalena Krause 2e1949b898 BAEL-1579: Renaming custom matcher and handling corner case. (#3928) 2018-04-03 14:41:09 -07:00
mherbaghinyan 1a443a6c63 bring back the maven 2018-04-04 00:10:17 +04:00
mherbaghinyan 90e6d2e19b minor changes 2018-04-04 00:05:36 +04:00
mansi2392 8572fa3213 BAEL-1557 Refactor 2018-04-04 00:36:59 +05:30
Antonio David Perez Morales ad40040852 BAEL-1531 Add class to connect to secured server (#3919) 2018-04-03 12:43:24 +02:00
Alex Vargas 5a8e4a755e Adding web3j contract deployment example (#3911)
Committer: Alex Vargas <alexvargas1425@gmail.com>
2018-04-03 12:37:50 +02:00
José Carlos Valero Sánchez 30eeb09828
Merge pull request #3916 from steinhauer-software/BAEL-1489
BAEL-1489: Password storage in Spring Security 5
2018-04-03 08:27:41 +01:00
hyapit d7899b6626 BAEL-1623 sample spring boot gradle project 2018-04-02 23:49:20 -07:00
Fabio Pereira e8ab46e4e4 removing moved classes and resources 2018-04-02 21:59:53 -03:00