Tapan Avasthi
7f9d025510
BAEL-7328: Find All Missing Numbers From a Given Array in Java ( #15443 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2024-01-03 20:32:15 -06:00
panos-kakos
88786dc076
[JAVA-29474] Replace commons-lang with commons-lang3 ( #15514 )
2024-01-03 22:21:49 +01:00
Kasra Madadipouya
c8f12b9387
JAVA-28922 add Hystrix deprecation note ( #15545 )
2024-01-03 20:08:02 +01:00
panos-kakos
21d3e16584
[JAVA-29427] Consolidate libraries modules ( #15536 )
2024-01-03 19:39:23 +01:00
Vini
5c6e53c15a
Merge pull request #15537 from DiegoMarti2/master
...
BAEL-7041
2024-01-03 08:36:29 +01:00
Vini
1b1d27ffd9
Merge pull request #15496 from pedrolopes9-7/BAEL-6766
...
BAEL-6577 Structured Logging
2024-01-03 08:30:49 +01:00
Amit Pandey
7cfb65748b
Fix pom files in Spring Web and testing module ( #15538 )
2024-01-03 07:41:51 +05:30
Maiklins
3f357f85a4
Merge pull request #15539 from Maiklins/BAEL-7368-update-readme
...
Update README.md
2024-01-02 21:19:58 +01:00
Maiklins
b9bfb7daab
Update README.md
2024-01-02 20:39:45 +01:00
Maiklins
4d558554b5
Merge pull request #15513 from danielmcnally285/danielmcnally285_string_to_long
...
BAEL-7368 - String to Long
2024-01-02 20:30:07 +01:00
Vini
984b1ac6e7
Merge pull request #15533 from lsnare/BAEL-7271-junit-parameterresolver
...
BAEL-7271: Solving the ParameterResolutionException in JUnit 5
2024-01-02 19:47:47 +01:00
Amit Pandey
c03ed0c608
Make changes to remove relativepath from child modules like core java ( #15535 )
...
* Make changes to remove relativepath from child modules like core java
* Change some version numbers to minimize changes
* Fix tests
* Make the test more generic so that we dont have to hard code strings as it will require change every new year
2024-01-02 23:14:18 +05:30
DiegoMarti2
3ae82245ee
BAEL-7041
...
Commit for the article "Check if List Contains At Least One Enum" which adds the "CheckIfListContainsEnumUnitTest" class to check if a list contains an enum in Java.
2024-01-02 16:16:26 +02:00
Lucian Snare
eb8f8cf56d
Update readme
2024-01-01 23:28:48 -05:00
Lucian Snare
c172e8e13b
Merge branch 'master' of github.com:eugenp/tutorials into BAEL-7271-junit-parameterresolver
2024-01-01 22:45:02 -05:00
Lucian Snare
32594a2b23
Add examples of failing parameterized tests with no ParameterResolver
2024-01-01 22:43:51 -05:00
Eugene Kovko
c606fc82f4
Bael 7066 ( #15515 )
...
* BAEL-7066: Happy path test
* BAEL-7066: Fix the test
* BAEL-7066: Change assume to assert
* BAEL-7066: Ignore Nulls test
* BAEL-7066: Combined tests
* BAEL-7066: Fix a typo and removed smoke tests
* BAEL-7066: Fix formatting
* BAEL-7066: Renamed to Employees
* BAEL-7066: Extract a base test class
* BAEL-7066: Added a skeleton for non absent test
* BAEL-7066: Added absent employee tests
* BAEL-7066: Fix formatting
* BAEL-7066: Empty values test
* BAEL-7066: Moved controllers
* BAEL-7066: Renamed methods
* BAEL-7066: Refactor nonNull tests
* BAEL-7066: Refactor nonEmpty tests
* BAEL-7066: Refactor nonAbsent tests
* BAEL-7066: Renamed the base test
* BAEL-7066: cleanup
* BAEL-7066: Fixed indents
2024-01-01 14:00:36 -08:00
danielmcnally285
f94fd0ea86
Merge branch 'eugenp:master' into danielmcnally285_string_to_long
2024-01-01 20:10:12 +00:00
anuragkumawat
2096eac575
JAVA-29231 Move modules inside existing container modules ( #15492 )
2024-01-01 21:27:05 +02:00
danielmcnally285
441d470b44
remove public access modifier
2024-01-01 17:43:08 +00:00
danielmcnally285
c9c82e9e33
Merge branch 'eugenp:master' into danielmcnally285_string_to_long
2024-01-01 17:39:25 +00:00
anuragkumawat
76bde3ff46
JAVA-29281 Create new module Text Processing Libraries Modules ( #15479 )
2023-12-31 18:37:40 +02:00
Azhwani
1768eee09f
BAEL-6979: How to fix Hibernate QueryException: Named parameter not bound ( #15451 )
2023-12-31 17:35:36 +01:00
Amit Pandey
324082f9a8
JAVA-28931 :- Made changes to upgrade to Spring Boot 3 ( #15516 )
...
* Made changes to upgrade to Spring Boot 3
* Minor fixes
* Minor fixes
2023-12-31 16:38:52 +01:00
Kai Yuan
37aa0612df
[str-length] string length vs string.bytes.length ( #15518 )
...
* [str-length] string length vs string.bytes.length
* [str-length] add relative path to the core-java-modules
2023-12-31 09:24:53 -06:00
danielmcnally285
36cbde1b9c
add relative path to core-java-modules
2023-12-31 13:45:25 +00:00
danielmcnally285
3dbd82fe17
Merge branch 'eugenp:master' into danielmcnally285_string_to_long
2023-12-30 22:14:14 +00:00
timis1
13b0d9d0f8
JAVA-29304 Upgrade spring-security-web-boot-1 ( #15488 )
...
* JAVA-29304 Upgrade spring-security-web-boot-1
* JAVA-29304 Removing explicit version for rest-assured
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-30 13:46:56 +01:00
ACHRAF TAITAI
4c517ab0de
BAEL-7068: Cast Query.list() to List<Type> in Hibernate ( #15484 )
2023-12-30 09:50:54 +01:00
Oscar Mauricio Forero Carrillo
164ef67325
Bael 7317 ( #15415 )
...
* BAEL-7226: Code for the improvements of the Percentages article.
* BAEL-7226: Rename Test to follow the convention
* BAEL-7317: Update the code to the latest versions of Spock, Groovy and the maven matching configuration
* BAEL-7317: Add code for the article improvements
2023-12-30 09:42:21 +01:00
Gaetano Piazzolla
f471384958
JAVA-28925 | Upgrade libraries-security to Spring Boot 3 ( #15500 )
2023-12-29 22:17:55 +01:00
Eugene Kovko
62f7a1911f
Bael 7212 ( #15499 )
...
* BAEL-7212: Lenient converter tests
* BAEL-7212: Extracted provider
* BAEL-7212: Include only one holder
* BAEL-7212: Custom strict converter
* BAEL-7212: Renamed converter
* BAEL-7212: Renamed WeekDays
* BAEL-7212: Added tests for non-conventional weekdays
* BAEL-7212: Added tests for case insensitive converter
* BAEL-7212: Removed strict prefix
* BAEL-7212: Removed lenient prefix
* BAEL-7212: Removed non-conventional prefix
* BAEL-7212: Removed strict prefix
* BAEL-7212: Removed lenient holder
* BAEL-7212: Moved to packages
* BAEL-7212: Removed Application class
* BAEL-7212: Removed interface
* BAEL-7212: Renamed test classes
* BAEL-7212: Renamed WeekDays
* BAEL-7212: Added negative tests
* BAEL-7212: Added other test
* BAEL-7212: Move providers
* BAEL-7212: SpEL conversion
* BAEL-7212: Rename holders
2023-12-29 10:18:06 -08:00
Eugene Kovko
e316c193a0
Bael 7281 ( #15494 )
...
* BAEL-7281: When use getOne and findOne methods Spring Data JPA
* BAEL-7281: Cleanup
* BAEL-7281: Test rename
* BAEL-7281: Fix not updated name
2023-12-29 10:15:39 -08:00
danielmcnally285
90ebc6921c
rename unit test methods to be more precise
2023-12-29 14:58:56 +00:00
danielmcnally285
975db60d35
use 2147483648 as string for unit tests
2023-12-29 13:59:31 +00:00
Loredana Crusoveanu
cf80b7c3d4
Merge pull request #15505 from rcalago/rcalago-patch-5
...
Update README.md
2023-12-29 15:03:59 +02:00
Loredana Crusoveanu
bcf70f55d3
Merge pull request #15504 from rcalago/rcalago-patch-3
...
Update README.md
2023-12-29 15:03:45 +02:00
Loredana Crusoveanu
38c309bfcb
Merge pull request #15502 from rcalago/rcalago-patch-1
...
Update README.md
2023-12-29 15:03:26 +02:00
danielmcnally285
0efd1c3106
Use 1234567 string for unit tests
2023-12-29 12:57:12 +00:00
danielmcnally285
4ba7ed5d80
string to long primitive or long object unit tests
2023-12-29 11:54:15 +00:00
rcalago
9293916edd
Update README.md
...
Adding link on relevant articles
2023-12-29 08:24:31 +08:00
rcalago
fe28006118
Update README.md
...
adding relevant article
2023-12-29 08:16:26 +08:00
rcalago
53f79effa6
Update README.md
...
Adding relevant article
2023-12-29 07:56:57 +08:00
Maiklins
3eb54511ed
Merge pull request #15465 from Michaelin007/springconfig
...
https://jira.baeldung.com/browse/BAEL-7376
2023-12-28 21:55:22 +01:00
panos-kakos
7d2fc1fe88
[JAVA-26773] ( #15417 )
...
* [JAVA-26773]
* [JAVA-26773]
2023-12-28 16:11:35 +01:00
Amit Pandey
8e1e357c9d
Java 29169 :- Upgrade spring-jdbc to Spring Boot 3 ( #15423 )
2023-12-28 16:54:32 +02:00
timis1
05aa00c4c8
JAVA-26077 Update the lombok version ( #15493 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-27 21:04:34 +01:00
Eugene Kovko
f0c4180670
BAEL-7009: Using XML in @RequestBody in Spring REST ( #15472 )
...
* BAEL-7009: Using XML in @RequestBody in Spring REST
* BAEL-7009: Fix parametrization issue
* BAEL-7009: Added JAXB dependencies
* BAEL-7009: Back to Java 8 and javax
* Revert "BAEL-7009: Back to Java 8 and javax"
This reverts commit e5f55f344dab75d434d143083196bd00181a3518.
* BAEL-7009: Migrated the solution to Jackson XML
* BAEL-7009: Remove REST file
* BAEL-7009: Cleanup
2023-12-27 09:57:03 -08:00
Eugene Kovko
be84fd1b62
BAEL 7300: Return Map instead of List in Spring Data JPA ( #15482 )
...
* BAEL-7300: Return Map instead of List in Spring Data JPA
* BAEL-7300: Change the naming for the tests
* BAEL-7300: Fix formatting
2023-12-27 09:48:40 -08:00
anuragkumawat
a347c74e04
JAVA-29004 Remove parent-java module ( #15477 )
2023-12-27 18:47:23 +02:00