Polish resource files to all end with a new line

pull/17198/head
Phillip Webb 6 years ago
parent 3cee783d7b
commit 32068c21a3

@ -7,4 +7,4 @@
<cache name="players" maxEntriesLocalHeap="50"/> <cache name="players" maxEntriesLocalHeap="50"/>
</ehcache> </ehcache>

@ -5,4 +5,4 @@
<appender-ref ref="CONSOLE" /> <appender-ref ref="CONSOLE" />
</root> </root>
<!-- logger name="org.springframework.security" level="DEBUG"/--> <!-- logger name="org.springframework.security" level="DEBUG"/-->
</configuration> </configuration>

@ -1 +1 @@
INSERT INTO CITY (NAME, STATE, COUNTRY, MAP) values ('Washington', 'DC', 'US', 'Google'); INSERT INTO CITY (NAME, STATE, COUNTRY, MAP) values ('Washington', 'DC', 'US', 'Google');

@ -14,4 +14,4 @@ objectClasses: ( 1.3.6.1.4.1.32473.1.2.2
SUP top SUP top
AUXILIARY AUXILIARY
MAY exampleAttributeName MAY exampleAttributeName
X-ORIGIN 'Managing Schema Document' ) X-ORIGIN 'Managing Schema Document' )

@ -1 +1 @@
INSERT INTO BAR VALUES (1, 'Andy'); INSERT INTO BAR VALUES (1, 'Andy');

@ -4,4 +4,4 @@ CREATE TABLE CITY (
state VARCHAR(30), state VARCHAR(30),
country VARCHAR(30), country VARCHAR(30),
map VARCHAR(30) map VARCHAR(30)
); );

@ -23,4 +23,4 @@
</expiry> </expiry>
</cache> </cache>
</config> </config>

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/> <include resource="org/springframework/boot/logging/logback/base.xml"/>
</configuration> </configuration>

@ -6,4 +6,4 @@
<h2>A Message</h2> <h2>A Message</h2>
<div>{{message}} at {{time}}</div> <div>{{message}} at {{time}}</div>
</body> </body>
</html> </html>

@ -12,4 +12,4 @@
</div> </div>
<div class="jumbotron">{{#include}}{{body}}{{/include}}</div> <div class="jumbotron">{{#include}}{{body}}{{/include}}</div>
</body> </body>
</html> </html>

@ -12,4 +12,4 @@
</div> </div>
<div class="jumbotron">{{>content}}</div> <div class="jumbotron">{{>content}}</div>
</body> </body>
</html> </html>

@ -14,4 +14,4 @@
</join> </join>
</network> </network>
</hazelcast> </hazelcast>

@ -1,4 +1,4 @@
CREATE TABLE SPAM ( CREATE TABLE SPAM (
id INTEGER IDENTITY PRIMARY KEY, id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30), name VARCHAR(30),
); );

@ -1 +1 @@
INSERT INTO FOO VALUES (1, 'Andy'); INSERT INTO FOO VALUES (1, 'Andy');

@ -1,2 +1,2 @@
INSERT INTO BAR(id, name) VALUES (1, 'bar'); INSERT INTO BAR(id, name) VALUES (1, 'bar');
INSERT INTO BAR(id, name) VALUES (2, 'ばー'); INSERT INTO BAR(id, name) VALUES (2, 'ばー');

@ -1,4 +1,4 @@
CREATE TABLE FOO ( CREATE TABLE FOO (
id INTEGER IDENTITY PRIMARY KEY, id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30), name VARCHAR(30),
); );

@ -1,4 +1,4 @@
CREATE TABLE BAR ( CREATE TABLE BAR (
id INTEGER IDENTITY PRIMARY KEY, id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30), name VARCHAR(30),
); );

@ -1 +1 @@
<html><body data:foo="${foo}"></body></html> <html><body data:foo="${foo}"></body></html>

@ -1 +1 @@
<html><body th:text="${foo}">Home</body></html> <html><body th:text="${foo}">Home</body></html>

@ -1 +1 @@
<html><body th:text="${#temporals.create('2015','11','24')}"></body></html> <html><body th:text="${#temporals.create('2015','11','24')}"></body></html>

@ -11,4 +11,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

@ -1 +1 @@
<html><body>Message: <span th:text="${greeting}">Hello</span></body></html> <html><body>Message: <span th:text="${greeting}">Hello</span></body></html>

@ -7,4 +7,4 @@
<span th:text="${foo}">foo</span> <span th:text="${foo}">foo</span>
</div> </div>
</body> </body>
</html> </html>

@ -30,4 +30,4 @@
</proxy> </proxy>
</proxies> </proxies>
</settings> </settings>

@ -1,3 +1,3 @@
<settingsSecurity> <settingsSecurity>
<master>{oAyWuFO63U8HHgiplpqtgXih0/pwcRA0d+uA+Z7TBEk=}</master> <master>{oAyWuFO63U8HHgiplpqtgXih0/pwcRA0d+uA+Z7TBEk=}</master>
</settingsSecurity> </settingsSecurity>

@ -28,4 +28,4 @@
</proxy> </proxy>
</proxies> </proxies>
</settings> </settings>

@ -1,4 +1,4 @@
CREATE TABLE FOO ( CREATE TABLE FOO (
id INTEGER IDENTITY PRIMARY KEY, id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30), name VARCHAR(30),
); );

