José Carlos Valero Sánchez
b1dcdba075
Merge pull request #3967 from myluckagain/BAEL-1645
...
BAEL-1645
2018-04-14 00:26:19 +01:00
Grzegorz Piwowarek
0c0a3cab16
Adjust config ( #3979 )
...
* Adjust config
* Adjust config
* Adjust config
* fix
* fix
* Rename MetricTypeTest
* Rename MetricTypeTest
* Rename MetricTypeTest
* Rename MetricTypeTest
* Install custom pmd jar to local maven repo during maven validate phase, so that it becomes available during project build
* maven install plugin - adding base path
* changed the phase for maven directory plugin to validate to make sure that the base directory variable is available to maven install plugin
* pmd violation flag back to false
2018-04-13 07:08:55 +02:00
Loredana Crusoveanu
23162f16a9
Merge pull request #3992 from eugenp/issue-3990
...
add main class
2018-04-13 02:22:31 +03:00
Loredana Crusoveanu
fa413b06fb
add main class
2018-04-13 01:56:19 +03:00
Grzegorz Piwowarek
ede9b12252
Rename MetricTypeTest ( #3989 )
2018-04-12 10:09:15 +03:00
Adam InTae Gerard
8cc218de70
BAEL-1484: Synchronous OpenCSV ( #3784 )
...
* BAEL-1484: Synchronous OpenCSV
* corrected pom.xml and package
* Refactored for future async example
* Resource Link
2018-04-12 09:58:55 +03:00
Mher Baghinyan
69842b7dea
BAEL-1592 ( #3773 )
...
* Injecting Prototype Beans into Singleton Instance
* removed final keywords from the test
2018-04-12 06:57:20 +02:00
Senthil Kumar Subramanian
b9d21e3210
BAEL-1683-Guide to Java Clock class
2018-04-12 07:42:42 +05:30
Felipe Santiago Corro
d3c292a093
Array to List tests ( #3960 )
2018-04-11 12:50:08 -07:00
christopherfranklin
ee036aacca
[BAEL-1615] Code to support article. ( #3867 )
...
* [BAEL-1615] Code to support article.
* Adding example of provides...with
* Adding uses to main module
2018-04-11 20:27:31 +02:00
Ciro Alvino
61504c948b
Bael 1585 ( #3750 )
...
* Different Types of Bean Injection in Spring
* BAEL-1585
* Revert "Different Types of Bean Injection in Spring"
This reverts commit ae47827879
.
* Revert "BAEL-1585"
This reverts commit e792f17f82
.
* BAEL-1585
* rev1
2018-04-11 19:52:21 +02:00
mansi2392
5829bb58f0
BAEL-1557 Refactor
2018-04-11 20:44:32 +05:30
Grzegorz Piwowarek
64e9b41aef
FileReader idiomatic refactor ( #3936 )
2018-04-11 12:20:33 +02:00
Grzegorz Piwowarek
0e95588c54
Refactor ( #3923 )
...
* NatsClient refactor
* Use lambda
2018-04-11 12:20:03 +02:00
Grzegorz Piwowarek
df42f243f2
NatsClient refactor ( #3914 )
2018-04-11 12:19:49 +02:00
Rokon Uddin Ahmed
5da2ea995c
08.04.2018 ( #3954 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
2018-04-11 07:33:18 +02:00
Grzegorz Piwowarek
39ac68e2e0
Update UnitTestNamingConventionRule.java ( #3978 )
2018-04-11 05:20:34 +02:00
Grzegorz Piwowarek
d337266c7a
Fail the build when naming conventions violated ( #3974 )
...
* Failing build if unit test name does not follow one of the following conventions : ..IntegrationTest, ..LongRunningUnitTest, ..ManualTest, ..JdbcTest, ..LiveTest
* Custom PMD Rules project
* Fixed this issue when unit test classes were not being scanned by custom PMD rule (This happened after I pulled code from upstream project)
* Don't fail the build if PMD custom rule fails
* Reconfigure PMD
* Reformat POM
* Adjust PMD rules
* Rename test
2018-04-10 23:50:17 +02:00
Marcos Lopez Gonzalez
6b0a022167
Merge branch 'masterupstream' into beforeAfterAnnotationsJunit
2018-04-10 22:17:26 +02:00
Marcos Lopez Gonzalez
b1e230de41
arrayList * shorter tests names
2018-04-10 22:16:50 +02:00
Tom Hombergs
ecca8c9a89
Merge pull request #3922 from its-fpereira/BAEL-1505
...
BAEL-1505: Spring WebFlux Filters
2018-04-10 21:17:20 +02:00
ocheja
3c3089e5f0
BAEL-1602 ( #3963 )
...
* 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
* Migrate example codes for Guide to JSTL to spring-mvc-forms-jsp module
* Add view resolver order to define priority
* Remove guide to jstl example codes from spring-mvc-xml module
* Remove guide to jstl examples in spring-mvc-xml module after merge
* Update link to article
2018-04-10 18:34:50 +02:00
linhvovn
64cadbffeb
[tlinh2110] BAEL 1684 Init ( #3937 )
2018-04-10 18:33:50 +02:00
tamasradu
1977fe28f0
BAEL-1372: Adding jUnits for Testing Netty with EmbeddedChannel article ( #3973 )
2018-04-10 07:20:50 -07:00
KevinGilmore
c2034ca7cc
Update README ( #3953 )
...
* BAEL-973: updated README
* BAEL-1069: Updated README
* BAEL-817: add README file
* BAEL-1084: README update
* BAEL-960: Update README
* BAEL-1155: updated README
* BAEL-1041: updated README
* BAEL-973: Updated README
* BAEL-1187: updated README
* BAEL-1183: Update README
* BAEL-1133: Updated README
* BAEL-1098: README update
* BAEL-719: add README.md
* BAEL-1272: README update
* BAEL-1272: README update
* BAEL-1196: Update README
* BAEL-1328: Updated README
* BAEL-1371: Update README.md
* BAEL-1371: Update README.md
* BAEL-1278: Update README
* BAEL-1326: Update README
* BAEL-399: Update README
* BAEL-1297: Update README
* BAEL-1218: README
* BAEL-1148 README update
* BAEL-113 README
* BAEL-1158 README
* BAEL-1539: Update README
* BAEL-1507 README update
* BAEL-1178 README updated
* BAEL-1462 README
* BAEL-1491 README update
* BAEL-1612: README update
* BAEL-1510: Updated README
* BAEL-1169 README
* BAEL-1598: README update
2018-04-10 09:16:10 -05:00
Grzegorz Piwowarek
edc1cc159f
Build fix ( #3972 )
...
* Fixed a unit test and commented others to fix the build failures
* Rename test
2018-04-10 08:48:29 +02:00
Grzegorz Piwowarek
0a018254ae
Rename test ( #3971 )
2018-04-10 06:54:31 +02:00
Fabio Pereira
79ba95812b
refactoring test names
2018-04-09 21:53:45 -03:00
Tom Hombergs
d1260a1fa5
Merge pull request #3927 from yapith/BAEL1623
...
BAEL-1623 sample spring boot gradle project
2018-04-09 22:26:48 +02:00
Tom Hombergs
7a066f8952
Merge pull request #3955 from iaforek/master
...
BAEL-1648 - Measure Time Elapsed in Java
2018-04-09 22:23:17 +02:00
Loredana Crusoveanu
dca0a7c474
Merge pull request #3958 from MherBaghinyan/BAEL-1638
...
BAEL-1638
2018-04-09 13:17:03 +03:00
Loredana Crusoveanu
560421c5b2
Update README.md
2018-04-09 12:59:17 +03:00
Loredana Crusoveanu
70088b3706
Merge pull request #3965 from eugenp/cayenne-issue
...
change test names
2018-04-09 12:58:38 +03:00
Loredana Crusoveanu
08e3fd1f61
exclude libraries
2018-04-09 12:22:13 +03:00
Ekaterina Galkina
07ef351e88
BAEL-1645
2018-04-09 13:38:32 +05:00
Loredana Crusoveanu
d90e0db6c5
change test names
2018-04-09 10:32:14 +03:00
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
Siben Nayak
5db1c3d8f3
[BAEL-1675] Write to a File in Kotlin
2018-04-09 09:59:24 +05:30
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