Commit Graph

9182 Commits

Author SHA1 Message Date
Loredana Crusoveanu 729f1efd89
Update PushController.java 2018-07-26 22:35:35 +03:00
Sjmillington 015240a99e Moved javafaker unit tests to testing-modules 2018-07-26 19:17:51 +01:00
Sjmillington a92283f0dd BAEL-2042 JavaFaker unit tests 2018-07-26 16:19:07 +01:00
root 2f0b1b46c9 Changes for spaces instead of tabs. 2018-07-26 12:54:28 +05:30
root cd4dbef187 Chnages for spaces instead of tabs. 2018-07-26 12:49:30 +05:30
myluckagain 4ee81a2fd9 BAEL-2030 remove first element from list (#4803) 2018-07-26 08:12:23 +02:00
Loredana Crusoveanu 83d0a6c33e
Merge pull request #4810 from eugenp/BAEL-1447-v2
add security exc
2018-07-25 23:50:04 +03:00
Tom Hombergs 62acfaea44
added link 2018-07-25 22:43:03 +02:00
Tom Hombergs 8d70580261
added readme 2018-07-25 22:34:32 +02:00
Loredana Crusoveanu 8b5232c1b6 add security exc 2018-07-25 22:53:14 +03:00
root 74787e9026 BAEL-1960. Copied pom.xml from master and pasted my changes against it. 2018-07-25 23:30:08 +05:30
root 73bd03a331 Changes for formatting as per suggestion. 2018-07-25 23:27:14 +05:30
root c45c6d9ff1 Changes as [er review for BAEL-1960 2018-07-25 23:24:03 +05:30
Loredana Crusoveanu f8827123fd
Merge pull request #4800 from eugenp/BAEL-1447-v2
remove reactive ex
2018-07-25 08:39:18 +03:00
Mher Baghinyan 189e62603b Bael 1832 (#4748)
* @Primary annotation

* @Primary annotation Employee name

* Update PrimaryApplication.java

* @Primary annotation with @Component
2018-07-25 06:26:18 +02:00
Loredana Crusoveanu 9101461a0a Merge branch 'BAEL-1447-v2' of https://github.com/eugenp/tutorials into BAEL-1447-v2 2018-07-25 07:23:14 +03:00
Loredana Crusoveanu 12989ac228 fix readme files 2018-07-25 07:22:41 +03:00
Loredana Crusoveanu e3005d8b27
Merge branch 'master' into BAEL-1447-v2 2018-07-24 22:06:08 +03:00
root 380dce8e6e Changes as per suggestion to BAEL-1960 2018-07-25 00:21:47 +05:30
Loredana Crusoveanu 8baa17446d move mongodb ex 2018-07-24 21:47:40 +03:00
charlesgonzales f431a4c3ff add links (#4804)
* 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

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-07-24 19:21:55 +02:00
Grzegorz Piwowarek bb3afbc9f8
Update README.md (#4706) 2018-07-24 16:48:19 +02:00
Philippe d6e9a9c150 Merge remote-tracking branch 'upstream/master' 2018-07-24 08:51:35 -03:00
Eugen b70175da6b
Update README.md 2018-07-24 12:06:04 +03:00
Philippe 5142d0f0a5 Merge remote-tracking branch 'upstream/master' 2018-07-23 22:21:30 -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
Loredana Crusoveanu fa954ebba7 move to reactive, extract mongodb ex 2018-07-23 23:31:28 +03:00
Loredana Crusoveanu ba77029082 remove reactive ex 2018-07-23 22:40:47 +03: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
Ganesh Pagade 35c92fae5f format 2018-07-23 23:43:11 +05:30
Ganesh Pagade dacf049162 vaadin spring 2018-07-23 23:38:46 +05:30
DOHA 387b92b09a Merge remote-tracking branch 'eugenp/master' 2018-07-23 15:18:14 +03: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
Daniel Barrigas 2c102c845a
Merge pull request #2 from eugenp/master
sync with master
2018-07-21 19:51:28 +01: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