johnA1331
98cd39ff75
Update README.md
2021-02-18 04:36:48 +08:00
Jonathan Cook
2838922e1b
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
dc349a0c00
first commit
2021-02-14 17:37:58 +01:00
johnA1331
5ae0cce72e
Update README.md
2021-02-10 02:25:06 +08:00
johnA1331
9e867ffc0d
Update README.md
2021-02-10 01:20:19 +08:00
Amy DeGregorio
6c5c6fe317
BAEL-4331 ( #10460 )
...
* BAEL-4331
* Add an integration test
2021-02-08 18:11:25 -08:00
Eric Martin
d89a51b555
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
387ee88c2d
upgrade to springboot 2.3.2 and fix application properties
2021-02-02 10:40:05 +01:00
johnA1331
a65de428fd
Update README.md
2021-01-28 01:26:15 +08:00
Yavuz Tas
609c4db4fb
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
b018825dc4
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
26c646f6fc
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
42ca93dbbf
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
8f428d7688
fix extra test configuration properties error
2021-01-19 12:22:02 -03:00
Gerardo Roza
b33fd1ee9c
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
1e2aa09bf7
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
82b5316bc4
fixed properties files notation
2021-01-16 12:20:54 -03:00
Loredana Crusoveanu
119af2bcb9
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
6b462cd6c6
Improved spring-properties-file-outside-jar with new 2.4.0 feature
2021-01-15 16:00:03 -03:00
Gerardo Roza
1c5185b549
added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests
2021-01-14 11:43:32 -03:00
Gerardo Roza
1ed7c56596
changes related to spring-boot-modules/spring-boot-testing boot 2.4.0 upgrade
2021-01-13 11:28:41 -03:00
Loredana Crusoveanu
a996154694
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
013902b253
JAVA-4013: README changes
2021-01-12 19:14:50 +05:30
sampadawagde
93e1567743
JAVA-4013: Moved 1 article to spring-boot-data-2
2021-01-12 19:12:12 +05:30
Gerardo Roza
0de3237365
improved and updated spring-boot-yaml-vs-properties article code
2021-01-11 14:23:27 -03:00
Gerardo Roza
7347c8fe16
added example for multidocument properties files
2021-01-11 12:20:23 -03:00
wolkenschieber
4af05b2230
Update packages to match declaration
2021-01-10 15:04:09 +01:00
wolkenschieber
c0955b04f7
Update packages to match declaration
2021-01-10 14:03:17 +01:00
Gerardo Roza
5e26ff97d9
removed starter-test vintage engine exclusion, not needed since Boot 2.4.0
2021-01-09 23:09:00 -03:00
Loredana Crusoveanu
f2f12b21b8
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
195f4aab7b
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
ba5343cab2
JAVA-3585: Use common commons-io.version property in all child modules
2021-01-07 20:42:57 +01:00
Loredana Crusoveanu
28d61c77ef
move main class to graphql package
2021-01-07 16:30:52 +02:00
Gerardo Roza
1112f95497
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
83664977f0
Updated deprecated ConfigFileApplicationContextInitializer usage, now using ConfigDataApplicationContextInitializer
2021-01-06 11:48:27 -03:00
Loredana Crusoveanu
de8e701121
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
6ba3be6c81
Update README.md
2021-01-06 15:21:03 +08:00
sampadawagde
5fcec971af
JAVA-4011: README changes
2021-01-05 23:01:01 +05:30
sampadawagde
af51e73604
JAVA-4011: Moved 1 article from spring-5-security to
...
spring-boot-security
2021-01-05 23:00:14 +05:30
Gerardo Roza
5d9cb02da9
fixed error updating deprecated isEmpty method
2021-01-03 16:36:16 -03:00
Krzysztof Woyke
90562c22a4
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
187aa4031b
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
0d3a3aeee6
Merge pull request #10354 from eugenp/lor6-patch-1-1
...
Update README.md
2020-12-30 12:02:26 +02:00
Loredana Crusoveanu
98ceb510fb
Merge pull request #10353 from eugenp/lor6-patch-1
...
Update README.md
2020-12-30 12:02:04 +02:00
Krzysztof Woyke
962e8839d6
Merge remote-tracking branch 'upstream/master' into JAVA-3570
2020-12-29 15:11:31 +01:00
Loredana Crusoveanu
3329202a44
Update README.md
2020-12-29 12:13:03 +02:00
Loredana Crusoveanu
7a308db802
Update README.md
2020-12-29 12:12:50 +02:00
Loredana Crusoveanu
253b159813
Merge pull request #10352 from MajewskiKrzysztof/bug/BAEL-4745
...
Bug/bael 4745
2020-12-29 12:09:45 +02:00
Krzysztof Majewski
80c8a10520
BAEL-4745 Update "How to Configure Spring Boot Tomcat" article
2020-12-29 10:38:58 +01:00
Loredana Crusoveanu
698185a55b
remove files left after move
2020-12-26 10:22:35 +02:00