Commit Graph

611 Commits

Author SHA1 Message Date
Catalin Burcea c5e7773a51 Split or move persistence-modules/java-jpa module (#7887) 2019-09-28 12:06:14 -06:00
Mike Baranski 9baee5bc6e [BAEL-3058] Demonstrate named query (#7772)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Set version and add jar packaging
2019-09-19 22:53:16 -05:00
psevestre c639d04151 [BAEL-3164] Update SpringBoot dependency (#7814)
* [BAEL-3164] Add spring-boot-jdbi module

* [BAEL-3164] Remove extra files

* [BAEL-3164] Update springboot main dependency
2019-09-16 22:16:30 -07:00
Loredana Crusoveanu 7fa158f131
Merge pull request #7797 from amit2103/BAEL-17326
[BAEL-17326] - Extract versions into properties
2019-09-17 00:31:51 +03:00
psevestre 16c90aeb1b [BAEL-3164] Remove extra files (#7792)
* [BAEL-3164] Add spring-boot-jdbi module

* [BAEL-3164] Remove extra files
2019-09-15 09:05:41 -07:00
amit2103 60fc96727a [BAEL-17326] - Extract versions into properties 2019-09-15 17:53:10 +05:30
Rui Vilao 4f1aa7ab6d Renames java-sql20 to a more generic module persistence-libraries. 2019-09-11 20:03:56 +02:00
KevinGilmore 5ba18b2ec7
BAEL-3149 and BAEL-3043 add links back to articles (#7765)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module

* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles

* BAEL-3126 BAEL-2463 README

* BAEL-2989: add README

* BAEL-3149 BAEL-3043 update README
2019-09-09 21:45:01 -05:00
Loredana Crusoveanu 663d533f06
Merge pull request #7647 from eugenp/lor6-patch-5
Update README.md
2019-09-08 19:26:56 +03:00
psevestre d147cabfd8 [BAEL-3164] Add spring-boot-jdbi module (#7710) 2019-09-06 12:10:48 -07:00
Joel Juarez 0d648321dc Bael 3043 datastax cassandra (#7616)
* BAEL-3043: Datastax Java Driver for Apache Cassandra

* changed statement to use query builder

* fixed concatenation vulnerability
2019-09-06 08:17:21 -05:00
Ger Roza e9e4f63313 [BAEL-9497] Fix failing context tests - part 1 (#7719)
* fixed context dependency issue and added LiveContext notes in persistence-modules/spring-data-couchbase-2 module

* fixed Context tests and added notes for spring-cloud-bus/spring-cloud-config-client module

* Added context test in spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server module, mainly due to incompatible dependencies, plus fixed parent pom path in different modules

* fixed context tests for spring-cloud/spring-cloud-task/springcloudtaskbatch module, renamed ContextLiveTest as IntegrationTest, now configured to run with an H2 embedded instance. Moved the run note to the application

* Added SpringContextLiveTests in persistence-modules/spring-data-mongodb module
2019-09-06 10:19:30 +01:00
Amit Pandey b0c1efdb7c [BAEL-14836] - Moved code for in-memory database article (#7705) 2019-09-02 14:28:58 -06:00
amit2103 f24178a39f [BAEL-16768] - Fixed the integrations tests in spring-boot-persistence-mongodb 2019-08-30 00:53:00 +05:30
amit2103 71b8657f76 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16822 2019-08-29 00:08:06 +05:30
amit2103 5a2809de8b [BAEL-16822] - Aligned module names, folder names and artifact id 2019-08-25 19:09:24 +05:30
amit2103 50ca18c4ce [BAEL-12749] - Moved the Hibernate specific articles out of persistence-modules/spring-jpa module 2019-08-25 10:14:33 +05:30
Loredana Crusoveanu 4f759b00c1
Update README.md 2019-08-24 22:01:25 +03:00
Loredana Crusoveanu 4e401fe222
Merge pull request #7604 from amit2103/BAEL-12749
Bael 12749
2019-08-24 21:58:07 +03:00
Dhawal Kapil 0ff976ef77 BAEL-16326 Week 34 | go through the integration test results and see what NEW failing tests we have (#7641)
- fixing newly failing integration tests
2019-08-24 12:15:17 +03:00
Loredana Crusoveanu 7bcfd6bfa4
Merge pull request #7595 from dkapil/task/BAEL-16783
BAEL-16783 Slice 2 | The top 100 articles should have their own packa…
2019-08-23 21:38:29 +03:00
amit2103 d5528552c5 [BAEL-12749] - Moved articles from persistence-modules/spring-jpa to persistence-modules/spring-hibernate-5 2019-08-18 17:35:53 +05:30
Dhawal Kapil a7c0f0b0d9 BAEL-16783 Slice 2 | The top 100 articles should have their own package in the module 2019-08-17 00:57:57 +05:30
Loredana Crusoveanu cc882bddda
Merge pull request #7569 from eugenp/lor6-patch-3
Create README.md
2019-08-14 08:16:38 +03:00
Loredana Crusoveanu a6da9ca4e6
Update README.md 2019-08-13 23:34:05 +03:00
Loredana Crusoveanu f9a941e589
Update README.md 2019-08-13 23:31:17 +03:00
Loredana Crusoveanu 825a3a8146
Create README.md 2019-08-13 22:11:32 +03:00
collaboratewithakash 7a553f77c3
Back-link added 2019-08-13 17:23:37 +05:30
collaboratewithakash f9926021d1
Back-link added 2019-08-13 17:19:16 +05:30
collaboratewithakash 81ddcc92a1
Back-link added 2019-08-13 16:55:40 +05:30
collaboratewithakash b953b1b9d7
Back-link added 2019-08-13 16:50:39 +05:30
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
Rui Vilao 5d41031968 Fixes the sql2o link. 2019-08-10 16:32:51 +02:00
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
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
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
Eric Martin 9acd42a430
Merge pull request #7305 from kamleshkr/BAEL-3042-1
BAEL-3042 DynamicUpdate annotation example
2019-08-06 07:22:15 -05:00
glopez 2a4adf2935 BAEL-2804 JPA Query Parameters Usage - formatting issues fixed
I fixed some formatting issues as requested since the eclipse formatter
does not support 4 spaces for blocks a 2 for continuations hence it has
to be resolved manually.

Additionally I've applied formatting to the logback.xml file.
2019-08-04 21:39:46 -03:00
Loredana Crusoveanu 2ab57b46a1
Merge pull request #7474 from johnA1331/master
Bi-monthly test fix - BAEL-15972
2019-08-05 00:24:08 +03:00
Joel Juarez c06471c727 BAEL-3043: Datastax Java Driver for Apache Cassandra (#7290) 2019-08-03 19:26:11 -05:00
harshavs e35a8023ea Fixed Test file names as per convention 2019-08-03 00:11:01 -04:00
harshavs e30f8c6714 Fixed Test file names as per convention 2019-08-02 09:49:19 -04:00
johnA1331 02223e66a1
Create README.md 2019-08-02 21:47:18 +08:00
DOHA 5fabe70b8a move upload files code to new package 2019-08-02 14:35:36 +03:00
harshavs 29adc66375 Fixed formating and removed unused files 2019-08-02 02:56:36 -04:00
harshavs 8c44ab9b80 Merge remote-tracking branch 'upstream/master' 2019-08-02 02:02:14 -04:00
harshavs 8c7ca1f3a2 Added test cases that use @Sql, @SqlConfig and @SqlGroup 2019-08-02 01:50:19 -04:00