gupta-ashu01
f3d6458d11
Delete MANIFEST.MF
2020-07-17 13:03:14 +05:30
gupta-ashu01
e70be4d9b0
Update web.xml
2020-07-17 13:02:41 +05:30
gupta-ashu01
58cec87a9b
Update README.md
2020-07-17 13:01:48 +05:30
gupta-ashu01
9c9ccb778f
Update pom.xml
2020-07-17 13:00:40 +05:30
gupta-ashu01
8cbb2f1e98
Delete BookServiceImpl.java
2020-07-17 12:59:18 +05:30
gupta-ashu01
c1a5ffad13
Delete BookService.java
2020-07-17 12:59:07 +05:30
gupta-ashu01
63023b9f92
Delete BookRepositoryImpl.java
2020-07-17 12:58:51 +05:30
gupta-ashu01
8111b8fe41
Delete BookRepository.java
2020-07-17 12:58:40 +05:30
gupta-ashu01
f184235caa
Delete Book.java
2020-07-17 12:58:24 +05:30
gupta-ashu01
f511a87ab1
Delete BookController.java
2020-07-17 12:58:07 +05:30
gupta-ashu01
b931591849
Delete MainApp.java
2020-07-17 12:57:50 +05:30
gupta-ashu01
c0866bea03
Delete pom.xml
2020-07-17 12:57:33 +05:30
gupta-ashu01
03b0ef2c78
Merge pull request #1 from eugenp/master
...
Syncing the repo
2020-07-17 12:54:04 +05:30
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
gupta-ashu01
3a4a504981
Update README.md
...
Difference Between request.getSession() and request.getSession(true)
2020-07-15 21:48:11 +05:30
gupta-ashu01
0746bf3f72
Add files via upload
...
Difference between request.getSession() and request.getSession(true)
2020-07-15 21:40:56 +05:30
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
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
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
Jonathan Cook
be823263dd
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
f0aefb34fa
JAVA-2105: Move articles out of core-java-io module
2020-07-13 21:17:54 +02:00
Eric Martin
6d085ce9f1
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
5718aa6aa5
Run a Java Main Method in Maven ( #9636 )
2020-07-13 17:14:30 +01:00
Eric Martin
0b19ccc180
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
74f4ea85be
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
Krzysztof Woyke
92a1c099b7
JAVA-2140: Remove Initializing Arrays in Kotlin from the core-kotlin-lang-2
2020-07-13 15:51:15 +02:00
Daniel Garrett
0e82be2587
fix: replace * imports with single imports:
2020-07-13 10:07:50 +01:00
Jonathan Cook
d24502fa7c
Merge pull request #9419 from alexbaeldung/tutorial/Convert-an-array-of-primitives
...
feat: Convert an array of primitives to a List
2020-07-13 08:29:23 +02:00
Anshul BANSAL
30ff1a1a14
BAEL-4175 - swapped argument order for assertEquals
2020-07-13 06:11:58 +03:00
Greg
e545aa992d
Merge pull request #9682 from sampada07/BAEL-4019-branch
...
BAEL-4019: Exploring Java Security frameworks
2020-07-12 14:24:54 -04:00
Catalin Burcea
6acb954c1b
BAEL-4219 - How to read .pem file to get private and public key ( #9676 )
2020-07-12 11:03:46 -07:00
Umang Budhwar
51252a02f6
BAEL-4089: Accesing private properties of a class in Java ( #9441 )
...
* Added code to access private properties of a class
* Removed abstractions to increase simplicity.
* Added unit test cases in givenX_whenY_thenZ format.
* Included test cases for NoSuchFieldException, NoSuchMethodException and
NullPointerException.
* Added new test case for IllegalArgumentException
* Removed test cases for getting private methods
* Added test cases for accessing all data types.
* Segregated test cases for primitive and object types. Added test case
for Autoboxing.
* Condensed fields by removing extra space.
* Added test case for widening.
* Refactored test cases to throw generic Exception
* Created new module core-java-reflection-2
* Revert "Created new module core-java-reflection-2"
This reverts commit 9568663bb2 .
* Added new module core-java-reflection-2
* Removed README.MD
2020-07-12 10:50:54 -05:00
Sampada
54380db8d9
JAVA-2111: Split or move core-java-jvm module ( #9688 )
...
* JAVA-2111: Moved boolean Memory Layout article
* JAVA-2111: Moved Shutdown Hooks article
* JAVA-2111: Updated README files
* JAVA-2111: Fixed prev link
2020-07-12 21:05:16 +05:30
Eric Martin
51d8365312
Merge pull request #9593 from shapirov103/jdbc-loading
...
[BAEL-4123] What is the purpose of 'Class.forName(“MY_JDBC_DRIVER”)'?
2020-07-12 10:33:32 -05:00
rpvilao
9ff611fe21
Merge pull request #9531 from sergio41/master
...
[BAEL-4084] Testing Controller Exceptions with Spring MockMvc
2020-07-12 16:03:41 +01:00