Umang Budhwar
5709eee956
BAEL-4475 ( #10151 )
...
* Added code for checking if a class is abstract or not.
* Renamed test name as per review comments.
* Added code to get database URL from Connection object.
* Refactored code to break lines.
2020-10-16 08:52:25 -05:00
Dhawal Kapil
fd8be53f0a
Merge pull request #10103 from sampada07/JAVA-2432
...
JAVA-2432: Move articles out of spring-hibernate4
2020-09-29 18:33:00 +05:30
sampadawagde
7de65d1211
JAVA-2432: removed unused module from parent pom
2020-09-28 23:13:49 +05:30
Krzysztof Majewski
32f4eeef02
BAEL-4520 Getting Started with jOOQ ( #10086 )
...
* BAEL-4520 Getting Started with jOOQ
* add generated sources
* remove maven files
* create tests
Co-authored-by: Krzysztof Majewski <krzysztof.majewski.km1@contractors.roche.com>
2020-09-25 14:39:32 -07:00
François Dupire
68287516fe
[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions ( #10018 )
...
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions
* Upgraded JUnit version for persistence-module and the modules that directly depends on it
* Upgraded Maven Surefire Plugin version for these as well
* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules
* Upgraded versions in other modules
* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used
* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
fdpro
eb4c306451
[JAVA-2306] Moved articles from spring-persistence-simple-2
...
* https://www.baeldung.com/spring-jdbctemplate-testing went to spring-jdbc
* https://www.baeldung.com/spring-jdbctemplate-in-list went to spring-jdbc
* https://www.baeldung.com/spring-mock-jndi-datasource went to spring-persistence-simple
* Deleted spring-persistence-simple-2 module as all articles have been moved
2020-09-02 20:22:44 +02:00
fdpro
4e4ac650fa
[JAVA-2306] Moved articles from spring-persistence-simple
...
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2
* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2
* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2
* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2
* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2
* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2
* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2
* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc
* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00
François Dupire
0a24acf927
[JAVA-2306] Fix - Added spring-data-jpa-query-2 to modules list
2020-09-02 20:22:44 +02:00
rpvilao
27592171ba
Merge pull request #9771 from ankurguptajec/master
...
BAEL-4025 : Spring Data Azure Cosmos DB
2020-08-17 14:25:06 +01:00
Amit Pandey
2bad67ff38
added modules in parent ( #9842 )
...
* added modules in parent
* commented failed modules in pom
2020-08-17 10:33:20 +05:30
Ankur Gupta
5eefa6b148
Update pom.xml
...
removing extra spaces
2020-08-16 13:36:23 +05:30
Ankur Gupta
1e96de4b64
Update pom.xml
...
Adding spring-data-cosmosdb module in the persistence module
2020-08-16 13:35:04 +05:30
mikr
ab056706ac
Java-70 Remove unnecessary files from spring-jpa-2 + include in main persistence pom file
2020-08-15 20:02:21 +02:00
Rando Shtishi
15e94bb577
BAEL-4230 - Adding Introduction to Spring Data JDBC Project ( #9665 )
2020-08-08 22:21:57 +02:00
amit.pandey
71cd51e85f
align module name & artifactId
2020-08-02 02:07:30 +05:30
sampadawagde
6298b6b64a
JAVA-66: parent module pom changes corresponding to module renaming
2020-07-19 14:36:21 +05:30
amit.pandey
0716abb5e7
used properties defined in parent pom
2020-07-12 00:06:27 +05:30
Loredana Crusoveanu
7ab2f437ee
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
rpvilao
e689beb984
Merge pull request #9178 from andrebrowne/BAEL-3341
...
BAEL-3341 A Guide to Hibernate Types Project
2020-05-21 21:11:01 +02:00
andrebrowne
488989e3de
Update pom.xml
2020-05-17 10:00:00 -04:00
Eduard Ardeleanu
0cad7c5cc5
BAEL-3971: Generate DDL script in Spring ( #9120 )
...
* BAEL-3971: Generate DDL script in Spring
* BAEL-3971: implement review comments
* BAEL-3971: fix typo
* BAEL-3971: move code examples to module spring-data-jpa-5
Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2020-05-05 08:37:20 +01:00
andrebrowne
925a69b401
Java example for Hibernate Types
2020-04-25 14:27:12 -04:00
Eric Martin
c04dad72c2
Merge pull request #8891 from wugangca/BAEL-3069
...
BAEL-3069 Spring jdbcTemplate Unit Testing
2020-03-24 20:24:17 -05:00
Gang Wu
05e79680cf
BAEL-3069 Remove git ignore file, add the new module name to the parent pom file.
2020-03-21 20:58:04 -06:00
sampadawagde
6023de1b93
JAVA-4: Updated module pom
2020-03-15 12:55:19 +05:30
sampadawagde
7cbc45c95a
JAVA-4 : Module pom update
2020-03-11 18:15:02 +05:30
Dhawal Kapil
579eddd624
Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-21545_persistencemodules
2020-01-29 20:51:32 +05:30
Philippe
a9eb0eaf8f
[BAEL-3164] Rename module to spring-boot-persistence-2
2020-01-26 22:14:04 -03:00
Dhawal Kapil
d9aff41077
BAEL-21545 POM Properties Cleanup
...
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
catalin-burcea
153a3923f0
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
fejera
cca2e8be4d
added jira link to persistence-modules/pom.xml for spring-mybatis
2019-11-14 11:05:59 +01:00
fejera
4755d4db2c
marked persistence-modules/sirix as needs java 9 upgrade
2019-11-14 10:56:21 +01:00
fejera
c58aebc78c
cleaned up persistence-modules/pom.xml
2019-11-05 10:14:13 +01:00
Josh Cummings
0be2175c89
Merge branch 'master' into bael-16656
2019-10-26 15:37:05 -06:00