Commit Graph

1370 Commits

Author SHA1 Message Date
KevinGilmore
0294ca9c3f BAEL-4993: add link back to article (#10994) 2021-07-03 17:09:09 -05:00
Mladen Savic
8a64134343 JPA Entities and the Serializable Interface (#10971)
* JPA Entities and the Serializable Interface

* JPA Entities and the Serializable Interface - edit after review

* JPA Entities and the Serializable Interface - formatting

* JPA Entities and the Serializable Interface - indentation
2021-07-02 20:47:54 -05:00
Dhawal Kapil
1677942488 JAVA-5975 Made All Redis *IntegrationTest to *ManualTest (#10969) 2021-06-27 16:29:33 +05:30
Dhawal Kapil
155d84adfd JAVA-5975 Made RedisTemplateValueOpsIntegrationTest to *ManualTest as it attempts to start a redis server at port 6379 that fails intermittently in Jenkins (#10967) 2021-06-27 14:05:33 +05:30
kwoyke
c77e9264d5 JAVA-5875: Upgrade Spring Boot to 2.5.1 (#10956)
* JAVA-5875: Upgrade Spring Boot to 2.5.1

* JAVA-5875: Leave jta module on Spring Boot 2.4.7

* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0

* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix SQL Script DataSource Initialization

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix RepositoryRestConfigurer

* JAVA-5875: Fix issues caused by rest-assured upgrade

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Update de.flapdoodle.embed.mongo dependency

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Update Spring Cloud dependencies

* JAVA-5875: Update cloud dependencies

* JAVA-5875: Defer datasource initialization

* JAVA-5875: Fix rest assured version

* JAVA-5875: Fix Spring Batch serialization issue

* JAVA-5875: Update Spring Cloud Stream version

* JAVA-5875: Update Spring Kafka version

* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
johnA1331
ba6be21c1c Update README.md 2021-06-17 00:45:16 +08:00
kwoyke
37e2ed6c5a BAEL-5001: Fix typo in C3P0 (#10886)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-16 12:38:07 +02:00
kwoyke
ea0af629e4 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30
Jonathan Cook
ebcea06031 Merge pull request #10807 from mladensavic94/master
insert null into Integer column using JDBC
2021-06-09 11:15:43 +02:00
Mladen Savic
9db21e9f56 insert null into Integer column using JDBC - minor formatting 2021-06-09 10:08:55 +02:00
Mladen Savic
23d97f5cc0 insert null into Integer column using JDBC - final code review 2021-06-08 18:08:30 +02:00
johnA1331
470b3af850 Update README.md 2021-06-03 22:41:19 +08:00
johnA1331
d3990f056e Update README.md 2021-06-03 22:28:36 +08:00
Mladen Savic
77ce7acb00 insert null into Integer column using JDBC - code improvements 2021-06-03 12:26:02 +02:00
MeenaGawande
9db4e1d630 [BAEL-4958] JPA Unique Constraint (#10793)
* [BAEL-4958] JPA Unique Constraint

Defining Unique Constraints in JPA

* [BAEL-4958] JPA Unique Constraint

Changed the field name from pAddress to streetAddress

* [BAEL-4958] JPA Unique Constraint

Resolved conflicts

* [BAEL-4958] JPA Unique Constraint

Getters and setters are changed for address field

* [BAEL-4958] JPA Unique Constraint

Fixed Junits

* [BAEL-4958] JPA Unique Constraint

Fixed id field

Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2021-06-01 21:52:34 -05:00
Mladen Savic
bcbc0d98f7 insert null into Integer column using JDBC 2021-05-26 00:14:14 +02:00
Maciej Główka
6d77cd97e9 BAEL-4887: fetching multiple entities in JPA query (#10803) 2021-05-25 12:48:22 -07:00
johnA1331
4f5d9e4e9b Update README.md 2021-05-20 01:32:52 +08:00
johnA1331
a541774395 Update README.md 2021-05-20 01:25:36 +08:00
johnA1331
9d3715f494 Update README.md 2021-05-20 01:16:34 +08:00
bfontana
d68c030cf6 Merge pull request #10683 from hendrosteven/jpa-soft-delete
Adding soft delete
2021-05-17 00:05:05 -03:00
Eric Martin
096c034efb Merge pull request #10720 from polomos/BAEL-4900_attribute_overwrite
BAEL-4900 AttributeOverwrite explained
2021-05-16 14:01:40 -05:00
davidmartinezbarua
3620d70331 Merge pull request #10706 from mladensavic94/master
BAEL-4898 - return an auto generated id
2021-05-16 10:12:12 -03:00
Hendro Steven
6c50f53c2f remove comments 2021-05-13 19:13:06 +07:00
Jacek Polom
ae6fff2920 BAEL-4900 Rename package name from overwrite to override, to be consist with annotation name. 2021-05-12 20:34:36 +02:00
johnA1331
a0b6677450 Update README.md 2021-05-12 23:24:34 +08:00
Eric Martin
f8fffb7146 Merge pull request #10722 from SmartyAnsh/BAEL-4921-mapping_arrays_with_hibernate
Bael 4921 mapping arrays with hibernate
2021-05-11 19:21:50 -05:00
sampadawagde
a9df5c014f JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3) 2021-05-10 20:06:48 +05:30
sampadawagde
aac443ba85 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2) 2021-05-10 20:06:19 +05:30
sampadawagde
ee8d1b762c JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1) 2021-05-10 20:05:39 +05:30
Hendro Steven
9ff908096d remove mysql and using h2 db 2021-05-06 21:01:54 +07:00
Jacek Polom
cc2c458399 BAEL-4900 Code formatting fixed with intellij formatter 2021-05-04 20:20:34 +02:00
Anshul BANSAL
caff32cdbb BAEL-4921 - renamed to ArrayMappingIntegrationTest 2021-05-04 07:10:43 +03:00
Anshul BANSAL
c65b37873d BAEL-4921- fixed review comments 2021-05-04 06:46:34 +03:00
Jacek Polom
0586a41102 BAEL-4900 Code formatting fixed 2021-05-03 12:11:51 +02:00
Anshul BANSAL
aaf3db28d8 A print statement added in the catch 2021-05-02 14:21:35 +03:00
Anshul BANSAL
816bf00fb7 A print statement added in the catch 2021-05-02 14:20:37 +03:00
Anshul BANSAL
5fd0d92bc0 BAEL-4921 - Mapping Arrays with Hibernate 2021-05-02 14:19:29 +03:00
Anshul BANSAL
55e039bd3c BAEL-4921 - Mapping Arrays with Hibernate 2021-05-02 14:16:48 +03:00
Jacek Polom
046479eed6 BAEL-4900 AttributeOverwrite explained 2021-04-29 21:20:09 +02:00
Mladen Savic
cf6aa5c1cd return auto generated ids 2021-04-27 12:34:05 +02:00
Hendro Steven
72353a4171 Adding soft delete 2021-04-22 09:43:02 +07:00
johnA1331
978654c6eb Update README.md 2021-04-14 23:45:18 +08:00
Eric Martin
4a5d31f8cc Merge pull request #10645 from abdallahsawan/BAEL-4121
Usage of the Hibernate @LazyCollection Annotation Article by Abdallah…
2021-04-10 17:29:29 -05:00
AbdallahSawan
ec0f355462 Usage of the Hibernate @LazyCollection Annotation Article by Abdallah Sawan 2021-04-11 01:01:57 +03:00
freelansam
1eee5f30d8 Merge branch 'master' into JAVA-3576 2021-04-10 16:21:13 +05:30
Eric Martin
524b52e4e1 Merge pull request #10494 from abdallahsawan/BAEL-4121
Usage of the Hibernate @LazyCollection Annotation Article by Abdallah…
2021-04-08 19:31:13 -05:00
Loredana Crusoveanu
0cbd156155 Merge pull request #10622 from kwoyke/JAVA-3596
JAVA-3596: Upgrade exec-maven-plugin dependency
2021-04-07 10:24:58 +03:00
Loredana Crusoveanu
e2dc50acd9 Merge pull request #10627 from eugenp/update-tests
use junit 5, change log level
2021-04-03 12:10:07 +03:00
Loredana Crusoveanu
ad16d36d5a use junit 5, change log level 2021-04-03 12:06:08 +03:00