Commit Graph

2537 Commits

Author SHA1 Message Date
andrebrowne 2819b53e15 Make shell script executable 2020-05-17 09:12:52 -04:00
andrebrowne 8fd2a5ee8d Create create-database.sh 2020-05-17 09:10:36 -04:00
andrebrowne cc2dfb4206 Remove maven wrapper files 2020-05-17 08:52:18 -04:00
andrebrowne d44a7f3d1c Rename to hibernate-libraries 2020-05-17 08:46:23 -04:00
andrebrowne e91d8d6a6c Update pom 2020-04-25 14:33:28 -04:00
andrebrowne cabe338163 Update application.properties 2020-04-25 14:27:13 -04:00
andrebrowne 6008e44467 Revert "Add architecture module with Hexagonal example"
This reverts commit 50efbf3dfb3a951d276c13ab3b8f1a0cadb114d4.
2020-04-25 14:27:13 -04:00
andrebrowne a2efde1d87 Revert "Fixup styling"
This reverts commit 6cb35dd535bfddad1243feaae2f3d2af0dc932d7.
2020-04-25 14:27:13 -04:00
andrebrowne dc3f7039cb Revert "Fixup styling"
This reverts commit 72addaf8c354879197e0c252e4d8153cc54e0e2c.
2020-04-25 14:27:13 -04:00
andrebrowne a667a0191a Fix integration test 2020-04-25 14:27:12 -04:00
andrebrowne 4426454a9a Fixup variable names 2020-04-25 14:27:12 -04:00
andrebrowne 925a69b401 Java example for Hibernate Types 2020-04-25 14:27:12 -04:00
andrebrowne 646bd45c18 Fixup styling 2020-04-25 14:27:12 -04:00
andrebrowne 616364afc4 Fixup styling 2020-04-25 14:27:12 -04:00
andrebrowne 837ebef858 Add architecture module with Hexagonal example 2020-04-25 14:27:12 -04:00
Sampada b7588a7a33 BAEL-3989: Calling a SOAP web service from Spring (#9174) 2020-04-25 09:44:35 -07:00
sasam0320 89fd7872c4 BAEL-3973 (#9061) 2020-04-25 07:32:20 +02:00
KevinGilmore d090c9b059 BAEL-2893 BAEL-3927 update README files (#9171)
* BAEL-3336 BAEL-3058 add links

* BAEL-3319: add link

* BAEL-3284: add link

* BAEL-3198: add link to article

* BAEL-3479: add link to article

* BAEL-3485: add article link

* SCALA-38: move to new package and add link back to article

* SCALA-38: add imports back into unit test

* BAEL-3908: add link back to article

* BAEL-2893 BAEL-3927 add link back to article
2020-04-24 22:28:04 -05:00
Paturi Radhe Sravan 73f96969da BAEL-3567 An Introduction to Kaniko (#9150)
* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3567 An Introduction to Kaniko

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3567 An Introduction to Kaniko

* BAEL-3567 An Introduction to Kaniko
2020-04-24 14:36:41 -07:00
Roque Santos 35f1a3eba5 BAEL-3927 : Encode a String to UTF-8 in Java (#8954)
* BAEL-3927 : Encode a String to UTF-8 in Java

* Update core-java-modules/core-java-string-operations-2/src/test/java/com/baeldung/encode/StringEncodeUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* BAEL-3927 : Applying suggested adjustments

* BAEL-3927 : Simplifying the code snippets

* BAEL-3927 : Coding styles adjustements

* BAEL-3927 : Test adjustements to fit changes in article

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-04-24 09:10:44 -05:00
Gergo Petrik b31b84d475 Mockint objectmapper with mockito (#9017)
* Mockint objectmapper with mockito

* enforcing naming convention for test classes

* removed Spring

* removed unattended changes

* modified example

* simplified call stack in flower validator
2020-04-24 09:00:30 -05:00
Eric Martin 5738683a5b Merge pull request #9100 from wugangca/BAEL-3961
BAEL-3961 Using a list of values in a JDBCTemplate IN clause
2020-04-23 20:08:02 -05:00
Eric Martin ed8bdf0cb5 Merge pull request #9158 from johnA1331/master
github-related test fix - BAEL-23872
2020-04-23 19:34:01 -05:00
Usman Mohyuddin 7367f3b0ba add code files for "How to determine the data type in Groovy" (#9123)
* add code files for "How to groovy data types"

add code files for "How to groovy data types"

* added Tests in example

* Update pom.xml

change tab into spaces
2020-04-23 10:54:55 -07:00
Benjamin Caure 8bd69814b0 BAEL-3964 HTML emails with Thymeleaf and FreeMarker (#9119) 2020-04-23 07:23:11 +02:00
Gang Wu 38f62ad24d BAEL-3961 move the sql string into a new line to improve readability. 2020-04-22 22:36:18 -06:00
Gang Wu 8985f601a7 BAEL-3961 move the sql string into a new line to improve readability. 2020-04-22 22:15:54 -06:00
Loredana Crusoveanu c7b980c133 Merge pull request #9167 from kwoyke/JAVA-1130-2
JAVA-1130: Improvements after review
2020-04-22 22:01:07 +03:00
Krzysiek b2af9262a2 JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
Mona Mohamadinia 28de9f4997 Added Log Group Sample (#9112) 2020-04-22 17:07:18 +01:00
Josh Cummings fdec685ad4 Merge pull request #9071 from dupirefr/team/JAVA-616-split_core_java_arrays
[JAVA-616] Split core-java-arrays* modules
2020-04-22 09:54:10 -06:00
Sampada 17d9e00dc3 BAEL-3988: Calling a SOAP web service in Java (#9166) 2020-04-22 07:51:36 -07:00
Dhawal Kapil a5d8f4d54e Merge pull request #9165 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-22 20:16:56 +05:30
sampadawagde 0cf5e36623 JAVA-922: Migrate flyway to parent-boot-2 2020-04-22 17:44:28 +05:30
sampadawagde e01bab2ac0 JAVA-921: Migrate mesos-marathon to parent-boot-2 2020-04-22 15:42:16 +05:30
Loredana Crusoveanu cba1cbf947 Merge pull request #9153 from eugenp/lor6-patch-2
Update README.md
2020-04-21 19:47:12 +03:00
Dhawal Kapil 0c8c2a7084 Merge pull request #9156 from sampada07/JAVA-913
JAVA-913: Migrate parent-boot-1 articles to parent-boot-2
2020-04-21 20:23:25 +05:30
Loredana Crusoveanu be28fa1164 Merge pull request #9146 from kwoyke/JAVA-1130
JAVA-1130: Update the x509 mutual authentication codebase
2020-04-21 17:40:56 +03:00
johnA1331 bbb0511669 Update README.md 2020-04-21 14:29:19 +08:00
johnA1331 3266970b40 Create README.md 2020-04-21 14:27:38 +08:00
johnA1331 b2af10c98b Delete README.md 2020-04-21 14:26:20 +08:00
johnA1331 62ccb01325 Delete README.md 2020-04-21 14:19:47 +08:00
johnA1331 d17e2b5b93 Delete README.md 2020-04-21 14:18:12 +08:00
johnA1331 4a75b13057 Update README.md 2020-04-21 14:15:57 +08:00
johnA1331 b58db90f3b Delete README.md 2020-04-21 14:13:43 +08:00
johnA1331 e9450dacbb Update README.md 2020-04-21 14:11:41 +08:00
sampadawagde 34d94a78f0 JAVA-920: Copied missing artifact so that live test runs ok 2020-04-21 11:33:15 +05:30
johnA1331 8c151edb1e Update README.md 2020-04-21 12:36:40 +08:00
johnA1331 458c4d8505 Update README.md 2020-04-21 12:33:38 +08:00
johnA1331 6a41016938 Update README.md 2020-04-21 12:30:05 +08:00