Commit Graph

7271 Commits

Author SHA1 Message Date
Loredana Crusoveanu 1847bd8333 Merge pull request #11114 from johnA1331/master
BAEL-39266 - add links to github-baeldung articles
2021-08-11 09:42:59 +03:00
johnA1331 1ddde25b1c Create README.md 2021-08-11 11:41:11 +08:00
johnA1331 a00d8462e1 Create README.md 2021-08-11 11:38:19 +08:00
johnA1331 58723823d3 Update README.md 2021-08-11 11:33:49 +08:00
Greg d594c571f5 Merge pull request #11013 from tirumani03/dev/tirumani03/exceptionsInConstructor
[BAEL-4990] Throwing exceptions in constructor
2021-08-10 14:32:17 -04:00
anuradha 77a9db9f64 Hexagonal Architecture implementation 2021-08-09 23:59:29 +05:30
kwoyke 09c136d466 Merge pull request #11106 from freelansam/JAVA-5892
JAVA-5892: Upgrade spring-boot-keycloak to the latest Spring Boot
2021-08-08 21:12:16 +02:00
Gerald Boersma d43ac8d1b5 BAEL-5049 spring-cloud-dapr (#11063)
* BAEL-5049 Added tutorial code for article.

* BAEL-5049 Added readme.

* Initial code for 2-javasdk to properly include as part of Spring Boot project.

* Added binding with rabbitmq.

* Removed 1-intro module.

* Updates from comments.

* Added .gitignore back in.

* Cleaned up POMs.

* Get rid of .gitignore.

* Change controller to use GetMapping.

Co-authored-by: Gerald Boersma <gerald.boersma@icsynergy.com>
2021-08-07 19:55:35 -05:00
Trixi Turny 75e9acc874 BAEL-5054 2 examples of file upload with webclient 2021-08-07 20:01:29 +01:00
sampadawagde 2009f8a73c JAVA-5892: Upgrade spring-boot-keycloak to the latest Spring Boot
version
2021-08-07 12:43:58 +05:30
Ashish Gupta 0d22a1fdee Add files via upload 2021-08-07 12:38:09 +05:30
Ashish Gupta 6b7dcdf847 Add files via upload 2021-08-07 12:34:38 +05:30
Ashish Gupta dcf8b902dc Update pom.xml 2021-08-07 12:33:12 +05:30
Nguyen Nam Thai fa7fa84eba Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4883 2021-08-07 01:30:19 +07:00
mbarriola b623297829 Core java 12 improvements (#11090)
* Commit source code to branch

* Fix to BAEL-5072
Change package definition and implementation of compactValues junit

* BAEL-5053 Compare file contents
2021-08-05 21:50:37 +02:00
Loredana Crusoveanu bc575d1917 Merge pull request #11098 from johnA1331/master
BAEL-38973 - add links to github-baeldung articles
2021-08-05 09:12:21 +03:00
johnA1331 db0878692d Update README.md 2021-08-05 01:11:20 +08:00
johnA1331 888f601132 Update README.md 2021-08-05 01:10:01 +08:00
johnA1331 ac55fc7c1d Update README.md 2021-08-05 01:08:45 +08:00
johnA1331 6913b21a36 Update README.md 2021-08-05 01:05:51 +08:00
johnA1331 20d160b944 Update README.md 2021-08-05 01:04:27 +08:00
johnA1331 bfbdc615f3 Update README.md 2021-08-05 01:01:57 +08:00
johnA1331 1da4629ece Update README.md 2021-08-05 00:56:55 +08:00
rmkellogg dddf541bb8 Revised to use built in Sprint Security SAML resource resolution. Otherwise when used from Spring Boot self-contained JAR the File could not be located. 2021-08-02 16:05:00 -04:00
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Mladen Savic 0ea4180da1 EntityNotFoundException in Hibernate - change in persistence unit (#11092)
* 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

* EntityNotFoundException in Hibernate

* EntityNotFoundException in Hibernate - fix persistence unit config to allow multiple test to run in conjunction.
2021-08-02 07:19:01 -07:00
Jonathan Cook 3da557e943 Merge pull request #11064 from synaptrec/BAEL-4122_A_Quick_Guide_to_Autocommit_in_JDBC
First Draft - [BAEL-4122] - A Quick Guide to Autocommit in JDBC
2021-08-02 09:05:35 +02:00
Jonathan Cook 97e0f58c0f Merge pull request #10915 from aang13/master
BAEL-4994 code added for mvc and mvp architecture
2021-08-01 19:13:17 +02:00
Nguyen Nam Thai 93637134e9 BAEL-4883 Exception handling in Project Reactor 2021-08-01 23:56:06 +07:00
vunamtien b80ed90d5c [BAEL-5033] How to create Password-protected Zip files and Unzip them in Java (#11066)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-08-01 08:46:51 +02:00
nrsureshdeveloper d36b90a1d0 Bael-5023 data cassandra test (#11082)
* Example implementation of Hexagonal Architecture pattern

* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation

* Example Cassandra Springboot application demonstrating the usage of @DataCassandraTest annotation

* temporarily ignoring the unit test

* removed ddd-hexagonal-arch module

* changed the test to LiveTest
added readme

* refactored test names

* changes per review comments

* upgraded Cassandra java core driver versino

Co-authored-by: Suresh Raghavan <contactnrsuresh@gmail.com>
2021-07-31 12:40:19 -07:00
Sagar Verma 4f7a1b58d7 Changes for hosting maven repo on github by sgrverma23 (#11080)
Co-authored-by: Sagar Verma <SVerma2@amdocs.com>
2021-07-31 16:14:16 +02:00
Benjamin Caure aee4c48bdd BAEL-4698 Added HTTP Response Body as String with WebClient (#11083) 2021-07-29 23:14:59 +02:00
kwoyke 5247181211 JAVA-6657: Use mulesoft repo instead of the bedatadriven (#11086) 2021-07-29 21:13:29 +05:30
kwoyke 3ff0ae10d0 JAVA-6298: Enable spring-mybatis module (#11074)
* JAVA-6298: Enable spring-mybatis module

* JAVA-6298: Rename to unit tests
2021-07-29 21:09:38 +05:30
Mladen Savic ef23c27c9e EntityNotFoundException in Hibernate (#11085)
* 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

* EntityNotFoundException in Hibernate
2021-07-29 08:15:46 -07:00
Loredana Crusoveanu 1409769a18 Merge pull request #11081 from johnA1331/master
BAEL-38754 - add links to github-baeldung articles
2021-07-29 10:03:18 +03:00
johnA1331 e3f1437b32 Update README.md 2021-07-29 03:41:52 +08:00
johnA1331 8ebcfd7eb9 Update README.md 2021-07-29 03:40:30 +08:00
johnA1331 0478ae7113 Update README.md 2021-07-29 03:38:54 +08:00
johnA1331 c05d6f2272 Create README.md 2021-07-29 03:36:25 +08:00
freelansam 232cef9d35 JAVA-3297: Cleanup un-committed or un-ignored artifacts (#11068) 2021-07-29 00:10:18 +05:30
Md Moinul Hossain c5bada9f8b BAEL-4994 extra mvc-mvp module removed 2021-07-28 23:40:25 +06:00
Loredana Crusoveanu 30329073cd JAVA-2802 update article links 2021-07-28 18:21:44 +03:00
Loredana Crusoveanu e21a90c6d8 Merge pull request #11078 from anuragkumawat/master
JAVA-2802 - Copied the separate draft code for Mongo DB Reactive Arti…
2021-07-28 18:09:51 +03:00
freelansam 5470ccfb97 JAVA-6474/JAVA-6324: Align module names, folder names and artifact id (#11071)
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)

* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
anuragkumawat dfe07885eb JAVA-2802 - Copied the separate draft code for Mongo DB Reactive Articles and configured it with persistence modules. 2021-07-28 04:01:58 +05:30
rmkellogg 404c05ad32 Added missing import. 2021-07-27 15:39:59 -04:00
rmkellogg 9c3bf05bb3 Correction to allow execution outside of Eclipse. 2021-07-27 15:32:47 -04:00
rmkellogg a20b32c413 Added comments on settings. 2021-07-27 15:30:33 -04:00