Commit Graph

3992 Commits

Author SHA1 Message Date
Anirban Chatterjee 8d6257111a Moved to new module 2020-07-18 12:54:29 +02:00
kwoyke 9cf9cf91a2 BAEL-3275: Convert RedisMessageListenerIntegrationTest to a SpringBootTest (#9717) 2020-07-17 17:06:50 +02:00
Adrian Maghear c53f498e12 [BAEL4288] small fixes 2020-07-17 15:32:41 +02:00
Adrian Maghear dcd3e80ac5 Merge remote-tracking branch 'baeldung/master' into BAEL-4288#flyway-repair 2020-07-17 15:28:06 +02:00
Adrian Maghear 8a98cce3db [BAEL4288] remove mysql flow 2020-07-17 15:13:57 +02:00
davidmartinezbarua 93eb539b90 Merge pull request #9645 from alibenmessaoud/BAEL-4350
BAEL-4350: Difference between Statement and PreparedStatement
2020-07-17 09:53:21 -03:00
Krzysztof Woyke 2923bae61f JAVA-1634: Get rid of the overriden spring-boot.version property 2020-07-17 13:12:36 +02:00
Adrian Maghear be1f906a9a [BAEL4288] initial commit 2020-07-17 10:54:38 +02:00
Loredana 176fc37a44 JAVA-2096 remove unused dependencies 2020-07-17 09:33:34 +03:00
Loredana e4808bba41 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-07-17 09:29:36 +03:00
Loredana Crusoveanu 6c9c43e60b Merge pull request #9707 from Maiklins/JAVA-2096-update-Create-File-article
JAVA-2096 Update "Create File" article
2020-07-17 09:27:47 +03:00
SauDev dc06936a5d BAEL-4135 - When are static variables initialized? (#9607)
* Hexagonal Architecture in Java

A quick and practical example of Hexagonal Architecture in Java

* Fixed code formatting issues

* When are static variables initialized

Sample class and test class.

* Revert "When are static variables initialized"

This reverts commit c781923093ccc88bc269bea276653169065cb17b.

* Revert "Revert "When are static variables initialized""

This reverts commit 2bffdf401d4e7dc2cefd7eb16357b2d51271edad.

* New java module for static variable

Created a new core-java-lang-3 module for static variables.

* PR review changes: Added more scenarios to the static variable test

Covered the following cases:
1. Variable initialization in a static block
2. Variable initialization in a static nested class
2020-07-16 23:13:25 -07:00
kwoyke 60ef1c8551 JAVA-2116: Split or move libraries-data-2 module (#9716)
* JAVA-2116: Move Java-R Integration to libraries-6 module

* JAVA-2116: Move Guide to JMapper to libraries-data module
2020-07-17 07:16:41 +05:30
bfontana 2d8bc57689 Merge pull request #9648 from dpgarrett/danielg/conditionally-ignoring-tests-in-junit
BAEL-4337 Conditionalling ignoring tests in JUnit 4
2020-07-16 21:09:58 -03:00
mikr 0b083391bb JAVA-2096 Add dummy file to make sure the directory is versioned 2020-07-16 10:45:06 +02:00
kwoyke 3ccb59bf84 BAEL-3917: Fix the integrations tests in ddd (#9708) 2020-07-16 09:15:40 +02:00
Ali Dehghani c597e8dc6a Added Javadoc Hint 2020-07-16 10:35:04 +04:30
Ali Dehghani 03c92a6023 Moved to Specific Package 2020-07-16 10:31:54 +04:30
Anirban Chatterjee 8a76711fb5 Minor code refinement 2020-07-16 00:38:26 +02:00
Maiklins 9bb378605d Merge pull request #64 from eugenp/master
update
2020-07-15 22:31:02 +02:00
mikr 7015c66691 JAVA-38 Move all Spring Cloud Modules to Boot 2 2020-07-15 22:12:07 +02:00
davidmartinezbarua 6ebf84fcb8 Merge pull request #9652 from HelgaShiryaeva/top-k-elements-of-an-array
Top k elements of an array
2020-07-15 10:53:51 -03:00
Maiklins c3baa7b0a3 Merge pull request #63 from eugenp/master
update
2020-07-15 14:17:46 +02:00
sampadawagde f3c3086b07 JAVA-628: Moved 3 articles to spring-di-2, added README 2020-07-15 17:31:47 +05:30
sampadawagde 013c4917d2 JAVA-628: Corrected README, moved article code to appropriate module 2020-07-15 17:30:45 +05:30
sampadawagde 9ffb4d4d64 JAVA-628: Moved 3 articles to spring-core-4 2020-07-15 17:29:08 +05:30
sampadawagde 502bf3c45c JAVA-628: Moved 2 articles to spring-core-3 2020-07-15 17:27:50 +05:30
sampadawagde c3e41be3c4 JAVA-628: Moved 2 articles from spring-core-3 2020-07-15 17:27:20 +05:30
sampadawagde cf4ed21884 JAVA-628: Moved 4 articles from spring-core-2 2020-07-15 17:25:43 +05:30
sampadawagde 05446fb887 JAVA-628: Moved 3 articles from spring-core 2020-07-15 17:24:34 +05:30
mikr 34d2e20e56 JAVA-2096 Update "Create File" article 2020-07-15 12:33:27 +02:00
Kumar Chandrakant 7c344b57c3 Adding source code for article tracked under BAEL-4080. (#9552)
Co-authored-by: CHANDRAKANT Kumar <kumar.chandrakant@soprabanking.com>
2020-07-14 17:55:54 +02:00
Ali Dehghani 9f09a0b30d A Guide to @Contended & False Sharing 2020-07-14 20:19:17 +04:30
Loredana Crusoveanu 8756adc2d5 Merge pull request #9702 from Maiklins/JAVA-2097-update-Rename-File-article
Java-2097 update rename file article
2020-07-14 17:45:20 +03:00
Dhawal Kapil 3b8866e797 Merge pull request #9701 from kwoyke/JAVA-2109
JAVA-2109: Move Guide to the Java TransferQueue to the core-java-concurrency-collections-2
2020-07-14 19:59:23 +05:30
Dhawal Kapil 51276387dc Merge pull request #9700 from sampada07/JAVA-2107
JAVA-2107: Split or move spring-thymeleaf module
2020-07-14 19:50:57 +05:30
mikr 31d314f7b5 JAVA-2097 Update "Rename File" article 2020-07-14 14:11:12 +02:00
Krzysztof Woyke 81b412c6e7 JAVA-2109: Move Guide to the Java TransferQueue to the core-java-concurrency-collections-2 2020-07-14 13:30:03 +02:00
Krzysztof Woyke 9481177e62 JAVA-2109: Fix core-java-concurrency-collections-2 module configuration 2020-07-14 13:24:41 +02:00
sampadawagde 08d1df4513 JAVA-2107: Updated README files for article move 2020-07-14 16:09:28 +05:30
sampadawagde 096b15a11b JAVA-2107: Moved code for 1 article to spring-thymeleaf-3 2020-07-14 16:08:39 +05:30
Maiklins 0205b6d5e0 Merge pull request #62 from eugenp/master
update
2020-07-14 10:29:16 +02:00
Dhawal Kapil 251e10d591 Merge pull request #9698 from kwoyke/JAVA-2105
JAVA-2105: Move articles out of core-java-io module
2020-07-14 08:55:32 +05:30
Jonathan Cook a8dac80752 BAEL-4341 - JUnit test for System.out.println() (#9694)
* BAEL-4198 - Fix Selenium Live Tests

* BAEL-4198

* BAEL-4024 - Taking Screenshots with Selenium WebDriver

* BAEL-4341 - JUnit test for System.out.println()

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-07-13 18:46:32 -07:00
Krzysiek 845a8968c7 JAVA-2105: Move articles out of core-java-io module 2020-07-13 21:17:54 +02:00
Krzysiek d2e386881d JAVA-1636: Get rid of the overriden spring-boot.version property 2020-07-13 20:58:32 +02:00
Eric Martin 205c49b3e4 Merge pull request #9646 from alimate/BAEL-4115
BAEL-4115: Memory Address of Objects in Java
2020-07-13 11:16:45 -05:00
Mona Mohamadinia fc6dc42152 Run a Java Main Method in Maven (#9636) 2020-07-13 17:14:30 +01:00
Eric Martin db13e0ec44 Merge pull request #9608 from SmartyAnsh/BAEL-4175_Comparing_version_Strings_in_Java
BAEL-4175 - comparing version strings in java
2020-07-13 10:54:11 -05:00
Dhawal Kapil f04855d0c8 Merge pull request #9695 from kwoyke/JAVA-2140-kotlin
JAVA-2140: Remove Initializing Arrays in Kotlin from the core-kotlin-…
2020-07-13 20:31:47 +05:30