-
Notifications
You must be signed in to change notification settings - Fork 54.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add/fix links - team BAEL-7962 #4891
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shreyasht
added a commit
to shreyasht/tutorials
that referenced
this pull request
Aug 7, 2018
* 'master' of git://github.com/eugenp/tutorials: (236 commits) Removing unused files. Removing unused file. Moving file parser inside the core-java module. Adding Test cases for reading files. Revert "A simple Real Time streaming example with Spring Webflux." Examples for Reading a file into an arraylist. 1. Using FileReader 2. Using BufferedReader 3. Using Scanner(String and int) 4. Using Files.readAllLines A simple Real Time streaming example with Spring Webflux. BAEL-1843 - JUnit4 -> JUnit5 migration guide (eugenp#4816) BAEL-7708 04.08.2016 (eugenp#4893) [BAEL-1902] Set timezone of a date (eugenp#4659) BAEL-1552 - Jersey MVC Support BAEL-1552 - Jersey MVC Support [BAEL-7819] - Reverted guest folder parent changes im pom.xml - Fixed wrong push [BAEL-7819] - Reverted guest folder parent changes im pom.xml add/fix links - team BAEL-7962 (eugenp#4891) [BAEL-7819] - Added standard parent pom and added start class in sprig-jooq module [BAEL-7819] - Added standard parent pom and fixed tests in those modules Collection to Stream without nulls in core-java-collections (eugenp#4903) [BAEL-7670] Added logback.xml in missing modules in src/main/resources Fix typo (eugenp#4897) Bael 1964 (eugenp#4881) ... # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
http://www.baeldung.com/java-runnable-callable
Runnable vs. Callable in Java
https://github.com/eugenp/tutorials/tree/master/core-java-concurrency - to add here
http://www.baeldung.com/spring-security-5-oauth2-login
Spring Security 5 – OAuth2 Login
https://github.com/eugenp/tutorials/tree/master/spring-5 - to add here
http://www.baeldung.com/maven-ignore-test-results
Build a Jar with Maven and Ignore the Test Results
https://github.com/eugenp/tutorials/tree/master/maven - to add here
http://www.baeldung.com/curl-rest
Test a REST API with curl
https://github.com/eugenp/tutorials/tree/master/spring-rest-simple - to add here
http://www.baeldung.com/jmapper
Guide to JMapper
https://github.com/eugenp/tutorials/tree/master/libraries-data - to add here
http://www.baeldung.com/kotlin-logging
Idiomatic Logging in Kotlin
https://github.com/eugenp/tutorials/tree/master/core-kotlin - to add here
http://www.baeldung.com/spring-rest-template-multipart-upload
Uploading MultipartFile with Spring RestTemplate
https://github.com/eugenp/tutorials/tree/master/spring-rest-template - to add here
http://www.baeldung.com/spring-rest-hal
Spring REST and HAL Browser
https://github.com/eugenp/tutorials/tree/master/spring-rest-hal-browser - to add here
http://www.baeldung.com/micronaut
Introduction to Micronaut Framework
https://github.com/eugenp/tutorials/tree/master/micronaut - to add here
http://www.baeldung.com/java-common-exceptions
Common Java Exceptions
https://github.com/eugenp/tutorials/tree/master/core-java - to add here
http://www.baeldung.com/java-instrumentation
Guide to Java Instrumentation
https://github.com/eugenp/tutorials/tree/master/core-java - to add here
http://www.baeldung.com/java-file-mime-type
Getting a File’s Mime Type in Java
https://github.com/eugenp/tutorials/tree/master/core-java - to add here
http://www.baeldung.com/spring-security-custom-authentication-failure-handler
Spring Security Custom AuthenticationFailureHandler
https://github.com/eugenp/tutorials/tree/master/spring-security-mvc-login - to add here
http://www.baeldung.com/java-copy-list-to-another
Copy a List to Another List in Java
https://github.com/eugenp/tutorials/tree/master/core-java-8 - to add here and
https://github.com/eugenp/tutorials/tree/master/core-java-10 - to add here
http://www.baeldung.com/java-increment-date
Increment Date in Java
https://github.com/eugenp/tutorials/tree/master/core-java-8 - to add here
http://www.baeldung.com/java-add-hours-date
Add Hours To a Date In Java
https://github.com/eugenp/tutorials/tree/master/core-java-8 - to add here
http://www.baeldung.com/java-override-system-time
Overriding System Time for Testing in Java
https://github.com/eugenp/tutorials/tree/master/core-java-8 - to add here
http://www.baeldung.com/embeddedservletcontainercustomizer-configurableembeddedservletcontainer-spring-boot
Container Configuration in Spring Boot 2
https://github.com/eugenp/tutorials/tree/master/spring-boot - to add here
http://www.baeldung.com/spring-webflux-errors
Handling Errors in Spring WebFlux
https://github.com/eugenp/tutorials/tree/master/spring-5-reactive - to add here
http://www.baeldung.com/spring-webflux
Guide to Spring 5 WebFlux
https://github.com/eugenp/tutorials/tree/master/spring-5-reactive - to add here
http://www.baeldung.com/spring-webflux-cors
Spring Webflux and CORS
https://github.com/eugenp/tutorials/tree/master/spring-5-reactive - to add here
http://www.baeldung.com/spring-session-jdbc
Spring Session with JDBC
https://github.com/eugenp/tutorials/tree/master/spring-session/spring-session-jdbc - to fix link from http://www.baeldung.com to http://www.baeldung.com/spring-session-jdbc
https://github.com/eugenp/tutorials/tree/master/spring-session - to fix link from http://www.baeldung.com to http://www.baeldung.com/spring-session-jdbc
http://www.baeldung.com/java-remove-first-element-from-list
Remove the First Element from a List
https://github.com/eugenp/tutorials/tree/master/core-java-collections - to add here
http://www.baeldung.com/java-list-to-map
How to Convert List to Map in Java
https://github.com/eugenp/tutorials/tree/master/core-java-collections - to add here
http://www.baeldung.com/java-initialize-hashset
Initializing HashSet at the Time of Construction
https://github.com/eugenp/tutorials/tree/master/core-java-collections - to add here
http://www.baeldung.com/spring-boot-vue-js
Vue.js Frontend with a Spring Boot Backend
https://github.com/eugenp/tutorials/tree/master/spring-boot-vue - to add here
http://www.baeldung.com/spring-primary
Spring @primary Annotation
https://github.com/eugenp/tutorials/tree/master/spring-all - to add here
http://www.baeldung.com/eclipse-jnosql
A Guide to Eclipse JNoSQL
https://github.com/eugenp/tutorials/tree/master/jnosql - to add here
http://www.baeldung.com/ejb-message-driven-beans
A Guide to Message Driven Beans in EJB
https://github.com/eugenp/tutorials/tree/master/ejb - to add here
http://www.baeldung.com/spring-batch-start-stop-job
How to Trigger and Stop a Scheduled Spring Batch Job
https://github.com/eugenp/tutorials/tree/master/spring-batch - to add here
http://www.baeldung.com/java-apache-avro
Guide to Apache Avro
https://github.com/eugenp/tutorials/tree/master/apache-avro - to add here
http://www.baeldung.com/spring-webflux-kotlin
Spring Webflux with Kotlin
https://github.com/eugenp/tutorials/tree/master/spring-reactive-kotlin - to add here