Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
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
openSource
spring-cloud-netflix
Commits
7ba99986
Commit
7ba99986
authored
Dec 11, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add optional/runtime to lombok
parent
27da0bc1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
pom.xml
spring-cloud-netflix-core/pom.xml
+2
-1
PreDecorationFilter.java
...k/cloud/netflix/zuul/filters/pre/PreDecorationFilter.java
+1
-0
pom.xml
spring-cloud-netflix-eureka-server/pom.xml
+2
-1
pom.xml
spring-cloud-netflix-sidecar/pom.xml
+2
-1
pom.xml
spring-cloud-netflix-turbine/pom.xml
+2
-1
No files found.
spring-cloud-netflix-core/pom.xml
View file @
7ba99986
...
@@ -127,7 +127,8 @@
...
@@ -127,7 +127,8 @@
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<!-- Only needed at compile time -->
<scope>
provided
</scope>
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/zuul/filters/pre/PreDecorationFilter.java
View file @
7ba99986
...
@@ -57,6 +57,7 @@ public class PreDecorationFilter extends ZuulFilter {
...
@@ -57,6 +57,7 @@ public class PreDecorationFilter extends ZuulFilter {
if
(
location
!=
null
)
{
if
(
location
!=
null
)
{
ctx
.
put
(
"requestURI"
,
route
.
getPath
());
ctx
.
put
(
"requestURI"
,
route
.
getPath
());
ctx
.
put
(
"proxy"
,
true
);
if
(
location
.
startsWith
(
"http:"
)
||
location
.
startsWith
(
"https:"
))
{
if
(
location
.
startsWith
(
"http:"
)
||
location
.
startsWith
(
"https:"
))
{
ctx
.
setRouteHost
(
getUrl
(
location
));
ctx
.
setRouteHost
(
getUrl
(
location
));
...
...
spring-cloud-netflix-eureka-server/pom.xml
View file @
7ba99986
...
@@ -81,7 +81,8 @@
...
@@ -81,7 +81,8 @@
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<!-- Only needed at compile time -->
<scope>
provided
</scope>
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-cloud-netflix-sidecar/pom.xml
View file @
7ba99986
...
@@ -70,7 +70,8 @@
...
@@ -70,7 +70,8 @@
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<!-- Only needed at compile time -->
<scope>
provided
</scope>
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-cloud-netflix-turbine/pom.xml
View file @
7ba99986
...
@@ -46,7 +46,8 @@
...
@@ -46,7 +46,8 @@
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<!-- Only needed at compile time -->
<!-- Only needed at compile time -->
<scope>
provided
</scope>
<scope>
compile
</scope>
<optional>
true
</optional>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
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