Commit Graph

39 Commits

Author SHA1 Message Date
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
Asjad J
e8362ccf12 Updated README.md
added link back to the article: https://www.baeldung.com/java-mongodb-uuid
2022-07-05 15:47:57 +05:00
lucaCambi77
935da52877 fix: remove projection from old module (#12358) 2022-06-15 15:17:18 -05:00
johnA1331
81a26701a6 Update README.md 2022-05-05 20:49:20 +08:00
lucaCambi77
a9e3fe538f fix: move to spring-data-mongodb (#12089) 2022-04-28 18:20:55 -05:00
Krzysiek
06f32d957c JAVA-5955: Decrease size of the zips.json file 2021-08-18 11:35:39 +02:00
sampadawagde
a9df5c014f JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3) 2021-05-10 20:06:48 +05:30
kwoyke
60a8bb5255 BAEL-4758: Override autoIndexCreation in MongoConfig (#10474) 2021-02-10 07:51:44 +01:00
sampadawagde
cea15211c5 JAVA-4012: clean-up 2021-01-24 23:46:39 +05:30
sampadawagde
60d5767261 JAVA-4012: Moved 1 article from spring-data-mongodb to
spring-boot-persistence-mongodb
2021-01-24 23:40:00 +05:30
sampadawagde
1bcd9dd819 JAVA-4012: README changes 2021-01-20 22:32:54 +05:30
sampadawagde
e9a5f616dd JAVA-4012: Moved 1 article to spring-boot-persistence-mongodb 2021-01-20 22:31:35 +05:30
Loredana
aae130aab4 revert explicit junit, maven version overrides for boot projects 2020-10-14 16:16:17 +03:00
François Dupire
d3ef791ab6 [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
Loredana
c7af4d575f formatting, remove unneeded dependency 2020-09-07 14:53:22 +03:00
amit.pandey
dae95f7f89 removed unwanted dependency from pom 2020-09-06 20:05:15 +05:30
amit.pandey
4a8c418006 updated spring-data-mongo and used compatible mongo version 2020-09-06 00:31:09 +05:30
amit.pandey
36aef3691b updated spring data, mongodb versions 2020-08-24 01:00:05 +05:30
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Krzysiek
08b920c3ed JAVA-73: Remove unused test methods 2020-04-26 15:46:04 +02:00
Krzysiek
2aa53675ca JAVA-73: Fix live-test.sh and cleanup pom.xml 2020-04-23 22:38:10 +02:00
Krzysiek
c46c7aaae8 JAVA-73: Move scripts under live-test-resources 2020-04-23 22:18:45 +02:00
kwoyke
ad5807c0fb Merge pull request #1 from fanatixan/bael-17468
JAVA-73
2020-04-23 22:02:28 +02:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
fejera
f3405e0daa moved live test resources to src/live-test/resources 2019-12-02 10:18:42 +01:00
fejera
6080f679c7 cleaned up and documented live testing script usage 2019-11-24 12:42:59 +01:00
fejera
8f34259672 added live-test resources 2019-11-17 15:05:58 +01: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
Erik Pragt
aebb5cb88e BAEL-14772 Update Spring Data MongoDB article to latest dependencies 2019-07-08 16:23:20 -05:00
amit2103
a5b5b0fcba [BAEL-12090] - Extract versions into properties 2019-02-04 00:06:11 +05:30
geroza
1ca15e5919 Migrated modules using parent-spring-5:
ethereum
persistence-modules/spring-data-elasticsearch
persistence-modules/spring-data-mongodb
spring-dispatcher-servlet
spring-mvc-forms-jsp
spring-mvc-java
2019-01-10 11:05:18 -02:00
geroza
cde1d1c7ad Fixed usage of deprecated GzipResourceResolver in spring-static-resources
added back spring-version modification in module that hasnt been worked yet
cleaned unused classes
2019-01-09 23:54:26 -02:00
geroza
c7ba38ffcd migrated the following modules using parent-spring-5 to spring 5.1:
spring-mvc-simple
spring-security-mvc-custom
spring-security-mvc-login
spring-security-rest
spring-security-rest-basic-auth
spring-static-resources
spring-thymeleaf
2019-01-09 23:54:26 -02:00
Eugen Paraschiv
8411df4e6b renaming tests 2018-12-18 23:50:20 +02:00
Eugen Paraschiv
a9f853b241 BAEL-10335 - repo cleanup work 2018-12-18 23:02:40 +02:00
charlesgonzales
31858afca7 Bi-monthly test failure - fix (BAEL-10330) (#5736)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update 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
2018-11-22 05:49:54 +01:00
Laurentiu Delcea
2b581cb3f6 BAEL-1962 Convert ZonedDateTime for MongoDB interactions (#5640) 2018-11-08 11:37:35 -08:00
Grzegorz Piwowarek
1bca2a8c54 Update README.md (#5525) 2018-10-23 04:50:09 -07:00
amit2103
21a3a43788 [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30