Commit Graph

11275 Commits

Author SHA1 Message Date
edizor fb71922274 Update README.md
[skip ci]
2023-04-14 16:54:40 +08:00
edizor 3bcae7f37a Update README.md
[skip ci]
2023-04-14 16:47:31 +08:00
edizor f34c3e993b Update README.md
[skip ci]
2023-04-14 16:35:28 +08:00
tgvLt 5c2126b626 Parse dates with multiple formats (#13348)
Code examples for "Parsing Date Strings with Varying Formats"
2023-04-13 23:22:30 -06:00
Tapan Avasthi b86f875dbe BAEL-6307: Use LinkedHashMap to fix order of keys during serialization (#13832)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-13 20:11:25 -05:00
sam-gardner ae52ba3968 BAEL-5771 Add code for url query manipulation in Java (#13820) 2023-04-13 19:02:41 +02:00
Adrian Bob 7a426829cb Add logging for bulkhead test (#13834) 2023-04-13 18:25:49 +02:00
Kumar Prabhash Anand 771269e07a BAEL-5965 protobuf custom configuration (#13838)
* BAEL-5965 added protobuf custom config code generation implementation

* deleted .gitignore

* BAEL-5965 added test proto src configuration

* BAEL-5965 updated module name
2023-04-13 09:23:17 -07:00
Eugene Kovko c255eb13c1 BAEL-4174: Java Modularity and Unit Testing (#13805)
* feat: Added two main modules

* feat: Renamed test module

* feat: Added scripts for compiling library modules

* feat: Added scripts for running core module

* feat: Added scripts for running test module

* fix: Fixed module name

* fix: Removed unnecessary module imports

* feat: Added script for running tests with patch

* fix: Remove unnecessary module path imports

* feat: Script for simple classpath tests

* fix: Updated output directory

* fix: Updated output directory for test compilation

* fix: Replace maven repository with local lib folder

* feat: Add lib folder

* feat: Update the scripts

* fix: Remove pom from test module

* fix: Update core pom dependencies

* fix: Remove test module from a parent pom

* fix: Removed jars and added a script

* fix: Fix a script

* fix: Fix pom conflict
2023-04-13 07:51:31 -07:00
timis1 fae3e80186 JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" … (#13670)
* JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" article

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-13 16:18:11 +03:00
ACHRAF TAITAI d964c3d1eb A Guide to @JsonIncludeProperties Annotation in Jackson (#13808) 2023-04-13 14:11:17 +02:00
Dhawal Kapil 95f844ffa4 Revert "JAVA-19475: Changes made for uncommenting feign module in the root pom.xml (#13823)" (#13831)
This reverts commit 30674d2186.
2023-04-13 08:32:26 +05:30
Alejamdro 1787041bd8 BAEL-6078 - Convert an Integer Value into 2-Digit Hex Value in Java (#13682) 2023-04-13 08:31:45 +05:30
AndiCover 725deaa8d5 BAEL-6117 Explicit Wait vs Implicit Wait in Selenium Webdriver (#13799) 2023-04-12 19:39:41 -05:00
Kai Yuan 3aaf85dcca [improve-jackson-annotation] BAEL-6308 JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES (#13807) 2023-04-12 19:35:29 -05:00
kpentaris 88a97dc6c2 Highcpu (#13821)
* Add application file for BAEL-4496

* Move BAEL-4496 code from core-java-19 to core-java-perf-2
2023-04-12 19:30:33 +02:00
ukhan1980 0057422fff [BAEL-6259] add code for cancel ongoing flux (#13795)
* [BAEL-6259] add code for cancel ongoing flux

* [BAEL-6259] refactor class name

* [BAEL-6259] fix failing test due to mocks

---------

Co-authored-by: uzma <u.khan@proxymity.io>
2023-04-12 16:52:38 +02:00
anuragkumawat cf5d158622 JAVA-19115 Create new core-java-properties sub module under core-java-modules (#13669)
* JAVA-19115 Create new core-java-properties sub module under core-java-modules
2023-04-12 17:17:52 +05:45
anuragkumawat ae3429db29 JAVA-19116 Create new core-java-compiler sub module under core-java-modules (#13658)
* JAVA-19116 Create new core-java-compiler sub module under core-java-modules
2023-04-12 16:46:55 +05:45
Loredana Crusoveanu 2839335a52 Merge pull request #13826 from dkapil/task/JAVA-20220
JAVA-20220 Added suffix -modules to aws-lambda, clojure, terraform, l…
2023-04-12 11:07:45 +03:00
panos-kakos b49cb7f83a [JAVA-19668] Put libraries-6 module to jdk9-and-above-profile (#13809) 2023-04-12 12:22:59 +05:30
Dhawal Kapil 71b441b21e JAVA-20220 Renamed test to proper convention 2023-04-12 09:47:23 +05:30
Grzegorz Musiał c20e6760b7 BAEL-5549: chore: Make the test manual since it requires testcontainers (#13804)
* BAEL-5549: chore: Make the test manual since it requires testcontainers

* BAEL-5549: doc: add run instructions
2023-04-12 09:33:46 +05:30
Dhawal Kapil 58755953cc JAVA-20220 Added suffix -modules to aws-lambda, clojure, terraform, linux-bash 2023-04-12 08:27:20 +05:30
Bipin kumar 30674d2186 JAVA-19475: Changes made for uncommenting feign module in the root pom.xml (#13823) 2023-04-12 07:52:57 +05:30
Anastasios Ioannidis 1d910fc1a3 JAVA-18142 Removed jhipster-5 (#13813) 2023-04-12 07:31:28 +05:30
3hsan d1984f843c Move lombok-module to jdk9-and-above group (excluded lombok-custom) (#13771)
* Move lombok-module to jdk9-and-above group (excluded lombok-custom)

* Update lombok version

* JAVA-18157: Update lombok version for lombok submodule, and add compiler plugin
2023-04-12 07:27:59 +05:30
anuragkumawat 0d360a264b Java 19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13824)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
2023-04-12 07:24:52 +05:30
Łukasz Włodkowski 2765db78ae [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB. (#13632)
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.

* [BAEL-6165] Add other types of secrets as example

* [BAEL-6165] externalize version to properties

* [BTL-6165] create UserController

---------

Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
2023-04-11 20:08:05 +01:00
Alexandru Borza 67d6b1533b Generating Time Based UUIDs (#13668)
* time-based UUIDs

* review

* review
2023-04-11 19:21:36 +01:00
Alex Tighe 0ac00ad389 BAEL-6229: loading multiple yaml files in spring boot (#13724)
* BAEL-6229: committing new example for loading multiple yaml configuration files

* BAEL-6229: updating README.md

* BAEL-6229: adding example one code, commented out

* Revert "BAEL-6229: updating README.md"

This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.

* BAEL-6229: adding comments around commented out code for first example.
2023-04-11 19:15:40 +01:00
anuragkumawat 6904c81c12 JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13816) 2023-04-11 22:37:52 +05:30
anuragkumawat b9465045c2 Java 19552 Move articles from spring-core-* module to spring-di-4 module (#13814)
* JAVA-19552 Move articles from spring-core module to spring-di-4 module

* JAVA-19552 Minor Correction
2023-04-11 22:29:34 +05:30
Loredana Crusoveanu e819357f00 Merge pull request #13812 from ulisseslima/bael-322-quickfix_echo-server
BAEL-322 - quick fix - echo server loop
2023-04-11 14:31:59 +03:00
timis1 11169082cf JAVA-18601 Update "Java Bean Validation Basics" article (#13654)
* JAVA-18601 Update "Java Bean Validation Basics" article
---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-11 12:04:58 +03:00
Loredana Crusoveanu 7f009957fe Merge pull request #13819 from eugenp/move-module-boot3
upgrade to boot 3, fix startup error
2023-04-11 11:14:21 +03:00
Loredana Crusoveanu 8013ac9834 upgrade to boot 3, fix startup error 2023-04-11 11:10:31 +03:00
anuragkumawat 197d85d705 JAVA-19117 Create new core-java-documentation sub module under core-java-modules (#13619)
* JAVA-19117 Create new core-java-documentation sub module under core-java-modules
https://team.baeldung.com/browse/JAVA-19117
2023-04-11 13:04:28 +05:45
Azhwani 068915df2f BAEL-6313: Supporting ImmutableMap.ofEntries in Guava (#13751) 2023-04-11 08:38:52 +02:00
Tapan Avasthi e8d8611e6e BAEL-5027: Use BuildProperties bean for getting build information (#13794)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-10 17:56:04 -05:00
Ulisses Lima 3ec56eab46 check client still readable 2023-04-10 14:17:51 -03:00
Anastasios Ioannidis 42dff48c7d JAVA-18142 New JHipster-6 module for JDK 11 (#13489)
* JAVA-18142 New JHipster-6 module for JDK 11

* JAVA-18142 Add jhipster-6 to jdk9-and-above

* JAVA-18142 Re-enabled enforcer plugin

* JAVA-18142 Fixed enforcer setup, upgraded spring boot

* JAVA-18142 Try commiting package-lock.json

* JAVA-18142 Removed package-lock.json

* JAVA-18142 Added logs direectory to Git

* JAVA-18142 Tried node npm version and legacy-peer-devs config

* JAVA-18142 Added v for node.version

* JAVA-18142 Corrected a config argument typo

* JAVA-18142 Removed pre-jdk9 profiles

* JAVA-18142 Verify Node/NPM upgrades are needed

* JAVA-18142 Refactored remaining jhipster-5 references to jhipster-6

* JAVA-18142 Fixed more to jhipster6 namespace
2023-04-10 22:07:34 +05:30
jsgrah-spring 23c1abe3f2 JAVA-18116 Review log statements for projects - Week 7 - 2023 (#13583)
JAVA-18116 Review log statements for projects - Week 7 - 2023 (#13583)
---------

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-10 14:35:40 +03:00
anuragkumawat 26790b429f JAVA-19118 Create new core-java-locale sub module under core-java-modules (#13612)
* JAVA-19118 Create new core-java-locale sub module under core-java-modules
2023-04-10 15:22:29 +05:45
Loredana Crusoveanu c4c6d470e8 Merge pull request #13790 from dkapil/task/JAVA-19536_ij
JAVA-19536 Formatting of pom.xml
2023-04-10 10:24:02 +03:00
Loredana Crusoveanu 25d45b36aa Merge pull request #13789 from dkapil/task/JAVA-19536_efgh
JAVA-19536 Formatting of pom.xml
2023-04-10 10:23:33 +03:00
Loredana Crusoveanu 4792107e96 Merge pull request #13774 from dkapil/task/JAVA-19536_cd
JAVA-19536 Fix formatting of pom.xmls
2023-04-10 10:23:06 +03:00
Loredana Crusoveanu 355c6ef8fe Merge pull request #13773 from dkapil/task/JAVA-19536_abc
JAVA-19536 Formatting of pom.xml(s)
2023-04-10 10:20:42 +03:00
mdabrowski-eu 8b688e4e40 BAEL-6216 Use Mapper in Another Mapper with Mapstruct and Java (#13802) 2023-04-10 07:59:12 +02:00
panos-kakos 4272773056 [JAVA-18156] (#13787)
* [JAVA-18156]

* [JAVA-18156] Revert changes + use correct profile
2023-04-09 20:18:23 +05:30