johnA1331
103ccd4495
Update README.md
2020-07-21 21:22:07 +08:00
johnA1331
18b08a36d9
Update README.md
2020-07-21 21:20:08 +08:00
johnA1331
3c55a73947
Update README.md
2020-07-21 21:14:45 +08:00
johnA1331
802c896ad8
Update README.md
2020-07-21 21:12:22 +08:00
johnA1331
88ae1fd308
Update README.md
2020-07-21 21:09:35 +08:00
johnA1331
38250a3c4f
Update README.md
2020-07-21 21:07:30 +08:00
johnA1331
6101e18ee9
Update README.md
2020-07-21 21:04:41 +08:00
johnA1331
4d08a0b64f
Update README.MD
2020-07-21 21:01:53 +08:00
johnA1331
ed6a32cfbf
Update README.md
2020-07-21 21:00:14 +08:00
johnA1331
6290718aea
Update README.md
2020-07-21 20:58:35 +08:00
johnA1331
49ef33191c
Update README.md
2020-07-21 20:55:26 +08:00
johnA1331
a12969fb8b
Update README.md
2020-07-21 20:53:15 +08:00
johnA1331
363fd41ef5
Update README.md
2020-07-21 20:43:23 +08:00
johnA1331
9dae4a6815
Update README.md
2020-07-21 19:56:19 +08:00
johnA1331
55ca9ce17a
Update README.md
2020-07-21 19:49:25 +08:00
johnA1331
f43ceb0298
Update README.md
2020-07-21 19:48:51 +08:00
johnA1331
6124a914db
Update README.md
2020-07-21 19:47:53 +08:00
johnA1331
f8370fbcb3
Update README.md
2020-07-21 19:47:30 +08:00
johnA1331
aecf8d4a4b
Update README.md
2020-07-21 19:43:56 +08:00
johnA1331
f6e68ce2fd
Update README.md
2020-07-21 19:14:39 +08:00
johnA1331
616b82c460
Update README.md
2020-07-21 16:52:50 +08:00
johnA1331
9d5c0637a5
Update README.MD
2020-07-21 16:46:09 +08:00
Eric Martin
2ddbdb5b4e
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
23ea65bee8
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
cbdebb76ad
BAEL-4094: Code example for Spring ApplicationContext article ( #9656 )
2020-07-19 09:43:14 -05:00
Amit Pandey
ca8eee9359
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
2e118afd74
[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
8e09ba0735
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
e97b0fa6d3
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
be788bf940
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
9c6d8ef706
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
714d1dbcf9
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
d752f841ff
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
9cf9cf91a2
BAEL-3275: Convert RedisMessageListenerIntegrationTest to a SpringBootTest ( #9717 )
2020-07-17 17:06:50 +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
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
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