Commit Graph

99 Commits

Author SHA1 Message Date
Dhawal Kapil
65a28f6724 JAVA-11489 Removed a test that was designed to run for 50 seconds to a
new Manual Test class
2022-05-17 22:04:30 +05:30
Haroon Khan
dced18c70b [JAVA-11417] Fix log4j2 JSON integration test 2022-04-26 20:13:41 +01:00
sampadawagde
2c235f232a JAVA-9825: Upgrade log4j version for modules that use log4j-core library
directly
2022-02-09 16:09:44 +05:30
johnA1331
a0f4c4b439 Update README.md 2022-02-09 13:55:59 +08:00
Jose Vinicius
cdf3df44a5 BAEL-5124 - Adding a module with examples of printing thread info in the log file using log4j (#11704)
* adding a example module for printing thread info in log file using log4j

* - fix: removing submodule

* - fix: Adding submodule

* - fix: Removing `.gitignore`, `README.md`, and `application.properties`.
- fix: Removing Spring boot and adding log4j2 from Maven Central

* - fix: Changing module name as suggested to log4j2-thread-info.
- fix: Fixing log path in log4j2 configuration

* - feat: Removing log4j2-thread-info module
- feat: Adding example code into existing log4j2 module

* - fix: Removing unnecessary logging

* - fix: Separating thread info in the logging pattern

* - fix: package name to lowercase

* lowercasing package name and variable name

* changing package name in configuration

* - fix: formatting

* - fix: formatting imports
2022-02-05 20:22:16 +01:00
Krzysiek
70c641eef2 JAVA-9123: POM properties cleanup 2022-01-17 14:03:32 +01:00
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
chaos2418
b417edc421 JAVA-8735: fix logging related integration tests 2021-11-30 09:06:22 +05:30
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
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
johnA1331
c0d6b06432 Update README.md 2021-09-24 15:14:53 +08:00
kwoyke
3252bebde6 JAVA-7133: POM Properties Cleanup (#11229)
* JAVA-7133: Use common org.slf4j.version property

* JAVA-7133: Use common logback.version property
2021-09-16 22:34:26 +05:30
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
johnA1331
05ada0f7a0 Update README.md 2021-06-17 00:57:30 +08:00
Bhabani Prasad Patel
5b9641c705 Merge branch 'eugenp:master' into master 2021-06-10 13:37:46 +05:30
Bhabani Prasad Patel
b1deb863e6 tab space fixed 2021-06-08 07:36:22 +05:30
KevinGilmore
b2516200f2 BAEL-4724: add link back to article (#10873) 2021-06-06 10:32:48 -05:00
Bhabani Prasad Patel
d569f7892a Adding 4 spaces space in pom.xml 2021-06-06 09:07:07 +05:30
polomos
4b311d5204 BAEL-4724 Fixing log4j's "no appender found" warning (#10802) 2021-06-04 22:26:27 -05:00
Bhabani Prasad Patel
71208c4185 Code commit for tabs to space and line continuation 2021-06-04 10:55:45 +05:30
Bhabani Prasad Patel
4d8c9faf0d Pushing commit for BAEL-4999 2021-06-02 10:39:07 +05:30
Bhabani Prasad Patel
dab6328edd Code commit for BAEL-4999 2021-06-02 10:38:49 +05:30
sampadawagde
f65c72951d JAVA-5223: Fix formatting of POMs (Part 9) 2021-05-09 17:29:24 +05:30
Krzysztof Woyke
addfae46e7 JAVA-3578: Verify sub-modules - logging-modules 2021-03-30 21:00:58 +02:00
Krzysztof Woyke
b18d260514 JAVA-4931: Cleanup surefire config. Part 2. 2021-03-29 18:57:35 +02:00
fdpro
650c8438b4 [JAVA-1662] Upgraded junit-jupiter version to 5.6.2 2020-09-10 12:26:56 +02:00
fdpro
2b91263b68 [JAVA-1662] Migrated maven-surefire-plugin version to 2.22.2 2020-09-10 12:22:23 +02:00
Krzysiek
15f56b7cbe JAVA-2431: Fix README.md files 2020-08-27 22:16:56 +02:00
Krzysiek
0a86a4f2ae JAVA-2431: Migrate log-mdc to parent-spring-5 2020-08-26 21:38:26 +02:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Chirag Dewan
d9de4cc19a BAEL1731 Adding listappender 2020-05-04 18:11:12 +05:30
Chirag Dewan
3fd09783c9 BAEL1731 Log4j2 Plugins 2020-04-29 08:29:17 +05:30
johnA1331
47b072e530 Update README.md 2020-04-08 13:11:01 +08:00
johnA1331
8e95dac6ec Update README.md 2020-03-24 14:49:36 +08:00
johnA1331
5179fb341e Update README.md 2020-02-10 13:16:45 +08:00
amit.pandey
b315bf35c6 move versions in properties 2020-01-16 01:53:26 +05:30
Shubhra
91d18f1e8d BAEL-3500 Incorporating Review comment 2019-12-28 21:42:52 +05:30
Shubhra
36864af17d BAEL-3500 Emails with Logback 2019-12-14 15:40:01 +05:30
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Dhawal Kapil
bec5c3d4d2 Merge branch 'master' of https://github.com/eugenp/tutorials
# Conflicts:
#	java-strings-3/README.md
2019-10-30 08:42:20 +05:30
Dhawal Kapil
ea0f226cf6 Merge branch 'master' of https://github.com/johnA1331/tutorials into johnA1331-master
# Conflicts:
#	algorithms-miscellaneous-4/README.md
#	algorithms-sorting/README.md
#	gradle-5/README.md
#	java-dates-2/README.md
#	jaxb/README.md
#	jersey/README.md
#	libraries-primitive/README.MD
#	mapstruct/README.md
#	metrics/README.md
#	ml/README.md
#	persistence-modules/sirix/README.md
#	spring-5-data-reactive/README.md
#	spring-5/README.md
#	spring-boot-autoconfiguration/README.md
#	spring-freemarker/README.md
#	spring-mvc-simple-2/README.md
#	spring-mvc-xml/README.md
#	spring-thymeleaf-2/README.md
#	testing-modules/junit-5-advanced/README.md
#	xml/README.md
2019-10-30 05:18:36 +05:30
Ali Dehghani
d009d17347 Fixed the Concurrent Modifications
By introducing a new logger for the broken test.
2019-10-28 09:53:40 +03:30
Ali Dehghani
5ec76df699 Asserting the Received Messages 2019-10-28 01:11:36 +03:30
johnA1331
414f7fd949 Create README.md 2019-10-18 20:11:35 +08:00
johnA1331
6e113fbb5f Update README.md 2019-10-18 20:10:10 +08:00
amit2103
95dc22f0e3 [BAEL-18306-2] - Fix formatting of POMs Part 2 2019-10-13 23:42:06 +05:30
Alessio Stalla
6be36874d9 #BAEL-17523 add README descriptions 2019-10-03 17:54:31 +02:00
Josh Cummings
e2f6187f35 Update links to https (#7931)
* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* Update README.md

* https added

* https added

* Update README.md

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added
2019-10-02 20:30:08 +03:00
Erik Pragt
8db8202cdf Merge pull request #7714 from dhruba619/master
BAEL-2974 Logger vs System.out
2019-10-02 21:16:41 +10:00
dhruba619
ff75b7ace2 BAEL-2974 Logger vs System.out 2019-09-30 09:24:04 +02:00