@ -22,4 +22,4 @@
2012 2:17:16 PM CDT</div> 2012 2:17:16 PM CDT</div>
</div> </div>
</body> </body>
</html> </html>

@ -1,3 +1,3 @@
test: test:
foo: foo:
bar: value bar: value

@ -5,4 +5,4 @@ echo 'LOG_FOLDER=log' > /test-service/spring-boot-app.conf
mkdir -p /test-service/log mkdir -p /test-service/log
start_service start_service
await_app await_app
[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written" [[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written"

@ -6,4 +6,4 @@ useradd andy
chown andy /test-service/spring-boot-app.jar chown andy /test-service/spring-boot-app.jar
start_service start_service
await_app await_app
ls -al /test-service/log/spring-boot-app.log ls -al /test-service/log/spring-boot-app.log

@ -8,4 +8,4 @@ useradd andy
chown andy /test-service/spring-boot-app.jar chown andy /test-service/spring-boot-app.jar
start_service start_service
await_app await_app
ls -al /test-service/log/spring-boot-app.log ls -al /test-service/log/spring-boot-app.log

@ -18,4 +18,4 @@
<AppenderRef ref="Console"/> <AppenderRef ref="Console"/>
</Root> </Root>
</Loggers> </Loggers>
</Configuration> </Configuration>

@ -11,4 +11,4 @@
<jsr107:mbeans enable-statistics="true"/> <jsr107:mbeans enable-statistics="true"/>
</cache> </cache>
</config> </config>

@ -4,4 +4,4 @@ CREATE TABLE PERSON (
last_name varchar(255) not null last_name varchar(255) not null
); );
insert into PERSON (first_name, last_name) values ('Dave', 'Syer'); insert into PERSON (first_name, last_name) values ('Dave', 'Syer');

@ -2,4 +2,4 @@
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
</body> </body>
</html> </html>

@ -2,4 +2,4 @@
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
</body> </body>
</html> </html>

@ -14,4 +14,4 @@ insert into note_tags(notes_id, tags_id) values (1, 3)
insert into note_tags(notes_id, tags_id) values (2, 3) insert into note_tags(notes_id, tags_id) values (2, 3)
insert into note_tags(notes_id, tags_id) values (3, 3) insert into note_tags(notes_id, tags_id) values (3, 3)
insert into note_tags(notes_id, tags_id) values (4, 2) insert into note_tags(notes_id, tags_id) values (4, 2)
insert into note_tags(notes_id, tags_id) values (4, 3) insert into note_tags(notes_id, tags_id) values (4, 3)

@ -4,4 +4,4 @@ name: Phil
spring: spring:
profiles: goodbye,dev profiles: goodbye,dev
name: Everyone name: Everyone

@ -31,4 +31,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

@ -31,4 +31,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

@ -1,3 +1,3 @@
insert into users (username, password, enabled) values ('user', 'user', true); insert into users (username, password, enabled) values ('user', 'user', true);
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN'); insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');

@ -7,4 +7,4 @@ create table users (
create table authorities ( create table authorities (
username varchar(256), username varchar(256),
authority varchar(256) authority varchar(256)
); );

@ -31,4 +31,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

@ -7,4 +7,4 @@ create table users (
create table authorities ( create table authorities (
username varchar(256), username varchar(256),
authority varchar(256) authority varchar(256)
); );

@ -31,4 +31,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

@ -23,4 +23,4 @@
<xs:element name="LastName" type="xs:string"/> <xs:element name="LastName" type="xs:string"/>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:schema> </xs:schema>

@ -1 +1 @@
create table example (id int, name varchar); create table example (id int, name varchar);

@ -20,4 +20,4 @@
"sourceType": "org.acme.Foo2" "sourceType": "org.acme.Foo2"
} }
] ]
} }

@ -5,4 +5,4 @@
"sourceType": "org.acme.Invalid" "sourceType": "org.acme.Invalid"
} }
] ]
} }

@ -6,4 +6,4 @@
public void setExtra(String extra) { public void setExtra(String extra) {
this.extra = extra; this.extra = extra;
} }

@ -8,4 +8,4 @@ version: B
--- ---
spring.profiles: C spring.profiles: C
version: C version: C
--- ---

@ -1 +1 @@
foo: ${fooValue} foo: ${fooValue}

@ -11,4 +11,4 @@ my:
spring: spring:
profiles: other profiles: other
my: my:
property: fromotherprofile property: fromotherprofile

@ -11,4 +11,4 @@ my:
spring: spring:
profiles: other profiles: other
my: my:
property: fromotherprofile property: fromotherprofile

@ -1,4 +1,4 @@
--- ---
spring: spring:
profiles: profiles:
active: dev,healthcheck active: dev,healthcheck

@ -3,4 +3,4 @@ spring:
profiles: profiles:
active: active:
- dev - dev
- healthcheck - healthcheck

@ -1,4 +1,4 @@
--- ---
spring: spring:
profiles: profiles:
active: dev, healthcheck active: dev, healthcheck

@ -8,4 +8,4 @@ my:
spring: spring:
profiles: dev profiles: dev
my: my:
property: fromdevprofile property: fromdevprofile

Loading…
Cancel
Save