Commit Graph

4151 Commits

Author SHA1 Message Date
Umang Budhwar 748c9cf1e4 Removed README.MD 2020-07-12 12:28:38 +05:30
Dhawal Kapil d4a7e1be4b Merge pull request #9683 from sampada07/JAVA-2112
JAVA-2110: Split or move guava-collections module
2020-07-12 11:08:15 +05:30
sampadawagde 9e82ccd895 JAVA-619: Split or move core-java-modules/core-java-io-apis module 2020-07-12 08:56:13 +05:30
Michael Pratt a909a79f71 BAEL-4148: Demo app for spring boot and Docker 2020-07-11 20:34:36 -06:00
Josh Cummings 8d5e33fae6 Merge pull request #9685 from amit2103/JAVA-2119
removed RC versions from pom dependency
2020-07-11 18:12:34 -06:00
amit.pandey c78d9c867d removed RC versions from pom dependency 2020-07-12 03:00:28 +05:30
Josh Cummings c492b1e392 Merge pull request #9684 from amit2103/JAVA-2026
used properties defined in parent pom
2020-07-11 14:39:26 -06:00
Martin van Wingerden da6ee4cc12 [BAEL-4213] Why are local variables thread safe
Added two small example for article about thread-safety for local variables.
2020-07-11 21:31:16 +02:00
amit.pandey 0716abb5e7 used properties defined in parent pom 2020-07-12 00:06:27 +05:30
sampadawagde f0ce9e3638 JAVA-2110: Moved 1 article from guava-collections to guava-2 2020-07-11 23:23:36 +05:30
sampadawagde d174859231 BAEL-4019: changed package name 2020-07-11 22:49:06 +05:30
sampadawagde 990e0c1512 BAEL-4019: movements for old code to accommodate new shiro application 2020-07-11 22:48:58 +05:30
sampadawagde 0d5a18622d BAEL-4019: moved code to existing module apache-shiro 2020-07-11 22:48:47 +05:30
sampadawagde 1aef63a59d BAEL-4019: removed new module java-security 2020-07-11 22:48:37 +05:30
sampadawagde 6c6dc6b159 BAEL-4019: Added logger to log exceptions 2020-07-11 22:48:24 +05:30
sampadawagde bd617e9cae BAEL-4019: Updated README 2020-07-11 22:48:14 +05:30
sampadawagde 296abb0d87 BAEL-4019: Renamed module to avoid name conflict 2020-07-11 22:48:04 +05:30
sampadawagde 9b4ee4aae3 BAEL-4019: Exploring Java Security frameworks 2020-07-11 22:47:32 +05:30
kwoyke 621301b713 BAEL-4425: Change port numbers (#9679) 2020-07-11 14:56:21 +02:00
STS 3e31cb49b1 changes after adding excel file 2020-07-11 10:31:02 +02:00
rpvilao c7549ff638 Merge pull request #9582 from j0rdanit0/BAEL-4300
BAEL-4300 jordan.simpson.dev@gmail.com
2020-07-10 19:45:00 +01:00
rpvilao 6e3b90bca7 Update pom.xml 2020-07-10 20:32:25 +02:00
Umang Budhwar 2fa700d339 Added new module core-java-reflection-2 2020-07-10 20:47:46 +05:30
Umang Budhwar 35307bcd92 Merge pull request #2 from eugenp/master
Updating local repo
2020-07-10 20:31:57 +05:30
Umang Budhwar a86a226237 Revert "Created new module core-java-reflection-2"
This reverts commit 06dcb4ea6d.
2020-07-10 20:27:38 +05:30
Umang Budhwar 06dcb4ea6d Created new module core-java-reflection-2 2020-07-10 20:06:12 +05:30
Jordan Simpson 9bc1cf4864 Update StringToBooleanUnitTest.java 2020-07-10 08:52:48 -05:00
rpvilao fe2bab2224 Merge branch 'master' into BAEL-4300 2020-07-10 09:51:15 +01:00
Maciej Główka 5839d7dbf4 BAEL-3347: example of version collision in Maven (#9644)
* BAEL-3347: example of version collision in Maven

* BAEL-3347: created multi-module example of version collision in Maven

* BAEL-3347: fixed placement of the dependencyManagement section, added maven-enforcer-plugin
2020-07-10 08:26:23 +01:00
Amy DeGregorio a934b4099b BAEL 4157 Move examples to new core-java-lang-3 module (#9678) 2020-07-10 08:15:07 +02:00
Dhawal Kapil dd08319954 Merge pull request #9675 from kwoyke/JAVA-2106
JAVA-2106: Move Java Convert PDF to Base64 to the pdf module
2020-07-10 09:29:22 +05:30
Eric Martin 3292c9d822 Merge pull request #9626 from alimate/BAEL-4138
BAEL-4138: Measuring the Object Sizes in JVM
2020-07-09 19:32:11 -05:00
Krzysiek 7320889762 JAVA-2106: Move Java Convert PDF to Base64 to the pdf module 2020-07-09 18:44:46 +02:00
azhwani d0271aaf8e quick fix 2020-07-09 13:16:27 +01:00
Anshul BANSAL a027dc8833 POM fixes 2020-07-09 10:19:08 +03:00
Anshul BANSAL 7f16e3e80e BAEL-4175 - moved code to a new module - core-java-string-operations-3 2020-07-09 10:13:30 +03:00
Anshul BANSAL 2e66a84425 correct import 2020-07-09 10:02:05 +03:00
Anshul Bansal 0c612f78e8 used assertFalse in place of assertEquals 2020-07-09 10:01:20 +03:00
Anshul Bansal d7f9bec70b Update core-java-modules/core-java-string-operations-2/src/test/java/com/baeldung/versioncomparison/VersionComparisonUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-07-09 09:59:50 +03:00
kwoyke 77bec48917 JAVA-2108: Move Introduction to Protonpack to the libraries-6 (#9673) 2020-07-09 08:39:13 +05:30
Jordan Simpson daf844520f Moved pom module next to the other core-java-lang-x modules. 2020-07-08 10:54:58 -05:00
Josh Cummings 9c03e5a74d Merge pull request #9627 from kwoyke/JAVA-1646
JAVA-1646: Remove overriden spring-boot.version property
2020-07-08 09:37:34 -06:00
Josh Cummings 9182cfb85f Merge pull request #9654 from kwoyke/JAVA-1647
JAVA-1647: Get rid of the overriden spring-boot.version property
2020-07-08 08:41:52 -06:00
Josh Cummings 1cd1bb9998 Merge pull request #9655 from Maiklins/JAVA-71-spring-security-config-move
Java-71 spring security config move
2020-07-08 08:34:51 -06:00
kwoyke da60f1592c BAEL-3260: Ignore the StatelessEJBIntegrationTest (#9672) 2020-07-08 08:59:51 +02:00
kwoyke cb566f840f BAEL-3260: Configure WildFly Arquillian container (#9667)
* BAEL-3260: Configure WildFly Arquillian container

* BAEL-3260-2: Add tomee-embedded dependency
2020-07-08 07:51:35 +02:00
François Dupire 5cc83c631b [JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (second batch) (#9666)
* Imported junit bom before spring-boot-dependencies bom with correct version

* Changed spring-boot-libraries

* Changed spring-boot-mvc

* Changed spring-boot-mvc-2

* Added and changed spring-boot-mvc-3

* Added and changed spring-boot-mvc-birt

* Added and changed spring-boot-nashorn

* Changed spring-boot-parent and its submodules

* Changed spring-boot-performance

* Changed spring-boot-properties

* Changed spring-boot-properties-2

* Changed spring-boot-runtime and its sub-modules

* Changed spring-boot-security

* Changed spring-boot-springdoc

* Changed spring-boot-testing

* Changed spring-boot-vue
2020-07-08 08:30:05 +05:30
Jonathan Cook 08256c9fb7 Merge pull request #9663 from majajoksovic/BAEL-4134
Bael 4134
2020-07-07 19:02:34 +02:00
Krzysiek 749b832ef8 JAVA-1645: Use ReactiveStringRedisTemplate 2020-07-07 19:02:09 +02:00
Krzysiek 0865321f82 JAVA-1645: Get rid of the overriden spring-boot.version property 2020-07-07 19:01:50 +02:00