Commit Graph

14414 Commits

Author SHA1 Message Date
Eric Martin 005dd34127
Merge pull request #7468 from harshavs/master
[BAEL-3049] Add a new section on @Sql, @SqlConfig and @SqlGroup in Loading Initial Data with Spring Boot article
2019-08-12 21:40:39 -05:00
Johannes Lichtenberger 1f104924c7 BAEL-3038 Add integration tests (#7495)
* Adds first tutorial examples

* Add README

* Add packages for XML- and JSON-stuff

* Update CreateJsonVersionedResource.java

* Update CreateJsonVersionedResource.java

* Update CreateXmlDatabase.java

* Update CreateJsonVersionedResource.java

* Add class and minor changes

* Add versioned XML resource example

* Add output when done

* Add exmaple

* Add example

* Add example

* Change to integration tests

* Move to persistence-modules / change class names / BDD test names

* Remove core-api-tutorial folder

* Add test and modify a test

* Add integration test

* Minor cleanup
2019-08-12 17:01:00 +02:00
Loredana Crusoveanu f918e37fa6
Merge pull request #7556 from amit2103/BAEL-15990
[BAEL-15990] - Moved org.baeldung to com.baeldung
2019-08-12 08:44:05 +03:00
Loredana Crusoveanu 17c7810cdb
Merge pull request #7547 from amit2103/BAEL-15958
[BAEL-15958] - Upgraded spring-security-core to Boot 2
2019-08-11 23:12:54 +03:00
amit2103 527e4aa41c [BAEL-15990] - Moved org.baeldung to com.baeldung 2019-08-12 00:16:26 +05:30
amit2103 e9ee1a5466 [BAEL-15958] - Added password encoder 2019-08-11 23:44:42 +05:30
amit2103 04fe87094d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15958 2019-08-11 23:27:59 +05:30
Loredana Crusoveanu 574f0c2bd6
Merge pull request #7554 from amit2103/BAEL-15990
[BAEL-15990] - Moved properties articles
2019-08-11 19:38:59 +03:00
Yavuz Tas 9cb93861d9 Add source code for article BAEL-2463 (#7543) 2019-08-11 11:27:36 -05:00
amit2103 84364759d6 [BAEL-15990] - Moved properties articles 2019-08-11 18:30:21 +05:30
rpvilao 32127cc5b5
Merge pull request #7515 from vatsalgosar/BAEL-3115
BAEL-3115
2019-08-11 14:48:17 +02:00
cdjole 0fbd9ebca0 BAEL-3122 In-Place Sort (#7542)
* BAEL-3122 In-Place Sort

* BAEL-3122 rename Sort main and test classes

* BAEL-3122 Class renaming
2019-08-11 07:46:49 +02:00
Loredana Crusoveanu 51c1b3d575
Merge pull request #7551 from eugenp/fix/BAEL-3087
Fixes the link in the readme file.
2019-08-11 00:10:47 +03:00
Loredana Crusoveanu 574547c99e
Merge pull request #7550 from eugenp/fix/autoconfig-tutorial
Fixes the autoconfig tutorial.
2019-08-11 00:04:06 +03:00
Loredana Crusoveanu 6668ce9bd9
Merge pull request #7549 from eugenp/fix/sql2o-readme
Fixes the sql2o link.
2019-08-10 23:49:28 +03:00
Loredana Crusoveanu b4be6447a3
Merge pull request #7537 from amit2103/BAEL-16683
[BAEL-16683] - Upgrade parent-boot-1 to the latest version of Boot 1.…
2019-08-10 23:43:40 +03:00
Loredana Crusoveanu ab3c97f2e5
Merge pull request #7536 from amit2103/BAEL-16684
[BAEL-16684] - Upgrade parent-boot-2 to the latest version of Boot 2.1.7
2019-08-10 23:40:17 +03:00
vatsalgosar 47512231c8 BAEL-3118 (#7552)
* BAEL-3118
- Increment Decrement Unary Operators

* BAEL-3118
- Added UnitTests for Increment Decrement Unary Operators

* BAEL-3118

* BAEL-3118
- Added new module core-java-lang-operators/pom
- Added increment and decrement unary operators unit tests

* BAEL-3118

* modified artifact id

* refactoring - poackage renamed
2019-08-10 22:18:57 +02:00
amit2103 9867e44b7d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15958 2019-08-11 00:55:23 +05:30
Kevin Kraus 2aeb078fd1 BAEL-3154 (#7479)
* BAEL-3154

* BAEL-3154 add Apache Commons Lang example

* Moved to java-strings-3
2019-08-10 20:26:35 +02:00
Justin Albano b891c53dcc BAEL-3141: Created new module for 'Converting Java String to Double' and other newly created string articles. (#7548) 2019-08-10 18:40:34 +02:00
rpvilao efd0d81ac5
Merge pull request #7476 from pcoates33/BAEL-2688
Bael 2688
2019-08-10 17:59:01 +02:00
Loredana Crusoveanu 2c47cd76e9
Merge pull request #7546 from dkapil/story/BAEL-10672
Story/bael 10672
2019-08-10 18:15:01 +03:00
Catalin Burcea 7211b74b11 create triangles with for loops - examples (#7513) 2019-08-10 10:05:51 -05:00
Rui Vilao 7c740b7db3 Fixes the link in the readme file. 2019-08-10 17:00:02 +02:00
Rui Vilao 6012245bcf Fixes the autoconfig tutorial. 2019-08-10 16:52:44 +02:00
Rui Vilao 5d41031968 Fixes the sql2o link. 2019-08-10 16:32:51 +02:00
amit2103 8d8bed2216 [BAEL-15958] - Upgraded spring-security-core to Boot 2 2019-08-10 17:53:14 +05:30
Dhawal Kapil db411e34a8 BAEL-10672 Modules with Failing SpringContextTest
- Renamed SpringContextTest to SpringContextLiveTest for modules that had live component
- Fixed integration build due to issues in spring-cloud-data-flow pom.xml
2019-08-10 14:52:25 +05:30
Priyesh Mashelkar 2a9050ef90 BAEL-2904 Improvement: Move Lambda Related Articles (#7519) 2019-08-10 01:39:38 -04:00
Kumar Chandrakant 243882bf15 Java GSS (#7541)
* Adding source code for tutorial tracked under BAEL-3171.

* Incorporated review comments on the article.

* Resolved merge conflicts.

* Incorporated review comments on the article.
2019-08-09 21:48:05 +02:00
Dhawal Kapil 86d70d7247 Merge branch 'master' of https://github.com/eugenp/tutorials 2019-08-09 14:44:26 +05:30
Erik Pragt 43ec1a7a60
Merge pull request #7539 from sreekanthsnair/master
[BAEL-3121] Added source for finding number of lines in a file
2019-08-09 13:45:02 +10:00
sreekanth.nair c9176915cb [BAEL-3121] Added source for finding number of lines in a file 2019-08-09 08:29:13 +05:30
Erik Pragt 43cfd56b9c
Merge pull request #7309 from tryncatch/BAEL-2804
BAEL-2804 JPA Query Parameters Usage
2019-08-09 09:07:16 +10:00
Erik Pragt abad789f60
Merge pull request #7318 from isaolmez/BAEL-3014
Bael 3014
2019-08-09 08:57:36 +10:00
Loredana Crusoveanu 15681590ff
Merge pull request #7538 from amit2103/BAEL-16685
[BAEL-16685] -Upgrade parent-spring-4 to the latest version of Spring…
2019-08-09 00:01:41 +03:00
Loredana Crusoveanu ee120bf02e
Merge pull request #7531 from sjmillington/library-move-pt-1
[BAEL-16003] Modifications
2019-08-08 23:50:35 +03:00
Loredana Crusoveanu f4172c6482
Merge pull request #7500 from eugenp/fix-readmes
update links in readmes
2019-08-08 22:45:23 +03:00
Loredana Crusoveanu 20922db12c
Merge pull request #7533 from eugenp/lor6-patch-2
Update README.md
2019-08-08 22:42:46 +03:00
amit2103 650dabda9f [BAEL-16685] -Upgrade parent-spring-4 to the latest version of Spring 4.3.25 2019-08-09 00:27:47 +05:30
amit2103 3613d25ac3 [BAEL-16683] - Upgrade parent-boot-1 to the latest version of Boot 1.5.22 2019-08-09 00:22:05 +05:30
amit2103 04c742c2a0 [BAEL-16684] - Upgrade parent-boot-2 to the latest version of Boot 2.1.7 2019-08-09 00:19:18 +05:30
FrancoCorleone 8ff8628008 feat(BAEL-3044) Implement MyBatis with Spring/SpringBoot module (#7507) 2019-08-08 07:40:43 -05:00
Harsha Veeravalli cefb7e496e
Testcase feedback incorporated (#1)
* Change

* Incorporated feedback
2019-08-08 13:48:37 +02:00
Nivedan Bamal 7f7fd337a7 Adds after / before mapping example (#7518) 2019-08-08 07:38:03 +02:00
Kumar Chandrakant 69fb214962 Adding source code for tutorial tracked under BAEL-3171. (#7523) 2019-08-08 07:27:16 +02:00
nikunjgandhi1987 71db72a68a Selection Sort Implementation (#7454)
* Selection sort implementation

* Selection sort implementation
2019-08-07 21:59:06 -04:00
Guillermo Lopez b7e02dbb4a BAEL-2804 Fixed XML indentation
I've set the XML indentation the same way as the rest of the modules
using 4 spaces instead of 2.
2019-08-07 22:43:41 -03:00
Guillermo Lopez d25a282447 Merge branch 'master' into BAEL-2804
Conflicts:
	persistence-modules/java-jpa-2/README.md
	persistence-modules/java-jpa-2/pom.xml
	persistence-modules/java-jpa/pom.xml
	persistence-modules/pom.xml
2019-08-07 22:21:33 -03:00