4612 Commits

Author SHA1 Message Date
Maiklins
fdc36375ff Java-2602 Check spring-websockets PR (#10002)
Co-authored-by: mikr <michael.krimgen@ximedes.com>
2020-09-10 22:56:04 +05:30
François Dupire
0acc6a25e1 [JAVA-2306] Fixed failing integration test (#9999) 2020-09-10 20:57:24 +05:30
François Dupire
b03fdd2c4b [JAVA-2434] Inherited from parent-spring-5 (#9994)
* [JAVA-2434] Inherited from parent-spring-5

* [JAVA-2434] Upgraded spring-security dependencies as well
2020-09-10 20:55:13 +05:30
François Dupire
fe9e6fc558 [JAVA-2435] Migrate spring-security-web-sockets to parent-sprint-5 (#10000)
* [JAVA-2435] Inherited from parent-boot-5

* [JAVA-2435] Upgraded version of spring-security as well
2020-09-10 20:51:30 +05:30
Dhawal Kapil
3ddc56d306 Merge pull request #9987 from dupirefr/team/JAVA-2540-review_build_time
[JAVA-2540] Deactivate frontend-maven-plugin when using default-first…
2020-09-10 20:47:33 +05:30
fdpro
1873207445 [JAVA-2540] Migrated unit test to integration test as it bootsraps and calls a REST API 2020-09-10 11:47:44 +02:00
Eric Martin
72430b8c62 Merge pull request #9908 from SmartyAnsh/BAEL-4507-What_is_the_difference_between_DAO_and_Repository_patterns
BAEL-45087 - DAO vs Repository Pattern
2020-09-09 19:49:17 -05:00
Anshul BANSAL
bc36751276 BAEL-4507 - UserSocialMedia class added 2020-09-12 06:30:35 +03:00
kwoyke
99381e0b15 BAEL-4588: Update Guide To Java 8 Optional (#9995)
* BAEL-4588: Fix maven-shade-plugin version

* BAEL-4588: Add empty core-java-11-2 module structure

* BAEL-4588: Move Guide To Java 8 Optional to core-java-11-2

* BAEL-4588: Add Java 10 orElseThrow() example
2020-09-09 18:35:31 +02:00
Dhawal Kapil
3d279158a0 Merge pull request #9993 from dupirefr/team/JAVA-2433-migrate_spring_security_web_digest_to_parent_boot_5
[JAVA-2433] Inherited from parent-spring-5
2020-09-09 21:11:54 +05:30
fdpro
1876f16449 [JAVA-2433] Inherited from parent-spring-5 2020-09-09 10:02:37 +02:00
Dhawal Kapil
672f33e339 Merge pull request #9988 from dupirefr/team/JAVA-2430-migrate_spring_data_cassandra_to_parent_boot_5
[JAVA-2430] Migrated spring-data-cassandra to parent-boot-5
2020-09-08 23:58:36 +05:30
Dhawal Kapil
f5f28c0035 Merge pull request #9989 from dupirefr/team/JAVA-2429-migrate_spring_data_solr_to_parent_boot_5
[JAVA-2429] Migrated spring-data-solr module to parent-boot-5
2020-09-08 23:57:27 +05:30
Mona Mohamadinia
0748a7534f Non-Local Returns (#9934) 2020-09-08 17:39:16 +01:00
Loredana Crusoveanu
0f42bcb243 Merge pull request #9983 from eugenp/JAVA-2413-2
formatting, remove unneeded dependency
2020-09-08 15:34:44 +03:00
fdpro
760d54eb43 [JAVA-2430] Migrated spring-data-cassandra to parent-boot-5 2020-09-08 11:58:11 +02:00
fdpro
98bdb5df36 [JAVA-2429] Migrated spring-data-solr module to parent-boot-5 2020-09-08 11:53:26 +02:00
fdpro
b7813034ea [JAVA-2540] Deactivate frontend-maven-plugin when using default-first or default-second profile 2020-09-08 11:26:57 +02:00
François Dupire
30e4e277e0 [JAVA-2427] Migrated spring-drools to parent-spring-5 (#9964)
* [JAVA-2427] Migrated spring-drools to parent-spring-5

* [JAVA-2427] Added spring dependencies so that they all have the last version
2020-09-07 21:32:25 +05:30
Sampada
9c5ed84bd4 JAVA-2422: Merge spring-groovy into spring-boot-groovy (#9970)
* JAVA-2422: Moved article to spring-boot-groovy

* JAVA-2422: removed module spring-groovy

* JAVA-2422: Moved spring-boot-groovy inside spring-boot-modules module

* JAVA-2422: Added entry to spring-boot-module's pom

* JAVA-2422: main pom changes for module movements

* JAVA-2422: Renamed test as it needs the app up and running

* JAVA-2422: Renamed test to live as it needs App to be running
2020-09-07 21:15:50 +05:30
Loredana
f5b4367c1c formatting, remove unneeded dependency 2020-09-07 14:53:22 +03:00
Loredana Crusoveanu
f3b82b28e8 Merge pull request #9911 from amit2103/JAVA-2413
updated spring data, mongodb versions
2020-09-07 10:54:28 +03:00
majajoksovic
8278cc272a added braces (#9972) 2020-09-06 19:19:12 -07:00
fanatixan
74efd2530e added code snippets for bael-4554 (#9979) 2020-09-06 19:13:25 -07:00
developerDiv
1927bb1b46 BAEL-4287 - Rolling Back Migrations with Flyway (#9910)
* First commit - Flyway Undo

* Simplify migrations
Move to own package
2020-09-06 16:27:59 +01:00
amit.pandey
be8c51e3e0 removed unwanted dependency from pom 2020-09-06 20:05:15 +05:30
Loredana Crusoveanu
3ddc6fd882 Merge pull request #9975 from dupirefr/team/JAVA-2306-split-spring_persistence_modules
[JAVA-2306] Fixes after Loredana's review
2020-09-06 11:58:01 +03:00
amit.pandey
777aa4b4ea updated spring-data-mongo and used compatible mongo version 2020-09-06 00:31:09 +05:30
fdpro
68b732beb0 [JAVA-2306] Fixes after Loredana's review
* Brought back UserRepositoryCustomImpl.java

* Added link to https://www.baeldung.com/spring-data-jpa-query in spring-data-jpa-query-2 README

* Migrated code for https://www.baeldung.com/spring-data-jpa-query-by-date

* Migrated https://www.baeldung.com/spring-vs-jta-transactional to spring-persistence-simple
2020-09-05 15:37:32 +02:00
davidmartinezbarua
cc74ffc80e Merge pull request #9969 from md-fork/BAEL-3619
BAEL-3619 - Dates in OpenAPI Files
2020-09-05 10:22:20 -03:00
bfontana
60b789111a Merge pull request #9967 from Sebassllr/feature/BAEL-4387
Sebassllr/sebaslunasllr@gmail.com
2020-09-04 18:54:23 -03:00
rpvilao
dec24bea88 Merge pull request #9926 from eugenp/feature/BAEL-4142
BAEL-4132: How to create a temporary directory/folder in Java?
2020-09-04 18:01:33 +01:00
Sebastian Luna
53360080db BAEL-4387 Change Module 2020-09-03 20:49:20 -05:00
Marco Denisi
5b20bb3d2a BAEL-3619 - add swagger samples 2020-09-03 16:59:07 +02:00
marcodenisi
2133920f2a Merge pull request #4 from eugenp/master
merge
2020-09-03 16:46:59 +02:00
Loredana Crusoveanu
30080613cc Merge pull request #9956 from dupirefr/team/JAVA-2306-split-spring_persistence_modules
Team/java 2306 split spring persistence modules
2020-09-03 11:45:24 +03:00
Loredana Crusoveanu
2770af80b2 Merge pull request #9968 from kwoyke/JAVA-2401
JAVA-2401: Remove redundant repository config
2020-09-03 10:26:39 +03:00
bfontana
3a2853cdf6 Merge pull request #9965 from maciejglowka/BAEL-4297
BAEL-4297: example of IllegalMonitorStateException
2020-09-02 21:23:29 -03:00
Maciej Glowka
3fd8926145 BAEL-4297: fixed unsynchronized classes naming, added slf4j logging 2020-09-02 23:56:02 +02:00
fdpro
285890231d [JAVA-2306] Removed unnecessary Bar field in Foo class 2020-09-02 20:22:44 +02:00
fdpro
16f3fdd81b [JAVA-2306] Added .sdkmanrc to .gitignore 2020-09-02 20:22:44 +02:00
fdpro
3b41d6352d [JAVA-2306] Moved last article to spring-jdbc 2020-09-02 20:22:44 +02:00
fdpro
910bda6ef1 [JAVA-2306] Fixed READMEs
* spring-jpa-2

* spring-data-jpa-repo-2

* spring-data-jpa-query-2

* spring-jdbc

* spring-persistence-simple
2020-09-02 20:22:44 +02:00
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
Sampada
473b453a1f BAEL-4441: Custom User Attributes with Keycloak and Spring (#9966) 2020-09-02 08:46:52 -07:00
Krzysztof Woyke
c9d080aff4 JAVA-2401: Remove redundant repository config 2020-09-02 15:23:35 +02:00
Sebastian Luna
8d07e8fab9 BAEL-4387 Change module 2020-09-02 07:46:50 -05:00
Loredana Crusoveanu
a82d2bf9e0 Merge pull request #9963 from kwoyke/JAVA-2398-2
JAVA-2398: Remove redundant config classes import
2020-09-02 13:22:20 +03:00