Commit Graph

532 Commits

Author SHA1 Message Date
freelansam
e3473932a0 JAVA-4340: Upgrade spring-boot-admin module (#10508)
* JAVA-4340: Upgrade spring-boot-admin module

* JAVA-4340: eviction policy correction
2021-02-23 00:19:12 +05:30
johnA1331
015ab058df Update README.md 2021-02-18 04:36:48 +08:00
Jonathan Cook
9556a18e24 Merge pull request #10489 from azhwani/BAEL-4168
BAEL-4168: No converter found for return value of type
2021-02-15 15:33:24 +01:00
Azhwani
2bd1c91128 first commit 2021-02-14 17:37:58 +01:00
johnA1331
b0906e34df Update README.md 2021-02-10 02:25:06 +08:00
johnA1331
1fb03c7df4 Update README.md 2021-02-10 01:20:19 +08:00
Amy DeGregorio
90a31281d9 BAEL-4331 (#10460)
* BAEL-4331

* Add an integration test
2021-02-08 18:11:25 -08:00
Eric Martin
730a285ae1 Merge pull request #10464 from sk1418/BAEL-4699_probes
upgrade to springboot 2.3.2 and fix application properties
2021-02-07 16:37:12 -06:00
Kent@lhind.hp.g5
5658e92342 upgrade to springboot 2.3.2 and fix application properties 2021-02-02 10:40:05 +01:00
johnA1331
a28ae5bd16 Update README.md 2021-01-28 01:26:15 +08:00
Yavuz Tas
8c25833fd5 BAEL-3828 Where Should @Service Annotation Be Kept? (#10430)
* BAEL-3828 add code samples and tests for the article

* BAEL-3828 fix maven test folder structure and test executions

* BAEL-3828 fix indentation in continuation lines
2021-01-26 09:10:30 -06:00
Umang Budhwar
0a79116b7a BAEL-4710 - Hiding endpoints using @Hidden (#10431)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.

* BAEL-4695 - Added code to evaluate math expressions.

* BAEL-4695 - Added test case for math function.

* BAEL-4695 Added consistent examples and entry in parent pom.

* BAEL-4695 - Added more examples

* BAEL-4710 - Hiding endpoints using @Hidden
2021-01-26 09:06:04 -06:00
Loredana Crusoveanu
8ec997fbae Merge pull request #10437 from rozagerardo/rozagerardo/JAVA-3721_Update-articles-for-2.4.0--articles-using-profiles-2
[JAVA-3721] Update articles for 2.4.0 - modules using spring.profiles.* properties - part 2
2021-01-21 10:21:32 +02:00
Gerardo Roza
ab62e8398d added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests for spring-boot module 2021-01-19 15:44:33 -03:00
Gerardo Roza
39c9b6580b fix extra test configuration properties error 2021-01-19 12:22:02 -03:00
Gerardo Roza
a55c8b958b Added additional scenario to reflect scenario mentioned in spring-feature-flags
(even though the article does not point to any module in the codebase)
2021-01-18 15:50:55 -03:00
Loredana Crusoveanu
b9adaa7f14 Merge pull request #10427 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules--optional
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles -- article improvement
2021-01-17 11:18:26 +02:00
Gerardo Roza
f515070af0 fixed properties files notation 2021-01-16 12:20:54 -03:00
Loredana Crusoveanu
b8aefefec1 Merge pull request #10421 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles
2021-01-16 10:32:10 +02:00
Gerardo Roza
fc96b3e97c Improved spring-properties-file-outside-jar with new 2.4.0 feature 2021-01-15 16:00:03 -03:00
Gerardo Roza
6a901441a3 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests 2021-01-14 11:43:32 -03:00
Gerardo Roza
172b426c2b changes related to spring-boot-modules/spring-boot-testing boot 2.4.0 upgrade 2021-01-13 11:28:41 -03:00
Loredana Crusoveanu
6483ae1cb3 Merge pull request #10416 from sampada07/JAVA-4013
JAVA-4013: Split or move spring-5 module
2021-01-12 16:55:50 +02:00
sampadawagde
fe2f06275f JAVA-4013: README changes 2021-01-12 19:14:50 +05:30
sampadawagde
690b6d74bd JAVA-4013: Moved 1 article to spring-boot-data-2 2021-01-12 19:12:12 +05:30
Gerardo Roza
47a4e8e2fa improved and updated spring-boot-yaml-vs-properties article code 2021-01-11 14:23:27 -03:00
Gerardo Roza
14c3172a65 added example for multidocument properties files 2021-01-11 12:20:23 -03:00
wolkenschieber
a976c2982d Update packages to match declaration 2021-01-10 15:04:09 +01:00
wolkenschieber
956408283a Update packages to match declaration 2021-01-10 14:03:17 +01:00
Gerardo Roza
ce5d4f3a8b removed starter-test vintage engine exclusion, not needed since Boot 2.4.0 2021-01-09 23:09:00 -03:00
Loredana Crusoveanu
0196f1224f Merge pull request #10399 from rozagerardo/rozagerardo/JAVA-3716_Update-articles-for-2.4.0--spring-boot-properties2
[JAVA-3716] Update articles for 2.4.0 - spring-boot-modules/spring-boot-properties2
2021-01-09 13:22:19 +02:00
Gerardo Roza
eb5fd0de9e cleaned up boot version override in spring-boot-properties, since the parent-boot-2 module has been updated 2021-01-08 18:14:01 -03:00
Krzysiek
412b8a5c68 JAVA-3585: Use common commons-io.version property in all child modules 2021-01-07 20:42:57 +01:00
Loredana Crusoveanu
85b8471cdf move main class to graphql package 2021-01-07 16:30:52 +02:00
Gerardo Roza
01a7cc7301 updated deprecated Assert. method usage. This is not related to this 2.4.0 boot update 2021-01-06 11:49:12 -03:00
Gerardo Roza
22f9af4df9 Updated deprecated ConfigFileApplicationContextInitializer usage, now using ConfigDataApplicationContextInitializer 2021-01-06 11:48:27 -03:00
Loredana Crusoveanu
6ca0179f0d Merge pull request #10393 from sampada07/JAVA-4011
JAVA-4011: Split or move spring-5-security module
2021-01-06 11:04:02 +02:00
johnA1331
98c7f19e80 Update README.md 2021-01-06 15:21:03 +08:00
sampadawagde
de65ebd3a3 JAVA-4011: README changes 2021-01-05 23:01:01 +05:30
sampadawagde
294c10bd51 JAVA-4011: Moved 1 article from spring-5-security to
spring-boot-security
2021-01-05 23:00:14 +05:30
Gerardo Roza
b9ed88330a fixed error updating deprecated isEmpty method 2021-01-03 16:36:16 -03:00
Krzysztof Woyke
d0d6236e33 JAVA-4130: Fix README.md for Using JaVers for Data Model Auditing in Spring Data 2020-12-31 10:46:33 +01:00
Eric Martin
da865ba9f8 Merge pull request #10334 from sk1418/BAEL-4735_springboot_repackage
mvn package vs springboot:repackage
2020-12-30 19:19:52 -06:00
Loredana Crusoveanu
fddee98fae Merge pull request #10354 from eugenp/lor6-patch-1-1
Update README.md
2020-12-30 12:02:26 +02:00
Loredana Crusoveanu
fbf8e388bb Merge pull request #10353 from eugenp/lor6-patch-1
Update README.md
2020-12-30 12:02:04 +02:00
Krzysztof Woyke
86de3202e4 Merge remote-tracking branch 'upstream/master' into JAVA-3570 2020-12-29 15:11:31 +01:00
Loredana Crusoveanu
c634cb9a61 Update README.md 2020-12-29 12:13:03 +02:00
Loredana Crusoveanu
51a791f94b Update README.md 2020-12-29 12:12:50 +02:00
Loredana Crusoveanu
519d15441c Merge pull request #10352 from MajewskiKrzysztof/bug/BAEL-4745
Bug/bael 4745
2020-12-29 12:09:45 +02:00
Krzysztof Majewski
18de111150 BAEL-4745 Update "How to Configure Spring Boot Tomcat" article 2020-12-29 10:38:58 +01:00