Skip to content

Commit

Permalink
updated analysis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 20, 2024
1 parent ee0c1ab commit ff842a6
Showing 1 changed file with 64 additions and 15 deletions.
79 changes: 64 additions & 15 deletions src/data/analysis.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"to Azure appservicce": {
"to Azure": {
"options": {
"target": [
"azure-appservice"
"azure"
]
}
},
"to camel 3": {
"options": {
"target": [
"camel 3"
"camel3"
]
}
},
"to camel 4": {
"options": {
"target": [
"camel 4"
"camel4"
]
}
},
"to containerization": {
"to containerization (cloud-readiness)": {
"options": {
"target": [
"containerization"
"cloud-readiness"
]
}
},
Expand All @@ -34,38 +34,80 @@
]
}
},
"to eap6": {
"options": {
"target": [
"eap6"
]
}
},
"to eap7": {
"options": {
"target": [
"eap7"
]
}
},
"eap7 to eap8": {
"to eap8": {
"options": {
"target": [
"eap8"
]
}
},
"to jakarta-ee": {
"to eapxp": {
"options": {
"target": [
"eapxp"
]
}
},
"to fsw": {
"options": {
"target": [
"jakarta-ee"
"fsw"
]
}
},
"to jakarta-ee8": {
"to fuse": {
"options": {
"target": [
"jakarta-ee8+"
"fuse"
]
}
},
"to jakarta-ee9": {
"to hibernate": {
"options": {
"target": [
"jakarta-ee9+"
"hibernate"
]
}
},
"to hibernate-search": {
"options": {
"target": [
"hibernate-search"
]
}
},
"to jakarta": {
"options": {
"target": [
"jakarta"
]
}
},
"to java": {
"options": {
"target": [
"java"
]
}
},
"to jbpm": {
"options": {
"target": [
"jbpm"
]
}
},
Expand Down Expand Up @@ -128,10 +170,17 @@
]
}
},
"to springboot": {
"to resteasy": {
"options": {
"target": [
"resteasy"
]
}
},
"to rhr": {
"options": {
"target": [
"springboot"
"rhr"
]
}
},
Expand Down

0 comments on commit ff842a6

Please sign in to comment.