Commit Graph

4151 Commits

Author SHA1 Message Date
sampadawagde 92b1c62c1a JAVA-66: New module spring-data-jpa-annotations 2020-07-19 14:29:41 +05:30
developerDiv 2a88d24386 Initial commit of ArgumentCaptor 2020-07-19 09:35:35 +01:00
STS 9b7caf3118 change excel file direcory 2020-07-19 10:15:37 +02:00
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
amit.pandey 09ac6a9cf9 fix for the build warning 2020-07-19 00:57:36 +05:30
amit.pandey 2f2450fbb9 used standard parent in the project 2020-07-18 23:49:58 +05:30
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
Nguyen Nam Thai 1ac7e20321 BAEL-4113 Measure exception performance 2020-07-18 22:01:57 +07: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
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
gupta-ashu01 a8fc50e9b2 Delete MANIFEST.MF 2020-07-17 13:03:14 +05:30
gupta-ashu01 6d59756a7d Update web.xml 2020-07-17 13:02:41 +05:30
gupta-ashu01 65b6b29ea1 Update README.md 2020-07-17 13:01:48 +05:30
gupta-ashu01 52ff90ee1a Update pom.xml 2020-07-17 13:00:40 +05:30
gupta-ashu01 8cdfb5b0ef Delete BookServiceImpl.java 2020-07-17 12:59:18 +05:30
gupta-ashu01 c7b9e81e15 Delete BookService.java 2020-07-17 12:59:07 +05:30
gupta-ashu01 d600c40573 Delete BookRepositoryImpl.java 2020-07-17 12:58:51 +05:30
gupta-ashu01 fc717bb9f1 Delete BookRepository.java 2020-07-17 12:58:40 +05:30
gupta-ashu01 d7a9fe81f9 Delete Book.java 2020-07-17 12:58:24 +05:30
gupta-ashu01 de2955f4b3 Delete BookController.java 2020-07-17 12:58:07 +05:30
gupta-ashu01 d578a7585e Delete MainApp.java 2020-07-17 12:57:50 +05:30
gupta-ashu01 3802825c61 Delete pom.xml 2020-07-17 12:57:33 +05:30
gupta-ashu01 974cd750a7 Merge pull request #1 from eugenp/master
Syncing the repo
2020-07-17 12:54:04 +05:30
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
gupta-ashu01 26cc3e84d2 Update README.md
Difference Between request.getSession() and request.getSession(true)
2020-07-15 21:48:11 +05:30
gupta-ashu01 2c62d0214c Add files via upload
Difference between request.getSession() and request.getSession(true)
2020-07-15 21:40:56 +05:30
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