Skip to content

Commit f9c815d

Browse files
cloudbank and observability dirs and readmes, inventory-helidon version tx fix, fanEnabled flag in travel app (#370)
* enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * enable teq * observability * enable teq * enable teq * enable teq * enable teq * enable teq * observability work * observability work * enable teq * enable teq * enable teq * observ * enable teq * observability dash * observability * osbservability * enable teq * enable teq * enable teq * obs * obs * enable teq * obs * enable teq * observ * obs * converged wording change * fix k6 command * correct workshop link * update workshop link * modifiy python impl to conn.autocommit = False * enable teq * various including security fix in inventory-nodejs * various including security fix in inventory-nodejs * various including security fix in inventory-nodejs * enable teq * inventory-micronaut * inventory-micronaut * inventory-quarkus * inventory-micronaut-native-image * upgrade helidon and db versions * mn and quarkus build wrappers * mn native-image build and deploy fixes * mn native-image build and deploy fixes * mn native-image use JsonObject instead of Jackson * dotnet vault work, etc. * vault work, various languages * Go OCI Vault/Secrets client * displaysetuplogs util script * displaysetuplogs util script * displaysetuplogs util script * displaysetuplogs util script * createsecretfromwallet * createsecretfromwallet * createsecretfromwallet * set order and inventory helidon versions back to 2.4.0 * travelagency readme * createsecretfromwallet * temp eventmesh and osaga java api * travelagencysaga * observability workshop and various fixes * travelagency saga ws work * saga ws work * saga ws * saga ws * saga ws * saga ws * saga ws * osaga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * obs ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * saga ws * obs ws * saga ws * obs ws * foodwinepairing scripts were not chmoded properly * fix inventory-helidon/deploy.sh to renable IS_SUGGESTIVE_SALE_ENABLED functionality * ws fixes * revert unrelated changes * revert unwanted changes * saga ws * ws fixes * fix typo * remove extraneous deploy-order-metrics-exporter.sh * fix typo * jackson databind version change to address https://github.com/oracle/microservices-datadriven/security/dependabot/5 * remove verrazzano yaml etc * add back privs for observability * add back db-log-exporter deploy * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * add back privs for observability * cloudbank and observability dirs and readmes, inventory-helidon fix, fanEnabled flag in travel app
1 parent 0c14603 commit f9c815d

File tree

6 files changed

+34
-6
lines changed

6 files changed

+34
-6
lines changed

cloudbank/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Application: Cloudbank
2+
3+
Application source code for upcoming workshops
4+
[Simplify Microservices with converged Oracle Database Workshop][1]
5+
available on [Oracle LiveLabs][2].
6+
7+
## License
8+
9+
Copyright (c) 2022 Oracle and/or its affiliates.
10+
11+
Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.oracle.com/licenses/upl>.
12+

grabdish/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Sample Application: GrabDish
1+
# Application: GrabDish
22

3-
Source code and workshop scripts for the
3+
Application source code for
44
[Simplify Microservices with converged Oracle Database Workshop][1]
55
available on [Oracle LiveLabs][2].
66

77
## License
88

9-
Copyright (c) 2021 Oracle and/or its affiliates.
9+
Copyright (c) 2022 Oracle and/or its affiliates.
1010

1111
Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.oracle.com/licenses/upl>.
1212

grabdish/inventory-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.helidon.applications</groupId>
2020
<artifactId>helidon-mp</artifactId>
21-
<version>2.4.0</version>
21+
<version>2.3.1</version>
2222
<relativePath/>
2323
</parent>
2424

observability/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Unified Observability Exporters
2+
3+
Source code and setup scripts for Unified Observability including incubation of metrics, log, and trace exporters' used in related workshops.
4+
These exporters will soon reside in https://github.com/oracle/oracle-db-appdev-monitoring and a public image of them will be available.
5+
6+
## License
7+
8+
Copyright (c) 2022 Oracle and/or its affiliates.
9+
10+
Licensed under the Universal Permissive License v 1.0 as shown at <https://oss.oracle.com/licenses/upl>.
11+

travelbooking/travelagency-java/src/main/java/osaga/travelagency/TravelAgencyApplication.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616

1717
public class TravelAgencyApplication {
1818

19+
static {
20+
System.setProperty("oracle.jdbc.fanEnabled", "false");
21+
}
22+
1923
public static void main (String[] args) throws Exception {
20-
setProperty("oracle.jdbc.fanEnabled", "false");
2124
new TravelAgencyApplication().bookTravel();
2225
}
2326

travelbooking/travelparticipant-java/src/main/java/osaga/travelagency/TravelParticipantApplication.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414

1515
public class TravelParticipantApplication {
1616

17+
static {
18+
System.setProperty("oracle.jdbc.fanEnabled", "false");
19+
}
1720
String participant;
1821

1922
public static void main(String[] args) throws Exception {
20-
System.setProperty("oracle.jdbc.fanEnabled", "false");
2123
new TravelParticipantApplication().participate();
2224
}
2325

0 commit comments

Comments
 (0)