Commit Graph

18249 Commits

Author SHA1 Message Date
Thomas Turrell-Croft
63a588397d Fix tests to check for forward to index 2020-04-28 14:15:41 +02:00
Thomas Turrell-Croft
bfffd66062 Fix controllers to use Post/Redirect/Get
Forms should use Post/Redirect/Get pattern.
2020-04-27 18:44:09 +02:00
Loredana Crusoveanu
b3a98ee7b3 Merge pull request #9190 from amit2103/JAVA-62
fix junit test cases
2020-04-27 13:43:29 +03:00
Belma Jakupovic
52f5f5d409 bjakupovic - single responsibility principle example (#9191) 2020-04-27 06:57:38 +02:00
amit.pandey
ed4a192a61 fix junit test cases 2020-04-26 22:24:14 +05:30
Sampada
8d4ded3150 BAEL-3988: Calling a SOAP web service in Java (#9184)
* BAEL-3988: Calling a SOAP web service in Java

* BAEL-3988: modified generated class as per wsdl location change
2020-04-26 08:55:43 -07:00
Jonathan Cook
8028c9ad6c Merge pull request #9155 from aurasphere/master
[BAEL-3489] Added Java-R integration examples.
2020-04-26 11:47:08 +02:00
Jonathan Cook
376762f6c2 Merge pull request #9069 from kirill-vlasov/master
BAEL-3969 Spring Security - Custom Logout Handler
2020-04-26 11:18:09 +02:00
Dhawal Kapil
ef6c26c8aa 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
7f7b876c4a 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
d28a9b12b2 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
856a4e7430 Merge pull request #9160 from michael-pratt/BAEL-3972
BAEL-3972: check user roles in Java
2020-04-25 21:59:51 -05:00
Aaron Juarez
e1e47ffe6a BAEL-3966: find object's class in Java (#9118) 2020-04-25 22:23:13 +02:00
Justin Albano
026723f096 BAEL-3965: Removed unneeded dependencies 2020-04-25 16:05:50 -04:00
Michael Pratt
38b838d7f0 BAEL-3972: Fix formatting 2020-04-25 11:37:01 -06:00
Sampada
a2e8282015 BAEL-3989: Calling a SOAP web service from Spring (#9174) 2020-04-25 09:44:35 -07:00
sampadawagde
d635f56448 JAVA-926: Migrate spring-boot-custom-starter to parent-boot-2 2020-04-25 18:12:08 +05:30
sasam0320
5e0c1833d5 BAEL-3973 (#9061) 2020-04-25 07:32:20 +02:00
KevinGilmore
0f5bb1653d 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
c115f297cb 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
2dfd9f1523 Fixed whitespace formatting. 2020-04-24 16:51:50 +02:00
Roque Santos
6e09c3ae64 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
d0e8752b69 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
0895535b92 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
2243e29bc0 Merge pull request #9158 from johnA1331/master
github-related test fix - BAEL-23872
2020-04-23 19:34:01 -05:00
Usman Mohyuddin
1d24aed735 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
1abf51da1b JAVA-923: Migrate spring-data-dynamodb to parent-boot-2 2020-04-23 13:10:29 +05:30
Benjamin Caure
a9d54c1456 BAEL-3964 HTML emails with Thymeleaf and FreeMarker (#9119) 2020-04-23 07:23:11 +02:00
Gang Wu
07c2851610 BAEL-3961 move the sql string into a new line to improve readability. 2020-04-22 22:36:18 -06:00
Gang Wu
0e62b00c7f BAEL-3961 move the sql string into a new line to improve readability. 2020-04-22 22:15:54 -06:00
Loredana Crusoveanu
b70c62a407 Merge pull request #9167 from kwoyke/JAVA-1130-2
JAVA-1130: Improvements after review
2020-04-22 22:01:07 +03:00
Krzysiek
4a2e5fdb3b JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
Mona Mohamadinia
dcd0f462eb Added Log Group Sample (#9112) 2020-04-22 17:07:18 +01:00
Josh Cummings
13480e57d0 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
6a09426bb5 BAEL-3988: Calling a SOAP web service in Java (#9166) 2020-04-22 07:51:36 -07:00
Dhawal Kapil
b5b858866b 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
e7804ee716 JAVA-922: Migrate flyway to parent-boot-2 2020-04-22 17:44:28 +05:30
Justin Albano
e04750e79e BAEL-3965: Corrected XML formatting in code examples 2020-04-22 06:18:31 -04:00
sampadawagde
1170bd30f1 JAVA-921: Migrate mesos-marathon to parent-boot-2 2020-04-22 15:42:16 +05:30
Justin Albano
cc867a145e BAEL-3965: Moved examples to new spring-core module 2020-04-21 14:27:42 -04:00
Loredana Crusoveanu
7d5af63460 Merge pull request #9153 from eugenp/lor6-patch-2
Update README.md
2020-04-21 19:47:12 +03:00
Michael Pratt
abbe0ab02f BAEL-3972: check user roles in Java 2020-04-21 10:25:27 -06:00
Dhawal Kapil
c7812cef54 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
d4ba45160a 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
81078eea04 Update README.md 2020-04-21 14:29:19 +08:00
johnA1331
e52ea06f83 Create README.md 2020-04-21 14:27:38 +08:00
johnA1331
0cb0a23fb3 Delete README.md 2020-04-21 14:26:20 +08:00
johnA1331
5d35a1c81d Delete README.md 2020-04-21 14:19:47 +08:00
johnA1331
99b69e1d8b Delete README.md 2020-04-21 14:18:12 +08:00
johnA1331
2db1c831f6 Update README.md 2020-04-21 14:15:57 +08:00