Commit Graph

120 Commits

Author SHA1 Message Date
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
anuragkumawat
2b3402f15e JAVA-8130 : Update Spring Boot in the spring-mvc-basics-2 2021-10-28 15:42:05 +05:30
kwoyke
6e5cb2cb48 BAEL-5219: Fix spring-mvc-webflow and spring-mvc-xml poms (#11350) 2021-10-19 10:37:14 +02:00
Shashank
291e61e87e feat: removing deprecated view resolver classes and configuring BeanNameViewResolver 2021-10-02 21:33:59 +05:30
freelansam
23fec3d8a7 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
anuragkumawat
0a5be41af8 JAVA-5947 - Corrected the package name in code 2021-09-06 20:03:03 +05:30
anuragkumawat
b224db14aa JAVA-5947 - Changed the Integration Test to Manual Test and also added the comment to download the location file and run the test manually in code 2021-09-06 19:58:33 +05:30
anuragkumawat
5a58d6a050 Removed the large Geo Location File - GeoLite2-City.mmdb from code and it's references. 2021-09-03 02:23:16 +05:30
johnA1331
b5d6a35f0a Update README.md 2021-08-05 01:11:20 +08:00
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Usman Mohyuddin
d52e2e78cb Create GreetingsController.java (#11057)
* Create GreetingsController.java

add controller to test the content type being set properly or not

* add unit tests for greetings controller

* update to avoid PMD violation

* correct the file type

* Update GreetingsControllerUnitTest.java

fix some imports & correct the names

* Update GreetingsControllerUnitTest.java

update the unit case to avoid internal server error for junit
2021-07-25 10:02:16 -07:00
sampadawagde
78f252c8c3 JAVA-5937: Analyse bean overriding fix in modules - Part 5 2021-07-12 22:52:58 +05:30
kwoyke
5583015655 Merge pull request #10962 from freelansam/JAVA-5933
JAVA-5933: Analyse bean overriding fix in modules - Part 1
2021-06-28 10:38:59 +02:00
sampadawagde
32d6a7fb4a JAVA-5933: Analyse bean overriding fix in modules - Part 1 2021-06-26 15:59:38 +05:30
kwoyke
c77e9264d5 JAVA-5875: Upgrade Spring Boot to 2.5.1 (#10956)
* JAVA-5875: Upgrade Spring Boot to 2.5.1

* JAVA-5875: Leave jta module on Spring Boot 2.4.7

* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0

* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix SQL Script DataSource Initialization

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix RepositoryRestConfigurer

* JAVA-5875: Fix issues caused by rest-assured upgrade

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Update de.flapdoodle.embed.mongo dependency

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Update Spring Cloud dependencies

* JAVA-5875: Update cloud dependencies

* JAVA-5875: Defer datasource initialization

* JAVA-5875: Fix rest assured version

* JAVA-5875: Fix Spring Batch serialization issue

* JAVA-5875: Update Spring Cloud Stream version

* JAVA-5875: Update Spring Kafka version

* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
johnA1331
6b2fd2e322 Update README.md 2021-05-27 00:56:46 +08:00
uzma khan
f0b5bedcf7 [BAEL-4829] Multipart request in spring 2021-05-18 11:55:32 +01:00
freelansam
8ad0723091 Merge branch 'master' into JAVA-5223 2021-05-17 22:37:02 +05:30
sampadawagde
6e2421dfbf JAVA-5223: Fix formatting of POMs (Spring Web Modules) 2021-05-17 20:23:25 +05:30
kwoyke
f61cc6afeb BAEL-4950: Use our S3 to host test file (#10752)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-05-11 14:48:41 +02:00
johnA1331
6082fb25e0 Update README.md 2021-04-29 05:24:28 +08:00
LiamGve
54ec835cfe BAEL-4915 added in the code for the article on long polling (#10660)
* BAEL-4915 added in the code for the article on long polling using DeferredResult

* BAEL-4915 altered package for long polling article due to previous package being full

Co-authored-by: Liam Garvie <liamgarvie@Liams-MacBook-Pro.local>
2021-04-21 20:44:33 -05:00
johnA1331
ce95f2d591 Update README.md 2021-04-21 23:44:27 +08:00
freelansam
f7314ca09e BAEL-4223: Displaying Spring error messages with Thymeleaf (#10652) 2021-04-13 12:55:33 -07:00
johnA1331
5deefe4977 Create README.md 2021-04-07 16:33:34 +08:00
Jonathan Cook
dc017144a6 Merge pull request #10553 from jason-m-s/BAEL-4810-spring-boot-with-jsp
BAEL-4810 Spring Boot with JSP
2021-04-02 13:16:40 +02:00
Krzysztof Woyke
b18d260514 JAVA-4931: Cleanup surefire config. Part 2. 2021-03-29 18:57:35 +02:00
Loredana Crusoveanu
a573a99f91 Merge pull request #10584 from kwoyke/JAVA-3295
JAVA-3295: POM Properties Cleanup
2021-03-29 14:57:35 +03:00
Krzysztof Woyke
7e907710c8 JAVA-4167: Remove spring.main.allow-bean-definition-overriding flag 2021-03-26 13:41:41 +01:00
Krzysztof Woyke
e56e12e8c7 JAVA-3295: Remove redundant java.version property 2021-03-26 12:55:14 +01:00
Krzysztof Woyke
aea7431cb7 JAVA-3295: Fix pom properties in spring-web-modules 2021-03-25 13:16:01 +01:00
Jason
eeac26757b BAEL-4810: Second Review Improvements. Fixed some pom warnings and dependencies. Removed incorrectly added Readme.md 2021-03-22 21:06:02 +05:30
Jason
ce34f286d5 BAEL-4810: First Review Improvements. Added test cases and fixed some indentations 2021-03-22 21:06:02 +05:30
Jason
c3912b730e BAEL-4810 Spring Boot with JSP initial sample commit 2021-03-22 21:06:02 +05:30
Loredana Crusoveanu
28edcc1bd3 Merge pull request #10475 from michaelzangl/patch-1
Update README.md
2021-03-15 11:19:32 +02:00
Dhawal Kapil
9f56acf41a Merge pull request #10547 from freelansam/JAVA-3961
JAVA-4802: Upgrade parent-spring-5 to the latest version of Spring 5
2021-03-13 01:07:01 +05:30
Jordan Simpson
e4ff408936 BAEL-4685 (#10418)
* Add code examples for article BAEL-4685

* Add tests for the endpoints.

* Rename RequestTimeoutTests.java to RequestTimeoutUnitTest.java
2021-03-11 23:04:20 -08:00
sampadawagde
ba583147fd JAVA-4802: Upgrade parent-spring-5 to the latest version of Spring 5 2021-03-11 16:53:44 +05:30
Krzysztof Woyke
37938552fb JAVA-4397: Use random port for the GreetControllerRealIntegrationTest 2021-02-25 23:45:12 +01:00
davidmartinezbarua
f6f5b8fbc7 Merge pull request #10463 from vishal1023/origin/BAEL-2620-local
BAEL-2620 | Update test with latest version of Spring 5 and JUnit 5
2021-02-24 10:34:36 -03:00
freelansam
f0816fe64c BAEL-3821: Add new section in "Spring redirect and forward" article (#10502) 2021-02-20 08:57:17 -08:00
vishal
dfc54e8a19 Merge remote-tracking branch 'upstream/master' 2021-02-13 08:50:10 +01:00
Michael Zangl
c3bda23c9f Update README.md
Typo in Article Title (is in the original article as well, but that is not editable)
2021-02-10 17:49:03 +01:00
johnA1331
641cff96ae Update README.md 2021-02-10 01:44:24 +08:00
johnA1331
52fc660832 Update README.md 2021-02-10 01:08:46 +08:00
johnA1331
2a7029919a Update README.md 2021-02-04 00:14:49 +08:00
johnA1331
fbd654b155 Update README.md 2021-02-04 00:13:24 +08:00
osser-sam
b8a9318b55 JAVA-4277: Fix tests in spring-resttemplate module (#10447)
* JAVA-4277: Fix tests in spring-resttemplate module

* JAVA-4277: Moved article from spring-resttemplate to
spring-resttemplate-2
2021-02-03 01:12:29 +05:30
sampada07
695bd40b3f BAEL-3820: Multiple submit button to a Form (#10457) 2021-01-31 09:39:23 -08:00
Jonathan Cook
79420a97c8 Merge pull request #10429 from azhwani/BAEL-4739
BAEL-4739: Spring RestTemplate Exception
2021-01-31 16:13:28 +01:00