* Create new folder stackoverflowerror * Committing code for BAEL-876 * Delete the file * Feature/beal 642 classtoinstancemap (#1801) * BAEL-642 ClassToInstanceMap example added * BAEL-642 Improved example for ClassToInstanceMap * Reverted change in pom.xml * BAEL-642 Move the ClassToInstanceMap examples to guava module as unit tests * BAEL-642 changed test names to given_when * Fix tests * Fix tests * BAEL-521 (#1799) * refactor: Moved JHipster Monolithic to a subfolder * feat: Add JHipster Microservice modules closes BAEL-521 * BAEL-926 Upgrade Junit 5 dependencies to use M4 (#1802) * BAEL-88 Testing in Spring Boot * BAEL-88 Integration tests fixed. * BAEL-905 Improvement task for spring boot testing * BAEL-905 Improvement task for spring boot testing * BAEL-926 Upgrade Junit 5 dependencies to use M4 * BAEL-252 A Java Client to Consume a WebSockets API (#1805) * @BAEL-252 - Initial checkin * BAEL-252 : Added junit tests * @BAEL-252(A Java Client to consume a WebSockets API) : Fixed the junit name * BAEL-252 A Java Client to Consume a WebSockets API Fixed junit test name as per the standard * Double brace (#1798) * BAL-36 File size api in java and apache commons IO * BAEL-282 grep in java - fixes after code review * BAEL-519 Added support for disruptor library * BAEL-519 Added support for disruptor library * BAEL-519 Added support for disruptor library * BAEL-519 Added support for disruptor library * BAEL-519 Added support for disruptor library * BAEL-519 Added support for disruptor library * BAEL-519 Added support for disruptor * BAEL-519 Moved all supporting classes to main source * BAEL-519 Moved all supporting classes to main source * BAEL-519 Moved asserts and test classes in test folder. * BAEL-519 moved test related producer and consumer to src. * BAEL-586 Guide to Guava BiMap. * BAEL-587 formatted code. * BAEL-519 LMAX Disruptor * BAEL-587 resolved merge * BAEL-587 Resolved merge * BAEL-519 Removed disruptor link. * BAEL-519 Reverted Guava changes * RFQ-587 Added disruptor as a separate module. * BAEL-519 Disruptor changes. * BAEL-519 Removed disruptor from core-java module. * BAEL-729 Expose additional information programmatically in /info endpoint of actuator. * BAEL-824 Usage of Double braces in Java. * Deleted sample project * updated test and names. * BAEL-870 How to Call a Method During Runtime Using Reflection (#1806) * small fix (#1809) * BAEL-870 README (#1810) * Add files via upload * Update pom.xml * Update RunGuice.java * Update Communication.java * Update CommunicationMode.java * Update DefaultCommunicator.java * Update EmailCommunicationMode.java * Update IMCommunicationMode.java * Update SMSCommunicationMode.java * Update MessageLogger.java * Update MessageSentLoggable.java * Update AOPModule.java * Update BasicModule.java * Update CommunicationModel.java * Update Communicator.java * Update BasicModule.java * Update RunGuice.java * Update MessageLogger.java * Update Communicator.java * Update pom.xml * BAEL-278: Updated README.md * BAEL-554: Add and update README.md files * Update pom.xml * Update pom.xml * Update pom.xml * BAEL-345: fixed assertion * BAEL-109: Updated README.md * BAEL-345: Added README.md * Reinstating reactor-core module in root-level pom * BAEL-393: Adding guide-intro module to root pom * BAEL-9: Updated README.md * BAEL-157: README.md updated * Changed project name * Update RunGuice.java Removed references to message logging and output * Update Communication.java Removed message logging-related code * BAEL-566: Updated README.md * New project name * BAEL-393: removing guice-intro directory * BAEL-393: renamed module guice-intro to guice in root pom.xml * BAEL-393 and BAEL-541 README.md files * BAEL-731: Updated README.md * BAEL-680: renamed test methods * BAEL-714: Updated README.md * BAEL-737: Updated README.md * BAEL-680 and BAEL-756 README.md updates * BAEL-666: Updated README * BAEL-415: Custom Scope * BAEL-415: Custom Scope - renamed classes to reflect TenantScope * README file updates for BAEL-723, BAEL-763, and BAEL-415 * BAEL-735: README * BAEL-567: README * BAEL-736: README * BAEL-766: Update README * BAEL-555: README update * BAEL-761: README update * BAEL-742: Stripe API for Java README file * BAEL-86: Correction to README file * BAEL-828: Updated README.md * BAEL-830: Updated README * BAEL-870: Switched from TestNG to JUnit due to build errors * BAEL-870: Update README * DoubleBraceTest refactor * Bael 883 phaser (#1794) * BAEL-883 Code for the Phaser * BAEL-883 remove comments * Refactoring code for BAEL-876 * Refactoring code for BAEL-876 * Refactoring code for BAEL-876 * Delete the class * Refactor code for BAEL-876 * Refactor code for BAEL-876 * Refactor code for BAEL-876 * Create new folder * Unit tests for BAEL-876 * Delete .test * BAEL-876 Formatting
=========
Core Java Cookbooks and Examples
Relevant Articles:
- Immutable ArrayList in Java
- Java - Reading a Large File Efficiently
- Java InputStream to String
- Converting between an Array and a List in Java
- Converting between an Array and a Set in Java
- Converting between a List and a Set in Java
- Convert a Map to an Array, List or Set in Java
- Java – Write to File
- Java - Convert File to InputStream
- Java – Random Long, Float, Integer and Double
- Java – Generate Random String
- Java Scanner
- Java Timer
- Java – Byte Array to Writer
- How to Run a Shell Command in Java
- MD5 Hashing in Java
- Guide to the Java ArrayList
- Guide to Java Reflection
- A Guide to Java Sockets
- Java 8 Collectors
- Guide To CompletableFuture
- Guide to Java 8’s Functional Interfaces
- Convert char to String in Java
- Random List Element
- Convert String to int or Integer in Java
- Java 8 – Powerful Comparison with Lambdas
- Java – Directory Size
- Java – Try with Resources
- A Guide to the Java ExecutorService
- Java 8 New Features
- Lambda Expressions and Functional Interfaces: Tips and Best Practices
- The Double Colon Operator in Java 8
- Java 8 Streams Advanced
- Introduction to Thread Pools in Java
- Introduction to Java 8 Streams
- Guide to the Fork/Join Framework in Java
- How to Print Screen in Java
- How to Convert String to different data types in Java
- Introduction to Java Generics
- Generate equals() and hashCode() with Eclipse
- A Guide To Java Regular Expressions API
- Sorting in Java
- Getting Started with Java Properties
- Grep in Java
- Java - Combine Multiple Collections
- Simulated Annealing for Travelling Salesman Problem
- Slope One Algorithm: Collaborative Filtering Recommendation Systems
- Differences Between the Java WatchService API and the Apache Commons IO Monitor Library
- Pattern Search with Grep in Java
- URL Encoding and Decoding in Java
- Calculate the Size of a File in Java
- The Basics of Java Generics
- The Traveling Salesman Problem in Java
- How to Create an Executable JAR with Maven
- Guide to java.util.concurrent.Future
- Guide to java.util.concurrent.BlockingQueue
- Guide to CountDownLatch in Java
- How to Design a Genetic Algorithm in Java
- A Guide to ConcurrentMap
- Guide to PriorityBlockingQueue in Java
- Guide to Java 8 groupingBy Collector
- Avoiding the ConcurrentModificationException in Java
- Guide to WeakHashMap in Java
- Strategy Design Pattern in Java 8
- Java 8 and Infinite Streams
- Custom Thread Pools In Java 8 Parallel Streams
- String Operations with Java Streams
- Spring Security – Cache Control Headers
- Basic Introduction to JMX
- AWS Lambda With Java
- Introduction to Nashorn
- Exceptions in Java 8 Lambda Expressions
- Guide to the Guava BiMap
- Iterable to Stream in Java
- Java 8 Stream findFirst() vs. findAny()
- Chained Exceptions in Java
- The Java HashMap Under the Hood
- A Guide to LinkedHashMap in Java
- A Guide to TreeMap in Java
- A Quick JUnit vs TestNG Comparison
- Finding Max/Min of a List or Collection
- Guide to java.util.concurrent.Locks
- Java Primitive Conversions
- Java Money and the Currency API
- Guide to Java 8 Comparator.comparing()
- Avoiding ConcurrentModificationException when iterating and removing
- Removing all nulls from a List in Java
- Removing all duplicates from a List in Java
- An Introduction to ThreadLocal in Java
- Using Math.pow in Java
- Converting Strings to Enums in Java
- Flattening Nested Collections in Java
- Quick Guide to the Java StringTokenizer
- JVM Log Forging
- Guide to sun.misc.Unsafe
- HashSet and TreeSet Comparison
- How to Perform a Simple HTTP Request in Java
- Call Methods at Runtime Using Java Reflection