Commit Graph

8925 Commits

Author SHA1 Message Date
Eugen b70175da6b
Update README.md 2018-07-24 12:06:04 +03:00
Binod Pant 896a2d071a PR for http://jira.baeldung.com/browse/BAEL-1947 Spring Boot Vue (#4687)
* commit first as binodpanta

* revert test change

* A short example of real-time event streaming using Spring WebFlux

* Code for http://jira.baeldung.com/browse/BAEL-1527

* remove unrelated files

* Apply feedback changes to rename test and remove link from readme file, ongoing work

* Update formatting fixes to code and add pom changes, that partially fix test runnning issues in IDE but not in cmdline

* Apply Eclipse formatter to test code and apply suggested pom fixes

* BAEL-1527 Formatting fix in pom.xml

* Use string.format to cleanup logging code

* BAEL-1527 Changed logging pattern

* Start the spring-boot-vue module, WIP

* some small updates with comments

* Add index html template page

* merge pom.xml fixes

* Add integration test with MockMvc to verify index.html content is rendered correctly

* fix up pom merge issues

* merge issues fix for pom

* pom end of file newline
2018-07-23 23:00:30 +02:00
Tom Hombergs 977a92ef0e
Merge pull request #4798 from chrisoberle/master
BAEL-1691: comparing embedded servlet containers in spring boot
2018-07-23 21:15:06 +02:00
Chris Oberle c7e126e66a BAEL-1691: comparing embedded servlet containers in spring boot 2018-07-23 07:27:28 -04:00
Predrag Maric 717bd1d48d
BAEL-2018 Moved to core-java-collections (#4796) 2018-07-23 09:02:10 +02:00
Loredana Crusoveanu ef5f511fb9
Merge pull request #4792 from eugenp/swagger-fix
fix swagger parent
2018-07-23 08:57:00 +03:00
Predrag Maric e14abbfb58
BAEL-1818 lamdba instead of loop; isEmpty() instead of == 0 (#4791) 2018-07-23 07:41:59 +02:00
François Dupire 0be7aa087f dupirefr/dupire.francois+pro@gmail.com [BAEL-1981] Spring data jpa dates (#4795)
* [BAEL-1981] Article entity and repository + tests

* [BAEL-1981] Removing unnecessary fields

* [BAEL-1981] spring-data-jpa module creation
2018-07-23 06:49:25 +02:00
Adi ecb14dd834 BAEL-1728: add java instrumentation 2018-07-22 22:53:59 +01:00
Felipe Santiago Corro 2fec9da2d5 Overriding System time for testing (#4779)
* Overriding System time for testing

* Remove Joda Date Time examples
2018-07-22 22:36:51 +02:00
Loredana Crusoveanu c6f052ecf3
Update pom.xml 2018-07-22 22:36:07 +03:00
Loredana Crusoveanu 3ab10f18f9
Update pom.xml 2018-07-22 22:09:26 +03:00
Loredana Crusoveanu c0525c53c4 fix swagger parent 2018-07-22 21:46:45 +03:00
Tom Hombergs a9e4ebff6d
Merge pull request #4769 from priyeshmashelkar/master
BAEL-1907 Created new module spring-testing for article
2018-07-22 20:40:24 +02:00
Aravind Ranganathan a030afa5ea BAEL-1911 - Fixing author's review comments (#4782)
* Strange git issue with README.MD, wouldn't revert the file

* Fixing review comments

* BAEL-1911 Refactored SQL code, fixed formatting
2018-07-22 16:21:12 +02:00
Loredana Crusoveanu 3205de68c1
Merge pull request #4778 from eugenp/update-basic-auth
update to spring 5
2018-07-22 12:48:34 +03:00
Loredana Crusoveanu 9bda433a5a update test 2018-07-22 11:38:26 +03:00
myluckagain 8f52c3f6d3 Bael 2018 (#4774)
* BAEL-2018

* Update Animal.java

* rename

* tests added

* generic type shorten
2018-07-21 18:23:02 +02:00
Loredana Crusoveanu 6aa83feb3b update to spring 5 2018-07-21 19:01:22 +03:00
Loredana Crusoveanu b501487e0f
Merge pull request #4777 from amit2103/BAEL-7635
Bael 7635
2018-07-21 18:56:01 +03:00
the-java-guy c78bf78957 BAEL-1934 (#4768)
* Bean Object, server side and client side example for event streaming
example

* BAEL-1628

Access a File from the Classpath in a Spring Application

* inputstream retrieval added

* Removed files related to evaluation article

* + Aligning code to the article. Removed Utility methods and classes

* BAEL - 1628

* PMD fixes

* Code Review changes
Refactored : whenResourceUtils_thenReadSuccessful

* BAEL-1934

* +indentation correction in pom.xml

* synced with master

* indentation correction
2018-07-21 17:52:23 +02:00
Kartik Singla c5ae8f98cf BAEL-1852 - Testing an Abstract Class with JUnit (#4773)
* BAEL-1852 - Testing an Abstract Class with JUnit

* Fixed test method names and class names according to naming compliances.
2018-07-21 17:04:52 +02:00
Eric Martin 93bc08a7c9
Merge pull request #4683 from neerajnyd/BAEL-1982
Bael 1982 Test a Spring REST API with curl
2018-07-21 09:42:58 -05:00
amit2103 fadeda2fc9 [BAEL-7635] - Commented out sortpom-maven-plugin that changes pom.xml in every build, added new entries in .gitignore 2018-07-21 19:41:03 +05:30
Loredana Crusoveanu 9ea86dd191
Merge pull request #4775 from Doha2012/master
move jmapper to libraries-data
2018-07-21 16:54:03 +03:00
amit2103 b69cf245b1 [BAEL-7635] Removed test generated files : Will be gitignored 2018-07-21 18:54:51 +05:30
DOHA ca170308ee move jmapper to libraries-data 2018-07-21 15:20:53 +03:00
DOHA 0f671aa6d4 Merge remote-tracking branch 'origin/master' 2018-07-21 14:49:57 +03:00
DOHA 7d2adf29b3 merge 2018-07-21 14:46:16 +03:00
Alejandro Gervasio ac801b4319 BAEL-1818 - A Guide to Connection Pools in Java (#4735)
* Strange git issue with README.MD, wouldn't revert the file

* Initial Commit

* Initial Commit

* Update pom.xml

* Update pom.xml

* Initial Commit

* Update pom.xml

* Update source files

* Update source files

* Update source files

* Update source files

* Update Application.java

* Update pom.xml

* Update HikariCPDataSourceUnitTest class

* Update HikariCPDataSourceUnitTest.java

* Update pom.xml

* Update unit test classes

* Update BasicConnectionPoolUnitTest.java

* Fix indentation in DBCDDataSource class

* Update DBCPDataSource.java

* Update BasicConnectionPool class

* Update BasicConnectionPool class

* Update BasicConnectionPool.java

* Update BasicConnectionPool.java

* Update pom.xml

* Update pom.xml

* BAEL-1818 Refactored getConnection(), added shutdown(), cleaned up pom.xml

* BAEL-1818 Removed getConnectionPool(), upgraded c3po version

* BAEL-1818 Deleted obsolete connectionpool module

* BAEL-1818 Deleted obsolete connectionpool module
2018-07-21 01:28:01 +02:00
Eugen Paraschiv 86daa854d2 maven cleanup work 2018-07-21 00:48:16 +03:00
Eugen Paraschiv 70a11d9192 moving long-running module 2018-07-20 22:58:01 +03:00
Loredana Crusoveanu c024537ed2
Merge pull request #4710 from veontomo/SpringReactiveKotlin
Code for the article "Spring Webflux with Kotlin"
2018-07-20 22:33:23 +03:00
François Dupire dd11c1245e dupirefr/dupire.francois+pro@gmail.com [BAEL-1981] Query entities by dates and times with Spring Data JPA (#4737)
* [BAEL-1981] Article entity and repository + tests

* [BAEL-1981] Removing unnecessary fields
2018-07-20 21:27:59 +02:00
Loredana Crusoveanu 8d15be58c0
Merge branch 'master' into SpringReactiveKotlin 2018-07-20 21:38:15 +03:00
Doha2012 5d38063893 guide to jmapper (#4745)
* guide to jmapper

* Update JMapperIntegrationTest.java

* Update JMapperRelationalIntegrationTest.java
2018-07-20 18:59:32 +02:00
Eric Martin 94eff53eee
Merge pull request #4759 from eelhazati/master
jnosql
2018-07-20 09:45:24 -05:00
Eric Martin de51865cac
Merge pull request #4746 from micropatel/master
Added spring-rest-template module
2018-07-20 09:14:27 -05:00
Mher Baghinyan d6ecd16755 Bael 1864 (#4727)
* running project without building tests

* include the DataCheck class

* Update TestFail.java
2018-07-20 15:52:34 +02:00
Eugen Paraschiv a8b0d47482 maven work 2018-07-20 15:56:53 +03:00
Eugen Paraschiv 1e0100b17b integration heavy profile 2018-07-20 15:13:31 +03:00
Eugen Paraschiv fae047a472 trying problematic modules 2018-07-20 15:12:20 +03:00
Eugen Paraschiv c515825947 maven cleanup 2018-07-20 14:22:35 +03:00
Eugen Paraschiv 4eddf122e8 working through modules 2018-07-20 14:12:32 +03:00
priyeshmashelkar 76a4a86ab2 BAEL-1907 Corrected formatting 2018-07-20 11:57:31 +01:00
Eugen Paraschiv 83f8e36cb4 logging cleanup 2018-07-20 13:33:45 +03:00
Eugen Paraschiv 9ab58be3a9 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-07-20 13:33:13 +03:00
Eugen Paraschiv f238c72dcc maven cleanup work 2018-07-20 13:33:08 +03:00
Dhawal Kapil 3d83de657b BAEL-1862 Move the Junit 5 logic in the right module (#4747)
* BAEL-1862 Move the Junit 5 logic in the right module

-Moved Method Orders Tests from tutorails/junit5 project into correct project tutorials/testing-modules/junit-5
-Removed tutorials/junit5 project

* Update DefaultOrderOfExecutionTest.java

* Update README.md

* BAEL-1862 Move the Junit 5 logic in the right module

-Renamed *Test to *UnitTest

* Update README.md
2018-07-20 12:30:32 +02:00
Eugen Paraschiv db69306431 integration-lite work 2018-07-20 13:13:36 +03:00