jsgrah-spring
1a0973cfb2
JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo.
2022-09-23 13:19:54 +02:00
collaboratewithakash
a42d9073e3
Update README.md
2022-09-23 16:07:05 +05:30
collaboratewithakash
303cf954f5
Update README.md
2022-09-23 15:24:33 +05:30
collaboratewithakash
714506a5e9
Update README.md
2022-09-23 15:02:54 +05:30
Daniel Strmecki
090f2c7109
Feature/bael 5653 microstream ( #12660 )
...
* BAEL-5653: Microstream storage
* BAEL-5653: Eager loading
* BAEL-5653: Lazy loading
* BAEL-5653: Temp dir
* BAEL-5653: Refactoring
* BAEL-5653: Refactoring
* BAEL-5653: Refactoring
* BAEL-5653: PR comments
2022-09-22 18:53:16 +01:00
Saikat Chakraborty
b5c78f4be8
Updated methods
2022-09-22 09:55:21 +05:30
Saikat Chakraborty
4c6dd2952c
Updated Employee
2022-09-21 22:53:50 +05:30
Saikat Chakraborty
325e68967a
SSL in JPA App
2022-09-20 21:50:05 +05:30
Asjad J
a71081b5da
Updated README.md
...
added link back to the article: https://www.baeldung.com/mongodb-multiple-databases-spring-data
2022-09-17 05:53:03 +05:00
Ulisses Lima
3577acbabb
BAEL-5666 - Create Date from Unix timestamp in Java ( #12650 )
...
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* Spring Data MongoDB - Configure Connection
Ready for revision.
* fixed tests to reflect article changes
* BAEL-5657
* reverting BAEL-5657
* reverting BAEL-5657
* ready for review
* removing bael-5366
* removing bael-5366
* removing extra blank space
* bael-5666
editor review
* editor review
* long literals
* junit 5
* private constructor for utils
* junit5 assertThat
2022-09-16 22:31:27 +02:00
freelansam
0583091fa2
JAVA-14673 - Fix formatting of POMs ( #12722 )
...
* JAVA-14673 - Fix formatting of POMs
* cleanup
2022-09-13 21:22:49 +05:30
lucaCambi77
5d0f717337
fix: add embedded properties to tests ( #12714 )
2022-09-11 15:24:49 +05:30
lucaCambi77
900038700a
fix: exclude embedded autoconfig, remove unused boot class ( #12707 )
2022-09-10 23:31:00 +05:30
Asjad J
024e4db2af
Updated README.md
...
Moved 'UUID as Entity ID in MongoDB' from spring-data-mongodb to spring-data-mongodb-2
2022-09-04 06:03:02 +05:00
Asjad J
61afaecbf1
Updated README.md
...
Moved 'UUID as Entity ID in MongoDB' from spring-data-mongodb to spring-data-mongodb-2
2022-09-04 06:02:04 +05:00
lucaCambi77
ce2d27c6ca
[ BAEL-5397 ] - Connect to Multiple Databases using Spring Data Mongodb ( #12642 )
...
* feat: multiple connections app, spring boot test, test resources
* rename to live test
* fix: build errors, clean code
* fix simplify test bootstratp
* fix: typo, rename account email to account domain
* fix: split db port
* fix: add boot config to test
2022-09-02 21:52:36 -05:00
Ulisses Lima
cee3fa07cb
BAEL-5366 Spring Data MongoDB - Configure Connection ( #12544 )
...
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* Spring Data MongoDB - Configure Connection
Ready for revision.
* fixed tests to reflect article changes
* BAEL-5657
* reverting BAEL-5657
* reverting BAEL-5657
2022-08-26 10:34:07 +02:00
Asjad J
e1df4fe2a7
Merge branch 'eugenp:master' into master
2022-08-25 22:06:22 +05:00
Asjad J
d3d4007afd
Updated README.md
...
added link back to the article: https://www.baeldung.com/multitenancy-with-spring-data-jpa/
2022-08-25 21:42:38 +05:00
Haroon Khan
c779eb6331
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 ( #12647 )
2022-08-25 21:30:13 +05:30
Asjad J
a842c45aea
Updated README.md
...
added a link back to the article: https://www.baeldung.com/fauna-spring-building-iot-applications
2022-08-25 18:32:51 +05:00
Asjad J
3f30d52848
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-jdbc-batch-inserts
2022-08-25 18:29:34 +05:00
Hamid Reza Sharifi
c5ba1e53c6
Bael 5407: Multitenancy with Spring Data JPA ( #12507 )
...
* BAEL-5407: add entity, repository, controller, main class
* BAEL-5407: add starter-web and postgres dependencies
* BAEL-5407: add sample script
* BAEL-5407: add tenant definition file
* BAEL-5407: add tenant filter
* BAEL-5407: add AbstractRoutingDataSource class
* BAEL-5407: add TenantContext class
* BAEL-5407: add MultitenantConfiguration class
* BAEL-5407: replace Object with String
* BAEL-5407: improve indentation
* BAEL-5407: remove printStackTrace()
* BAEL-5407: add security classes
* BAEL-5407: add security dependencies
* BAEL-5407: get Tenant from JWT token
* BAEL-5407: improve indent
* BAEL-5407: improve code quality
Co-authored-by: h_sharifi <h_sharifi@modernisc.com >
2022-08-23 22:33:31 +01:00
Haroon Khan
bea0209f39
[JAVA-13976] Upgrade Spring Boot to 2.7.2 ( #12603 )
...
* [JAVA-13976] Upgrade Spring Boot to 2.7.2
* [JAVA-13976] Fix failing test due to incorrect Jackson version
2022-08-22 22:47:32 +05:30
panos-kakos
738da848b7
[JAVA-13944] Upgrade lombok dependency for main pom.xml + child modules ( #12617 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
2022-08-19 12:13:42 +05:30
Loredana Crusoveanu
2ee75c9025
Merge pull request #12464 from jrelmar/spring-jdbc-batch
...
BAEL-5545: prepared a simple demo to benchmark spring jdbc batch inserts
2022-08-18 20:28:12 +03:00
Asjad J
a0e2862567
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-data-mongodb-connection
2022-08-17 16:24:19 +05:00
anuragkumawat
6f63712774
JAVA-13132 Cleaned persistence-modules sub-modules poms ( #12553 )
...
* JAVA-13132 Cleaned persistence-modules sub-modules poms
* JAVA-13132 Moved testcontainers.version property up
* JAVA-13132 Update java-jpa-3 pom
2022-08-08 19:25:28 +05:30
Dhawal Kapil
e0a76fd50e
BAEL-5230 Added code and test for Fauna IoT application article ( #12554 )
...
* BAEL-5230 Added code and test for Fauna IoT application article
* BAEL-5230 Removed secrets from the codebase
* BAEL-5230 Removed spring-boot-configuration-processor
2022-08-04 21:29:43 +02:00
Loredana Crusoveanu
ccd092a5c5
Merge pull request #12431 from samdalvai/fix-cassandra-naming
...
Fix naming of parameters in documentation
2022-08-03 21:31:14 +03:00
Elmar Mammadov
1746a1bd71
BAEL-5545: fixed import organization
2022-07-30 14:30:07 +02:00
Elmar Mammadov
8623bbc48a
BAEL-5545: fixed import organization
2022-07-30 14:27:43 +02:00
Asjad J
38fa2e6c65
Updated README.md
...
Updated title from 'Hibernate's “Detached Entity Passed to Persist” Error' to 'Hibernate’s “Detached Entity Passed to Persist” Error'
2022-07-30 06:46:34 +05:00
kwoyke
5baf2e7dc7
Merge pull request #12537 from freelansam/JAVA-13134
...
JAVA-13134: Fix references to parents
2022-07-28 10:43:56 +02:00
Elmar Mammadov
d3c86442a2
BAEL-5545: moved batch performance related classes into existing spring-jdbc module
2022-07-26 22:47:47 +02:00
sampadawagde
1e623e4461
JAVA-13134: Fix references to parents
2022-07-26 20:01:43 +05:30
panagiotiskakos
b870551537
[JAVA-8691]
2022-07-26 08:14:19 +03:00
Haroon Khan
604d65f2c8
[JAVA-13130] Logging cleanup
2022-07-22 16:07:17 +01:00
Ulisses Lima
4ea108e4c0
BAEL-5365 Count in Spring Data MongoDB Repository ( #12481 )
...
* BAEL-5370 - MongoDB Composite Key
First Draft.
* removing comments
* BAEL-5370
Test could fail if ran in a different order:
givenCompositeId_whenSearchingByIdObject_thenFound
* BAEL-5370
removing compound index related stuff
* removing first insert from assertThrows
* first draft
* removing Customer2
* first draft
* adjustments
* removed controlled
* fixed formatting on Car
2022-07-21 22:47:35 +02:00
Asjad J
0503a15fed
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-data-mongodb-count
2022-07-21 14:14:58 +05:00
Asjad J
d436a44106
Updated README.md
...
added link back to the article: https://www.baeldung.com/mongodb-query-documents-id
2022-07-21 14:06:29 +05:00
Asjad J
de038b67c9
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-data-rest-serialize-entity-id
2022-07-21 13:59:02 +05:00
Elmar Mammadov
d961c187bc
BAEL-5545: fixed formatting issue
2022-07-20 20:47:28 +02:00
kwoyke
0805e1b06e
Merge pull request #12496 from freelansam/JAVA-13136
...
JAVA-13136: Fix formatting of POMs
2022-07-15 17:07:52 +02:00
Yavuz Tas
96dccad40c
BAEL-2729 code samples for the article ( #12443 )
...
* BAEL-2729 code samples for the article
* BAEL-2729 fix formatting issues.
Co-authored-by: Yavuz Tas <ytas@vwd.com >
2022-07-15 15:34:02 +02:00
kwoyke
3419f3cdbc
Merge pull request #12494 from hkhan/JAVA-13294-sync-code-with-article
...
[JAVA-13294] Add missing code for article
2022-07-15 09:08:31 +02:00
freelansam
18b7761f94
Merge branch 'master' into JAVA-13136
2022-07-15 10:01:48 +05:30
sampadawagde
b8205a7b5a
JAVA-13136: Fix formatting of POMs
2022-07-15 09:59:54 +05:30
Avin Buricha
03cabadbb6
Updated article code ( #12493 )
2022-07-14 20:38:20 +02:00
Haroon Khan
deb34156ad
[JAVA-13294] Add missing code for article
2022-07-14 17:07:04 +01:00