Skip to content

fix NPE in NativeEnvironmentRepository#1809

Merged
spencergibb merged 1 commit intospring-cloud:masterfrom
bozonp:patch-1
Feb 26, 2021
Merged

fix NPE in NativeEnvironmentRepository#1809
spencergibb merged 1 commit intospring-cloud:masterfrom
bozonp:patch-1

Conversation

@bozonp
Copy link
Copy Markdown
Contributor

@bozonp bozonp commented Feb 26, 2021

Since the fix of this issue : #1771, I experience a NullpointerException at the launch of my service.
Indeed, the "location" var is null in my case.

Note : since the new Config file processing in Spring Boot 2.4, I'm using the Legacy Processing (spring.config.use-legacy-processing: true), migrating in the new process is way too breaking for my project.

Since the fix of this issue : spring-cloud#1771, I experience a NullpointerException at the launch of my service.
Indeed, the "location" var is null in my case.

Note : since the new Config file processing in Spring Boot 2.4, I'm using the Legacy Processing (spring.config.use-legacy-processing: true), migrating in the new process is way too breaking for my project.
@pivotal-issuemaster
Copy link
Copy Markdown

@bozonp Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spencergibb spencergibb added this to the 3.0.3 milestone Feb 26, 2021
@spencergibb spencergibb merged commit fee69f8 into spring-cloud:master Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants