Skip to content
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 26 commits into from
Aug 5, 2018
Merged

add/fix links - team BAEL-7962 #4891

merged 26 commits into from
Aug 5, 2018

Conversation

charlesgonzales
Copy link
Contributor

  1. 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

  2. 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

  3. 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

  4. 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

  5. http://www.baeldung.com/jmapper
    Guide to JMapper
    https://github.com/eugenp/tutorials/tree/master/libraries-data - to add here

  6. http://www.baeldung.com/kotlin-logging
    Idiomatic Logging in Kotlin
    https://github.com/eugenp/tutorials/tree/master/core-kotlin - to add here

  7. 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

  8. 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

  9. http://www.baeldung.com/micronaut
    Introduction to Micronaut Framework
    https://github.com/eugenp/tutorials/tree/master/micronaut - to add here

  10. http://www.baeldung.com/java-common-exceptions
    Common Java Exceptions
    https://github.com/eugenp/tutorials/tree/master/core-java - to add here

  11. http://www.baeldung.com/java-instrumentation
    Guide to Java Instrumentation
    https://github.com/eugenp/tutorials/tree/master/core-java - to add here

  12. 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

  13. 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

  14. 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

  15. http://www.baeldung.com/java-increment-date
    Increment Date in Java
    https://github.com/eugenp/tutorials/tree/master/core-java-8 - to add here

  16. 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

  17. 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

  18. 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

  19. 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

  20. http://www.baeldung.com/spring-webflux
    Guide to Spring 5 WebFlux
    https://github.com/eugenp/tutorials/tree/master/spring-5-reactive - to add here

  21. http://www.baeldung.com/spring-webflux-cors
    Spring Webflux and CORS
    https://github.com/eugenp/tutorials/tree/master/spring-5-reactive - to add here

  22. 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

  23. 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

  24. 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

  25. 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

  26. 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

  27. http://www.baeldung.com/spring-primary
    Spring @primary Annotation
    https://github.com/eugenp/tutorials/tree/master/spring-all - to add here

  28. http://www.baeldung.com/eclipse-jnosql
    A Guide to Eclipse JNoSQL
    https://github.com/eugenp/tutorials/tree/master/jnosql - to add here

  29. 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

  30. 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

  31. http://www.baeldung.com/java-apache-avro
    Guide to Apache Avro
    https://github.com/eugenp/tutorials/tree/master/apache-avro - to add here

  32. http://www.baeldung.com/spring-webflux-kotlin
    Spring Webflux with Kotlin
    https://github.com/eugenp/tutorials/tree/master/spring-reactive-kotlin - to add here

@pivovarit pivovarit self-requested a review August 5, 2018 09:54
@pivovarit pivovarit self-assigned this Aug 5, 2018
@pivovarit pivovarit merged commit 671bf20 into eugenp:master Aug 5, 2018
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants