Skip to content

Commit 7cd5dd4

Browse files
authored
Merge pull request #22 from jamezp/cleanup
More clean up old CSS and replace tabs with spaces
2 parents 22fc4d9 + 985bbc1 commit 7cd5dd4

10 files changed

Lines changed: 1735 additions & 2463 deletions

content/posts/2020-07-14-blog-microprofile-config-outOfBox.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,15 @@ curl http://localhost:8080/microprofile-config-one/one/report
232232

233233
Ordinal Name
234234
60 null:org.jboss.rest.config.one.ServiceActivator:ServletConfigSource
235-
resteasy.servlet.mapping.prefix : /
236-
javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator
235+
resteasy.servlet.mapping.prefix : /
236+
javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator
237237
50 null:null:FilterConfigSource
238-
no entries
238+
no entries
239239
40 null:ServletContextConfigSource
240-
resteasy.preferJacksonOverJsonB : false
241-
resteasy.scanned.resources : org.jboss.rest.config.one.DemoResource
242-
resteasy.document.expand.entity.references : false
243-
resteasy.unwrapped.exceptions : javax.ejb.EJBException
240+
resteasy.preferJacksonOverJsonB : false
241+
resteasy.scanned.resources : org.jboss.rest.config.one.DemoResource
242+
resteasy.document.expand.entity.references : false
243+
resteasy.unwrapped.exceptions : javax.ejb.EJBException
244244
````
245245
This is the minimum set of configuration data RESTEasy requires. All the properties
246246
which start with "resteasy." are [RESTEasy configuration switches](https://docs.jboss.org/resteasy/docs/3.12.1.Final/userguide/html/Installation_Configuration.html#configuration_switches).
@@ -281,9 +281,9 @@ curl http://localhost:8080/microprofile-config-one/one/lookup/resteasy.preferJac
281281

282282
Ordinal Name
283283
400 SysPropConfigSource
284-
resteasy.preferJacksonOverJsonB : TRUE
284+
resteasy.preferJacksonOverJsonB : TRUE
285285
40 null:ServletContextConfigSource
286-
resteasy.preferJacksonOverJsonB : TRUE
286+
resteasy.preferJacksonOverJsonB : TRUE
287287
````
288288
Hmmm. The property in SysPropConfigSource is expected.
289289
The value of resteasy.preferJacksonOverJsonB in ServletContextConfigSource is
@@ -336,9 +336,9 @@ curl http://localhost:8080/microprofile-config-two/two/lookup/resteasy.preferJac
336336

337337
Ordinal Name
338338
100 PropertiesConfigSource[source=vfs:/content/microprofile-config-two.war/WEB-INF/classes/META-INF/microprofile-config.properties]
339-
resteasy.preferJacksonOverJsonB : TruE
339+
resteasy.preferJacksonOverJsonB : TruE
340340
40 null:ServletContextConfigSource
341-
resteasy.preferJacksonOverJsonB : false
341+
resteasy.preferJacksonOverJsonB : false
342342

343343
````
344344
@@ -424,18 +424,18 @@ curl http://localhost:8080/microprofile-config-four/four/report
424424

425425
Ordinal Name
426426
60 null:DemoFour:ServletConfigSource
427-
javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator
427+
javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator
428428
53 PropertiesConfigSource[source=vfs:/content/microprofile-config-four.war/WEB-INF/classes/META-INF/microprofile-config.properties]
429-
config_ordinal : 53
430-
farewell-phrase : that's all folks
429+
config_ordinal : 53
430+
farewell-phrase : that's all folks
431431
50 null:null:FilterConfigSource
432-
no entries
432+
no entries
433433
40 null:ServletContextConfigSource
434-
resteasy.preferJacksonOverJsonB : false
435-
month : June
436-
courts : legal-courts
437-
resteasy.document.expand.entity.references : false
438-
resteasy.unwrapped.exceptions : javax.ejb.EJBException
434+
resteasy.preferJacksonOverJsonB : false
435+
month : June
436+
courts : legal-courts
437+
resteasy.document.expand.entity.references : false
438+
resteasy.unwrapped.exceptions : javax.ejb.EJBException
439439

440440
-- Thanks for asking --
441441
````
@@ -458,20 +458,20 @@ curl http://localhost:8080/microprofile-config-four/air/four/report
458458

459459
Ordinal Name
460460
60 null:DemoFour:ServletConfigSource
461-
no entries
461+
no entries
462462
53 PropertiesConfigSource[source=vfs:/content/microprofile-config-four.war/WEB-INF/classes/META-INF/microprofile-config.properties]
463-
config_ordinal : 53
464-
farewell-phrase : that's all folks
463+
config_ordinal : 53
464+
farewell-phrase : that's all folks
465465
50 null:null:FilterConfigSource
466-
resteasy.servlet.mapping.prefix : /air
467-
javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator
468-
aquarium : fish-filter
466+
resteasy.servlet.mapping.prefix : /air
467+
javax.ws.rs.Application : org.jboss.rest.config.one.ServiceActivator
468+
aquarium : fish-filter
469469
40 null:ServletContextConfigSource
470-
resteasy.preferJacksonOverJsonB : false
471-
month : June
472-
courts : legal-courts
473-
resteasy.document.expand.entity.references : false
474-
resteasy.unwrapped.exceptions : javax.ejb.EJBException
470+
resteasy.preferJacksonOverJsonB : false
471+
month : June
472+
courts : legal-courts
473+
resteasy.document.expand.entity.references : false
474+
resteasy.unwrapped.exceptions : javax.ejb.EJBException
475475

476476
````
477477
FilterConfigSource does contain configuration data and notice ServletConfigSource
@@ -499,11 +499,11 @@ curl http://localhost:8080/microprofile-config-four/air/four/lookup/aquarium
499499

500500
Ordinal Name
501501
400 SysPropConfigSource
502-
aquarium : Tropical Pets
502+
aquarium : Tropical Pets
503503
300 EnvConfigSource
504-
aquarium : tank equipment
504+
aquarium : tank equipment
505505
50 null:airFilter:FilterConfigSource
506-
aquarium : fish-filter
506+
aquarium : fish-filter
507507
````
508508
SUCCESS!! "Tropical Pets" is in SysPropConfigSource.
509509
"tank equipment" in EnvConfigSource and the initial value, "fish-filter"

content/posts/2023-09-12-resteasy-grpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ If everything goes fine, we have a provisioned WildFly server installed:
240240
```bash
241241
weli@ovpn-12-142:~/w/g/wildfly
242242
➤ ls
243-
LICENSE.txt appclient copyright.txt domain modules welcome-content
244-
README.txt bin docs jboss-modules.jar standalone
243+
LICENSE.txt appclient copyright.txt domain modules welcome-content
244+
README.txt bin docs jboss-modules.jar standalone
245245
```
246246

247247
Now we can start this provisioned WildFly server with the following command:

content/posts/2025-02-14-resteasy-grpc-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ work in the javabuf world:
222222
Alternatively, one could create an `ArrayList` and translate it to an `java_util___ArrayList16`:
223223
```java
224224
ArrayList<Integer> list = new ArrayList<Integer>();
225-
list.add(3);
225+
list.add(3);
226226
list.add(7);
227227
GenericType<java.util.ArrayList<java.lang.Integer>> type = new GenericType<java.util.ArrayList<java.lang.Integer>>() { };
228228
java_util___ArrayList16 jua = (java_util___ArrayList16) translator.translateToJavabuf(list, type);

public/css/clearspace_common.css

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)