Dhawal Kapil
5c73062dab
Merge pull request #9176 from sampada07/JAVA-913
...
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-26 13:04:01 +05:30
Vikas Rajput
b8d41e5613
Bael 3557 : renamed package name to more unique name - springwithgroovy ( #9172 )
...
* BAEL-3557: Completed a simple web application in spring boot and groovy
* BAEL-3557: renamed packagename from com.baeldung.app to more unique name - com.baeldung.springwithgroovy
Co-authored-by: Vikas Ramsingh Rajput <vikas.rajput@crownconsult.com>
2020-04-25 23:21:21 -07:00
Eric Martin
9efd76c261
Merge pull request #9135 from albanoj2/BAEL-3965
...
BAEL-3965: Created examples for instance and static factory methods.
2020-04-25 22:07:06 -05:00
Eric Martin
5ddf7ef391
Merge pull request #9160 from michael-pratt/BAEL-3972
...
BAEL-3972: check user roles in Java
2020-04-25 21:59:51 -05:00
amit.pandey
0223584fee
removed duplicate module
2020-04-26 06:41:14 +05:30
Maiklins
07dd57469b
Merge pull request #47 from eugenp/master
...
update
2020-04-26 01:07:52 +02:00
Aaron Juarez
ee898632d3
BAEL-3966: find object's class in Java ( #9118 )
2020-04-25 22:23:13 +02:00
Justin Albano
fd5fcf29c5
BAEL-3965: Removed unneeded dependencies
2020-04-25 16:05:50 -04:00
Sasa M
a5264182cd
Refactoring code in com.baeldung.modelmapper package
2020-04-25 21:57:43 +02: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
Ali Dehghani
b6996fbc05
Added Trailing slash to Fix the Relative Path Bug
2020-04-25 22:55:00 +04:30
Michael Pratt
bd9c4945f7
BAEL-3972: Fix formatting
2020-04-25 11:37:01 -06:00
Sampada
b7588a7a33
BAEL-3989: Calling a SOAP web service from Spring ( #9174 )
2020-04-25 09:44:35 -07:00
sampadawagde
fab18f2126
JAVA-926: Migrate spring-boot-custom-starter to parent-boot-2
2020-04-25 18:12:08 +05:30
sergio41
a73fb8483a
[BAEL-3944] Package move
2020-04-25 14:19:28 +02: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
Cavero Barca
44485bcc48
Use a two-space indent when continuing a line
2020-04-25 01:49:20 +02: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
Donato Rimenti
7d6e096d28
Fixed whitespace formatting.
2020-04-24 16:51:50 +02: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
Kostas Karavitis
1278f63d03
[BAEL-3936] Upgrade hibernate and querydsl to the latest stable versions
2020-04-24 15:38:39 +03:00
kkaravitis
6a08fca7aa
[BAEL-3936] Fixed format to use 2-space indenting for line continuations.
2020-04-24 15:04:44 +03:00
kkaravitis
717b0e1711
Merge branch 'master' of https://github.com/eugenp/tutorials
2020-04-24 14:31:24 +03:00
sergio41
953b8d4640
[BAEL-3944] Real like phone numbers
2020-04-24 13:07:05 +02:00
sergio41
5bb2977eb0
[BAEL-3944] Move to a separate test class and fix other issues
2020-04-24 13:03:41 +02: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
Krzysiek
ffa8e0839d
JAVA-73: Fix live-test.sh and cleanup pom.xml
2020-04-23 22:38:10 +02:00
Krzysiek
acf4fa5af9
JAVA-73: Move scripts under live-test-resources
2020-04-23 22:18:45 +02:00
kwoyke
20ee51ef36
Merge pull request #1 from fanatixan/bael-17468
...
JAVA-73
2020-04-23 22:02:28 +02: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
sampadawagde
62842f97cf
JAVA-923: Migrate spring-data-dynamodb to parent-boot-2
2020-04-23 13:10:29 +05:30
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
Kyle Doyle
8b6c667ce0
Bael-3893 AWS AppSync with Spring Boot
2020-04-22 21:10:52 -04: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