commit
8e6f7bf490
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
- [Algorithm to Identify and Validate a Credit Card Number](https://www.baeldung.com/java-validate-cc-number)
|
- [Algorithm to Identify and Validate a Credit Card Number](https://www.baeldung.com/java-validate-cc-number)
|
||||||
- [Find the N Most Frequent Elements in a Java Array](https://www.baeldung.com/java-n-most-frequent-elements-array)
|
- [Find the N Most Frequent Elements in a Java Array](https://www.baeldung.com/java-n-most-frequent-elements-array)
|
||||||
|
- [Getting Pixel Array From Image in Java](https://www.baeldung.com/java-getting-pixel-array-from-image)
|
||||||
- More articles: [[<-- prev]](/algorithms-miscellaneous-6)
|
- More articles: [[<-- prev]](/algorithms-miscellaneous-6)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
## Relevant Articles
|
## Relevant Articles
|
||||||
- TBD
|
- [Scoped Values in Java 20](https://www.baeldung.com/java-20-scoped-values)
|
||||||
|
|
|
@ -11,3 +11,4 @@ This module contains articles about Java array fundamentals. They assume no prev
|
||||||
- [Removing the First Element of an Array](https://www.baeldung.com/java-array-remove-first-element)
|
- [Removing the First Element of an Array](https://www.baeldung.com/java-array-remove-first-element)
|
||||||
- [Extending an Array’s Length](https://www.baeldung.com/java-array-add-element-at-the-end)
|
- [Extending an Array’s Length](https://www.baeldung.com/java-array-add-element-at-the-end)
|
||||||
- [Initializing a Boolean Array in Java](https://www.baeldung.com/java-initializing-boolean-array)
|
- [Initializing a Boolean Array in Java](https://www.baeldung.com/java-initializing-boolean-array)
|
||||||
|
- [Find the Index of an Element in a Java Array](https://www.baeldung.com/java-array-find-index)
|
||||||
|
|
|
@ -4,3 +4,4 @@ This module contains articles about Java Character Class
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Character#isAlphabetic vs. Character#isLetter](https://www.baeldung.com/java-character-isletter-isalphabetic)
|
- [Character#isAlphabetic vs. Character#isLetter](https://www.baeldung.com/java-character-isletter-isalphabetic)
|
||||||
|
- [Difference Between Java’s “char” and “String”](https://www.baeldung.com/java-char-vs-string)
|
||||||
|
|
|
@ -14,3 +14,4 @@ This module contains articles about performance of Java applications
|
||||||
- [JMX Ports](https://www.baeldung.com/jmx-ports)
|
- [JMX Ports](https://www.baeldung.com/jmx-ports)
|
||||||
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)
|
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)
|
||||||
- [External Debugging With JMXTerm](https://www.baeldung.com/java-jmxterm-external-debugging)
|
- [External Debugging With JMXTerm](https://www.baeldung.com/java-jmxterm-external-debugging)
|
||||||
|
- [Create and Detect Memory Leaks in Java](https://www.baeldung.com/java-create-detect-memory-leaks)
|
||||||
|
|
|
@ -8,3 +8,5 @@
|
||||||
- [Convert String to String Array](https://www.baeldung.com/java-convert-string-to-string-array)
|
- [Convert String to String Array](https://www.baeldung.com/java-convert-string-to-string-array)
|
||||||
- [String Interpolation in Java](https://www.baeldung.com/java-string-interpolation)
|
- [String Interpolation in Java](https://www.baeldung.com/java-string-interpolation)
|
||||||
- [Guide to Splitting a String by Whitespace in Java](https://www.baeldung.com/java-splitting-a-string-by-whitespace)
|
- [Guide to Splitting a String by Whitespace in Java](https://www.baeldung.com/java-splitting-a-string-by-whitespace)
|
||||||
|
- [Check if the First Letter of a String Is a Number](https://www.baeldung.com/java-check-if-string-starts-with-number)
|
||||||
|
- [Print “” Quotes Around a String in Java](https://www.baeldung.com/java-string-print-quotes)
|
||||||
|
|
|
@ -4,4 +4,5 @@ This module contains articles about Hibernate Mappings.
|
||||||
|
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [Hibernate Many to Many Annotation Tutorial](https://www.baeldung.com/hibernate-many-to-many)
|
- [Hibernate Many to Many Annotation Tutorial](https://www.baeldung.com/hibernate-many-to-many)
|
||||||
|
- [Boolean Converters in Hibernate 6](https://www.baeldung.com/java-hibernate-6-boolean-converters)
|
||||||
|
|
|
@ -4,4 +4,5 @@ This module contains articles about Spring Data JPA.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [New CRUD Repository Interfaces in Spring Data 3](https://www.baeldung.com/spring-data-3-crud-repository-interfaces)
|
- [New CRUD Repository Interfaces in Spring Data 3](https://www.baeldung.com/spring-data-3-crud-repository-interfaces)
|
||||||
|
- [How to Persist a List of String in JPA?](https://www.baeldung.com/java-jpa-persist-string-list)
|
||||||
- More articles: [[<-- prev]](../spring-data-jpa-repo-2)
|
- More articles: [[<-- prev]](../spring-data-jpa-repo-2)
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
- [Migrate Application From Spring Boot 2 to Spring Boot 3](https://www.baeldung.com/spring-boot-3-migration)
|
- [Migrate Application From Spring Boot 2 to Spring Boot 3](https://www.baeldung.com/spring-boot-3-migration)
|
||||||
- [Using Java Records with JPA](https://www.baeldung.com/spring-jpa-java-records)
|
- [Using Java Records with JPA](https://www.baeldung.com/spring-jpa-java-records)
|
||||||
- [HTTP Interface in Spring 6](https://www.baeldung.com/spring-6-http-interface)
|
- [HTTP Interface in Spring 6](https://www.baeldung.com/spring-6-http-interface)
|
||||||
|
- [Working with Virtual Threads in Spring 6](https://www.baeldung.com/spring-6-virtual-threads)
|
||||||
|
|
|
@ -10,4 +10,5 @@ This module contains articles about various Spring Boot libraries
|
||||||
- [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime)
|
- [Scanning Java Annotations At Runtime](https://www.baeldung.com/java-scan-annotations-runtime)
|
||||||
- [Guide to Resilience4j With Spring Boot](https://www.baeldung.com/spring-boot-resilience4j)
|
- [Guide to Resilience4j With Spring Boot](https://www.baeldung.com/spring-boot-resilience4j)
|
||||||
- [Using OpenAI ChatGPT APIs in Spring Boot](https://www.baeldung.com/spring-boot-chatgpt-api-openai)
|
- [Using OpenAI ChatGPT APIs in Spring Boot](https://www.baeldung.com/spring-boot-chatgpt-api-openai)
|
||||||
|
- [Introduction to Spring Modulith](https://www.baeldung.com/spring-modulith)
|
||||||
- More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)
|
- More articles: [[prev -->]](/spring-boot-modules/spring-boot-libraries)
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
|
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
|
||||||
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
|
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
|
||||||
- [StaleElementReferenceException in Selenium](https://www.baeldung.com/selenium-staleelementreferenceexception)
|
- [StaleElementReferenceException in Selenium](https://www.baeldung.com/selenium-staleelementreferenceexception)
|
||||||
|
- [Retrieve the Value of an HTML Input in Selenium WebDriver](https://www.baeldung.com/java-selenium-html-input-value)
|
||||||
|
|
||||||
#### Notes:
|
#### Notes:
|
||||||
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described
|
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described
|
||||||
|
|
Loading…
Reference in New Issue