Commit Graph

19535 Commits

Author SHA1 Message Date
Sebastian Luna
77a64d16df BAEL-4387 Add the code inside a test 2020-08-07 22:13:33 -05:00
Sebastian Luna
7e13d903c9 BAEL-4387 Add files to handle Array to ArrayList convertion 2020-07-21 21:30:17 -05:00
Dhawal Kapil
60d06a817f Merge pull request #9737 from Maiklins/Java-93-comment-on-spring-thymeleaf
Java-93 comment on spring-thymeleaf
2020-07-22 06:38:55 +05:30
Mona Mohamadinia
6b16b72901 How to get the current index in for each Kotlin (#9710) 2020-07-21 15:54:20 +01:00
mikr
a6cf624097 JAVA-93 Remove Page class 2020-07-21 11:21:22 +02:00
Eric Martin
df090f4997 Merge pull request #9703 from alimate/BAEL-4052
BAEL-4052: A Guide to @Contended & False Sharing
2020-07-20 21:01:08 -05:00
Dhawal Kapil
a77c33f065 Merge pull request #9370 from mangstadt/patch-1
Use ServiceLoader class to obtain service instance
2020-07-21 06:41:51 +05:30
Kamlesh Kumar
c601a82679 BAEL-4094: Code example for Spring ApplicationContext article (#9656) 2020-07-19 09:43:14 -05:00
Amit Pandey
9e3546f25a JAVA-2160 Add modules in main pom build (#9726)
* add modules in main pom build

* add modules in main pom build
2020-07-19 18:32:17 +05:30
François Dupire
64767a2da0 [JAVA-1670] Follow-up fixes (#9725)
* Removed junit-platform version overriding from spring-boot-client

* Removed junit version overriding from spring-boot-with-starter-parent
2020-07-19 18:08:02 +05:30
Josh Cummings
f8e81491ea Merge pull request #9712 from Maiklins/JAVA-38-move-all-spring-cloud-modules-to-boot-2
Java-38 move all spring cloud modules to boot 2
2020-07-18 20:51:17 -06:00
Josh Cummings
f8b7545f95 Merge pull request #9709 from sampada07/JAVA-628
JAVA-628: Split or move spring-core-2 module
2020-07-18 17:41:03 -06:00
Josh Cummings
b823ba0077 Merge pull request #9664 from kwoyke/JAVA-1645
JAVA-1645: Get rid of the overriden spring-boot.version property
2020-07-18 16:28:24 -06:00
Josh Cummings
fac93e00d3 Merge pull request #9697 from kwoyke/JAVA-1636
JAVA-1636: Get rid of the overriden spring-boot.version property
2020-07-18 13:54:39 -06:00
Josh Cummings
9ad51d16f4 Merge pull request #9687 from sampada07/JAVA-619
JAVA-619: Split or move core-java-modules/core-java-io-apis module
2020-07-18 09:29:08 -06:00
Maiklins
8cd36aafdb JAVA-2114 Split or move hibernate JPA module (#9713)
Co-authored-by: mikr <michael.krimgen@ximedes.com>
2020-07-18 18:27:09 +05:30
kwoyke
4cbb9ef422 BAEL-3275: Convert RedisMessageListenerIntegrationTest to a SpringBootTest (#9717) 2020-07-17 17:06:50 +02:00
davidmartinezbarua
d76aaf05f2 Merge pull request #9645 from alibenmessaoud/BAEL-4350
BAEL-4350: Difference between Statement and PreparedStatement
2020-07-17 09:53:21 -03:00
Loredana Crusoveanu
8d1c5ab2df 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
07522864be 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 c781923093.

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

This reverts commit 2bffdf401d.

* 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
03c7d92e93 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
573fa1c3fa 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
f0711c5692 JAVA-2096 Add dummy file to make sure the directory is versioned 2020-07-16 10:45:06 +02:00
kwoyke
16f8c02f7c BAEL-3917: Fix the integrations tests in ddd (#9708) 2020-07-16 09:15:40 +02:00
Ali Dehghani
c8647a4100 Added Javadoc Hint 2020-07-16 10:35:04 +04:30
Ali Dehghani
8db6b3ba29 Moved to Specific Package 2020-07-16 10:31:54 +04:30
Maiklins
b9b607c1d6 Merge pull request #64 from eugenp/master
update
2020-07-15 22:31:02 +02:00
mikr
faf2cc761e JAVA-38 Move all Spring Cloud Modules to Boot 2 2020-07-15 22:12:07 +02:00
davidmartinezbarua
cf643dcc3e 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
3829886e62 Merge pull request #63 from eugenp/master
update
2020-07-15 14:17:46 +02:00
sampadawagde
6014df3a72 JAVA-628: Moved 3 articles to spring-di-2, added README 2020-07-15 17:31:47 +05:30
sampadawagde
5a9ffefc5d JAVA-628: Corrected README, moved article code to appropriate module 2020-07-15 17:30:45 +05:30
sampadawagde
2543cd41b3 JAVA-628: Moved 3 articles to spring-core-4 2020-07-15 17:29:08 +05:30
sampadawagde
4ffb6a4658 JAVA-628: Moved 2 articles to spring-core-3 2020-07-15 17:27:50 +05:30
sampadawagde
d19d7beed0 JAVA-628: Moved 2 articles from spring-core-3 2020-07-15 17:27:20 +05:30
sampadawagde
6313d01193 JAVA-628: Moved 4 articles from spring-core-2 2020-07-15 17:25:43 +05:30
sampadawagde
6252d5665a JAVA-628: Moved 3 articles from spring-core 2020-07-15 17:24:34 +05:30
mikr
caad53d4c4 JAVA-2096 Update "Create File" article 2020-07-15 12:33:27 +02:00
Kumar Chandrakant
2b9260b861 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
e7031077fb A Guide to @Contended & False Sharing 2020-07-14 20:19:17 +04:30
Loredana Crusoveanu
aa9b86f829 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
fdd2d1a3f2 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
14b42c7821 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
663f9f2424 JAVA-2097 Update "Rename File" article 2020-07-14 14:11:12 +02:00
Krzysztof Woyke
242db170bc 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
b0887b33ed JAVA-2109: Fix core-java-concurrency-collections-2 module configuration 2020-07-14 13:24:41 +02:00
sampadawagde
83d17cde9d JAVA-2107: Updated README files for article move 2020-07-14 16:09:28 +05:30
sampadawagde
f5ae12b9f1 JAVA-2107: Moved code for 1 article to spring-thymeleaf-3 2020-07-14 16:08:39 +05:30
Maiklins
f57f769090 Merge pull request #62 from eugenp/master
update
2020-07-14 10:29:16 +02:00
Dhawal Kapil
301ec100f1 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