Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
5bc43ae7
Commit
5bc43ae7
authored
Mar 27, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Use HTTPS for external links wherever possible"
See gh-16317
parent
189eeefb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
NarayanaJtaConfiguration.java
...toconfigure/transaction/jta/NarayanaJtaConfiguration.java
+2
-2
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+2
-2
README.adoc
spring-boot-starters/README.adoc
+4
-4
CentralDirectoryFileHeader.java
...framework/boot/loader/jar/CentralDirectoryFileHeader.java
+4
-4
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/jta/NarayanaJtaConfiguration.java
View file @
5bc43ae7
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
9
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -44,7 +44,7 @@ import org.springframework.transaction.jta.JtaTransactionManager;
...
@@ -44,7 +44,7 @@ import org.springframework.transaction.jta.JtaTransactionManager;
import
org.springframework.util.StringUtils
;
import
org.springframework.util.StringUtils
;
/**
/**
* JTA Configuration for <a href="http
://narayana.io/
">Narayana</a>.
* JTA Configuration for <a href="http
s://github.com/jbosstm/narayana
">Narayana</a>.
*
*
* @author Gytis Trikleris
* @author Gytis Trikleris
* @since 1.4.0
* @since 1.4.0
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
5bc43ae7
...
@@ -5027,8 +5027,8 @@ the following provided libraries:
...
@@ -5027,8 +5027,8 @@ the following provided libraries:
* {spring-reference}/#integration-testing[Spring Test] & Spring Boot Test --
* {spring-reference}/#integration-testing[Spring Test] & Spring Boot Test --
Utilities and integration test support for Spring Boot applications.
Utilities and integration test support for Spring Boot applications.
* https://joel-costigliola.github.io/assertj/[AssertJ] -- A fluent assertion library.
* https://joel-costigliola.github.io/assertj/[AssertJ] -- A fluent assertion library.
* http
://hamcrest.org/JavaHamcrest/[Hamcrest] -- A library of matcher objects (also known
* http
s://github.com/hamcrest/JavaHamcrest[Hamcrest] -- A library of matcher objects
as constraints or predicates).
(also known
as constraints or predicates).
* https://mockito.github.io[Mockito] -- A Java mocking framework.
* https://mockito.github.io[Mockito] -- A Java mocking framework.
* https://github.com/skyscreamer/JSONassert[JSONassert] -- An assertion library for JSON.
* https://github.com/skyscreamer/JSONassert[JSONassert] -- An assertion library for JSON.
* https://github.com/jayway/JsonPath[JsonPath] -- XPath for JSON.
* https://github.com/jayway/JsonPath[JsonPath] -- XPath for JSON.
...
...
spring-boot-starters/README.adoc
View file @
5bc43ae7
...
@@ -88,19 +88,19 @@ do as they were designed before this was clarified.
...
@@ -88,19 +88,19 @@ do as they were designed before this was clarified.
| https://camunda.org/[Camunda BPM]
| https://camunda.org/[Camunda BPM]
| https://github.com/camunda/camunda-bpm-spring-boot-starter
| https://github.com/camunda/camunda-bpm-spring-boot-starter
| http
://ff4j.org/
[Feature Flipping For Java (FF4J)]
| http
s://ff4j.github.io
[Feature Flipping For Java (FF4J)]
| https://github.com/clun/ff4j/
| https://github.com/clun/ff4j/
| https://resteasy.jboss.org/[RESTEasy]
| https://resteasy.jboss.org/[RESTEasy]
| https://github.com/paypal/resteasy-spring-boot
| https://github.com/paypal/resteasy-spring-boot
| JSF (https://primefaces.org/[PrimeFaces], https://primefaces-extensions.github.io/[PrimeFaces Extensions], https://bootsfaces.net/[BootsFaces], http
://butterfaces.org/
[ButterFaces], https://omnifaces.org/[OmniFaces], https://angularfaces.net/[AngularFaces], https://javaserverfaces.java.net/[Mojarra] and https://myfaces.apache.org[MyFaces])
| JSF (https://primefaces.org/[PrimeFaces], https://primefaces-extensions.github.io/[PrimeFaces Extensions], https://bootsfaces.net/[BootsFaces], http
s://github.com/ButterFaces/ButterFaces
[ButterFaces], https://omnifaces.org/[OmniFaces], https://angularfaces.net/[AngularFaces], https://javaserverfaces.java.net/[Mojarra] and https://myfaces.apache.org[MyFaces])
| http
://joinfaces.org
| http
s://github.com/joinfaces/joinfaces
| Charon reverse proxy
| Charon reverse proxy
| https://github.com/mkopylec/charon-spring-boot-starter
| https://github.com/mkopylec/charon-spring-boot-starter
| http
://wiremock.org/
[WireMock] and Spring REST Docs
| http
s://github.com/tomakehurst/wiremock
[WireMock] and Spring REST Docs
| https://github.com/ePages-de/restdocs-wiremock
| https://github.com/ePages-de/restdocs-wiremock
| https://cxf.apache.org/docs/springboot.html[Apache CXF]
| https://cxf.apache.org/docs/springboot.html[Apache CXF]
...
...
spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/CentralDirectoryFileHeader.java
View file @
5bc43ae7
/*
/*
* Copyright 2012-201
6
the original author or authors.
* Copyright 2012-201
9
the original author or authors.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may not use this file except in compliance with the License.
...
@@ -27,7 +27,7 @@ import org.springframework.boot.loader.data.RandomAccessData;
...
@@ -27,7 +27,7 @@ import org.springframework.boot.loader.data.RandomAccessData;
*
*
* @author Phillip Webb
* @author Phillip Webb
* @author Andy Wilkinson
* @author Andy Wilkinson
* @see <a href="https://en.wikipedia.org/wiki/Zip_%2
528file_format%25
29">Zip File Format</a>
* @see <a href="https://en.wikipedia.org/wiki/Zip_%2
8file_format%
29">Zip File Format</a>
*/
*/
final
class
CentralDirectoryFileHeader
implements
FileHeader
{
final
class
CentralDirectoryFileHeader
implements
FileHeader
{
...
@@ -123,8 +123,8 @@ final class CentralDirectoryFileHeader implements FileHeader {
...
@@ -123,8 +123,8 @@ final class CentralDirectoryFileHeader implements FileHeader {
/**
/**
* Decode MS-DOS Date Time details. See
* Decode MS-DOS Date Time details. See
* <a href="http
://mindprod.com/jgloss/zip.html">mindprod.com/jgloss/zip.html</a> for
* <a href="http
s://docs.microsoft.com/en-gb/windows/desktop/api/winbase/nf-winbase-dosdatetimetofiletime">
* more details of the format.
*
Microsoft's documentation</a> for
more details of the format.
* @param date the date part
* @param date the date part
* @param time the time part
* @param time the time part
* @return a {@link Calendar} containing the decoded date.
* @return a {@link Calendar} containing the decoded date.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment